----------------------------------- -This script is used to check Standby Sync Status - Script Name : sync_dr.sql - Usage : @sync_dr ---------------------------------- select name,open_mode,database_role from v$database / set line 200 col DEST_NAME for a50 col BINDING for a10 select PROCESS,STATUS,GROUP#,THREAD#,SEQUENCE#,BLOCK#,DELAY_MINS from v$managed_standby / archive log list select count(*) from v$archive_gap / select max(sequence#) from v$log_history / col MESSAGE for a150 select * from(select message from v$dataguard_status where message like '%Media Recovery Log%' order by message desc) where rownum<=5 /
Monday, September 16, 2013
Standby Sync Status Check
TOP
Subscribe to:
Post Comments (Atom)
NLS boot file not found or invalid opmnctl ping – EBS 12.2 ADCFGCLONE FAIL
Error: adcfgclone.pl failed while performing clone of EBS 12.2 instance. This occurred while ohsT2PApply is in progress. INST_TOP/adm...
-
I got a task to estimate RMAN backup size. How much 3days RMAN backup occupy? How long it will take to complete? Is the backup siz...
-
I got the below issue while Cloning ORACLE HOME from source to target. I have copied the binaries from source and initiated adcfclone. It ...
-
We have received an alert in the morning that the Primary Database is out of Sync. Primary and Standby are with difference of 9 archives. ...
No comments:
Post a Comment