it depends on your this parameter
Log_archive_dest_2=’Service=to_primary
VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE)
db_unique_name=primary’
Does your primary generates 2 copies 1 on primary and 1 on standby i guess not .
did you check this
• SQL> Select Status, Error
from v$Archive_dest
where dest_id=2;
it should be VALID.
Quote: |
1. archive destination on standby (shown above) does not exist. we copy files to " /oracle/PRD/saparch". Will they be still applied?
|
check this by this querry weather they are applying or not.
• SQL> Select Name, Applied, Archived
from v$Archived_log;