Saturday, October 10, 2009

How to shutdown your oracle DR Server

Log on to your Disaster Recovery server

Open sqlplus and log in as sysdba

prompt > sqlplus / as sysdba

Stop the standby database

sqlplus > alter database recover managed standby database cancel;

Then shutdown the database

sqlplus > shutdown immediate;

sqlplus > exit


Then shut your DR node

No comments: