How to Drop/recreate A Standby Redo Log Group From Standby Database Which is Active status
(Doc ID 2516522.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.1 and laterInformation in this document applies to any platform.
Goal
How to recreate standby redo log group 4 which is ACTIVE status on the physical standby database?
SQL> select group#, thread#, sequence#, status from v$standby_log;
GROUP# THREAD# SEQUENCE# STATUS
---------- ---------- ---------- ----------
4 1 1193 ACTIVE
5 1 0 UNASSIGNED
6 1 0 UNASSIGNED
7 1 0 UNASSIGNED
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |