Relocate a service with SRVCTL in RAC Environment

 

Syntax to relocate a service

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

Example 

srvctl relocate service -d ORCL -s ORCL_SRV -i ORCL2 -t ORCL1

Check the Status of the Service

srvctl status service -d ORCL -s ORCL_SRV

Comments