So, the
standby logs also need to be resized to match the online redo logs in the
Primary database.
Follow the
below steps (after you resize your primary RedoLogs)
STEPS TO
ACHIEVE THIS
1. Drop and
recreate online redologs on the PRIMARY site.
2. On
primary site, create the standby controlfile –
SQL> alter
database create standby controlfile as ‘/oradata/prim/standby01.ctl’;
3. Copy the
standby control file to standby site using the scp command
4. Cancel
the recovery(MRP) & shutdown immediate the standby database
5. Startup
and mount the standby database -using the newly standby controlfile
5. Defer
recovery until standby logs are created..… but do not start managed recovery
right now.
6. Add the
standby logs with same size as Primary online redologs.
7. The
online logs on the standby side will be created at switchover time so no need
to do anything now.
8. Start
recovery on standby site.. (MRP)
No comments:
Post a Comment