How we can find which archive log sequence# has been applied at the logical standby side?
I am looking for a query which I can use on the logical standby database to find out which archivelog sequence# is applied/applying. For example, we use "select process,status,client_process,sequence#,block#,blocks from v$managed_standby order by status desc" to find out which sequence# MRP is applying or waiting for.
Thanks
Kamran