After starting the standby database using alter database recover managed standby database using curr
After starting the standby database using alter database recover managed standby database using current logfile disconnect; when I check the sequence# and the applied status from v$archived_log, it says that the last log is "In-memory". Why is that?
If there is a log switch on the primary, the log is sent to the standby. But again the last log will say that it is in-memory. I thought that the applied status should say 'YES'