Sokrates on Oracle

Archive for March 22nd, 2012

Snapshot Standby Monitoring

Posted by Matthias Rogel on 22. March 2012

Assume you have a Snapshot Standby configuration: during nighttime, it is used as standby, during daytime as test / development and you have set up DB-Links from primary to standby and vice versa with the appropriate grants.

select d.database_role, dgs.* from v$dataguard_status@primary dgs, v$database@primary d
union all
select d.database_role, dgs.* from v$dataguard_status@standby dgs, v$database@standby d
)
where message not like ‘RFS[%]: No standby redo logfiles created’
order by timestamp desc

is a great query to see simultaneously what happened one which node

Posted in Allgemein | Tagged: | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.