High Availability Data Guard, Sharding and Global Data Services (MOSC)

MOSC Banner

Stadby server will be down due to maintenance

 Hi,

Our stand by server will be down during the maintenance work for 2 days. Find the steps to be issued before / after server is down / up.

Please correct me if there is any thing I am missing:

=========================================================================================== 
Pre move:
 
On Primary:
1.alter system set log_archive_dest_state_2 = 'defer';

On Stand by:
2. alter database recover managed standby database cancel;
3. shutdown immediate;
------------------------------------------------------------------------------------
Post move -- after the stand by available
------------------------------------------------------------------------------------
1. Copy all archive from primary to DR generated during shutdown.   ( Do we have to copy manually???)
 
On Standby:
2. connect sys/password as sysdba
3. startup nomount pfile='<....\INITSTDBY.ora'>;  --- check the path

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center