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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Check Dataguard Replication Status from primary DB

RavilKhalilovJun 1 2015 — edited Jun 1 2015

Hello All,

Previously DBA has configured Data Guard as Physical Standby.

Now we want to check replication status of log files into Standby DB.

However, we can't connect  remotely to Standby DB using pl/sql and etc..., because db is in the mount mode(Physical Standby).

Do anyone have a script which can show replication status between sites.

Script can be run only in primary db

Using below script we can't be sure that logs applied on standby:

select sequence#, first_time, applied from v$archived_log order by sequence#

Please share this script if you have one!

Thanks in advance!

Regards,

Ravil

This post has been answered by rchem on Jun 1 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 29 2015
Added on Jun 1 2015
5 comments
4,815 views