Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Data Guard Missing Redo Archive Logs

Thunder2777Jun 21 2013 — edited Jun 25 2013

Hi All Gurus

I have setup data guard on windows 2008 server sp2 with oracle 10.2.0.4.0 (Both OS & Oracle DB are 64 bits).

The Network Admin have shutdown Backup server. Now when I checked the Archive status as follows

1. select * from v$archive_gap;            It shows a gap in archives       e.g. 891 - 920.

2. SELECT THREAD#, SEQUENCE#, APPLIED FROM V$ARCHIVED_LOG;                 e.g. 891-920 Not Applied.

Now I issue following command

1. SELECT RECOVERY_MODE FROM V$ARCHIVE_DEST_STATUS;                                e.g. MANAGED REAL TIME APPLY

2.  DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL; 

or  ALTER DATABASE RECOVER  managed standby database disconnect from session ;     

                    e.g.      incompatible Media Recovery in Progress


3. Alert Log says Adjust CONTROL_FILE_RECORD_KEEP_TIME to sufficient limits.


I have also adjusted CONTROL_FILE_RECORD_KEEP_TIME to 90 days as follows


4. show parameter control_file          e.g. CONTROL_FILE_RECORD_KEEP_TIME=90


5. I have checked firewall and tnsping for both Primary and Standby Server e.g. tnsping CVMIS (Primary), CVMISBK (Standby)

     Both are OK. TNSPING is showing 10-30msec delay.

6. I have checked the web for gap Removal, Mostly are using RMAN method to Backup and then Restore to Standby DB.

      Is there any other way to fill this gap without using RMAN? I mean DG automatically fill it by using some commands

     are settings?


Kind Regards

Thunder2777

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 23 2013
Added on Jun 21 2013
7 comments
2,077 views