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!

v$archived_log Deleted status

Vinay KJul 15 2014 — edited Jul 17 2014

I am trying to get the Archive deletion status of standby on Primary side. But it is not reflecting the status propery.

(on primary)

Select Name,Deleted from v$archived_log where dest_id=2;

On standby, we are deleting the applied Archives using rman command.

On primary, the deleted status is always NO for dest_id 2, in spite of deleted arcs on standby.

I don't know if this is the correct way.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 14 2014
Added on Jul 15 2014
5 comments
1,546 views