RECOVER MANAGED STANDBY DATABASE THROUGH ALL SWITCHOVER???
I've taken over managing some oracle db's using dataguard from another dba. I'm trying to figure out why one of the standby db's uses the command "ALTER DATABASE RECOVER MANAGED STANDBY DATABASE THROUGH ALL SWITCHOVER DISCONNECT USING CURRENT LOGFILE; " I looked through the dataguard manuals and I see they recommend using "ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT USING CURRENT LOGFILE;" or "ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT;" so I'm wondering what, if any, would be a good reason to use the first command. This is 11.2.0.4 on windows 2008R2 server. The only place I found any reference