Quote Originally Posted by ams-jamali
I have not checked like that.

select * from v$log;
in prod & standby
it will you the current status (i.e.,)current,Active,Inactive.
If i do Switch log file the current status changes to next log.
check that using select * from v$log;
in both DB.
from that i confirmed.
then added 5 records in test user in prod. after that went to standby checked it shows only previos record, then shutdowned standby.
recoverd..,Opened in read only then checked
Newly added five records displayed in standby.

Please provide output of the following query:

On Primary:
SQL> select max(sequence#) from v$log_history;

On Standby:
SQL> select max(sequence#) from v$log_history;

Should be same.