InterviewSolution
Saved Bookmarks
| 1. |
What Happens When Standby Database Is Not Available? |
|
Answer» If standby DATABASE is not available and the changes are MADE in primary database, then there will be a GAP in the SEQUENCE of archive logs. The INFORMATION about archive logs in these gaps can be found in the v$archive_gap view. If standby database is not available and the changes are made in primary database, then there will be a gap in the sequence of archive logs. The information about archive logs in these gaps can be found in the v$archive_gap view. |
|