You are on page 1of 1

relocate raconenode db to another node

[oracle@oraracn2 dbs]$ srvctl status database -d rone


Instance rone_1 is running on node oraracn1
Online relocation: INACTIVE

[oracle@oraracn2 dbs]$ srvctl relocate database -d rone -n oraracn2


[oracle@oraracn2 dbs]$

*************************From alert log of rone on node1 while relocating to


node2*****************************************************

ALTER SYSTEM SET service_names='rones' SCOPE=MEMORY SID='rone_1';


Shutting down instance (transactional local)
Stopping background process SMCO
Shutting down instance: further logons disabled

[oracle@oraracn2 dbs]$ srvctl status database -d rone


Instance rone_2 is running on node oraracn2
Online relocation: INACTIVE
[oracle@oraracn2 dbs]$

You might also like