START THE STANDBY DATABASE Create password file for STANDBY Sdb>create spfile from pfile; Sdb>startup nomount Sdb>alter database mount standby database; Sdb>alter database recover managed standby database disconnect; (this query starts the MRP process to apply archive. To check in future whether it is already started fire this query: Select sequence#,status from v$manged_standby if status of last sequence is showing “WAIT_FOR_LOG” then it is waiting for applying archive...if status is “APPLYING_FOR_LOG” means it is in progress i.e applying log)
To cross check fire this ( pdb> alter system switch logfile pdb>select error from v$archive_dest; (It wll show the error while connecting to standby database, if no error then fine) sdb>select sequence#,applied from v$archived_log; (If applied is yes then the archiving is appliying.)
The current_scn Will not update at while as in PDB. It will update only when SDB got restarted and if any log is to apply (SDB restarted but log is not there to apply then scn will not change it will be same as before ie before shutdown)
Thank you for interesting in our services. We are a non-profit group that run this website to share documents. We need your help to maintenance this website.