Standby DB Managed Recovery In PARALLEL with USING CURRENT LOGFILE
We would like to improve the performance of Managed Recovery process in physical standby DB and thinking to start the managed recovery in parallel.
However I am not sure, the parallel clause can be used with CURRENT LOGFILE option or not. Syntax page does not have PARALLEL with CURRENT LOGFILE option.
So is the below command is a valid one ?
ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT FROM SESSION PARALLEL 4
we do not have standby in dev/test environment, so I can not test the command at this time...