DBA Hub

📋Steps in this guide1/1

Relocate a service

SYNTAX -

oracle configurationintermediate
by OracleDba
12 views
1

Relocate a service

SYNTAX - EXAMPLE:(Relocating service PRDB_SRV from PREDB2 to PREDB1) Check the status of service

Code/Command (click line numbers to comment):

1
2
3
srvctl relocate service -d  {database_name}  -s  {service_name}  -i  {old_inst_name}  -r  {new_inst_name}
srvctl relocate service -d PREDB -s PRDB_SVC -i PREDB2 -t PREDB1
srvctl status service -d PREDB -s PRDB_SVC

Comments (0)

Please to add comments

No comments yet. Be the first to comment!