Relocate a service with SRVCTL in RAC Environment

Relocate a service with SRVCTL command

SYNTAX for Relocate a Service

srvctl relocate service -d {database_name} -s {service_name} -i {old_inst_name} -r {new_inst_name}

Example:

Example of relocating service PRODB_SRV from PRODB2 to PRODB1

srvctl relocate service -d PRODB -s PRODB_SRV -i PRODB2 -t PRODB1

Check the Status of the Service

srvctl status service -d PRODB -s PRODB_SRV

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.