Oracle Solution for Error ora-12824

Solution for Oracle Error ORA-12824

ORA-12824: INSTANCES DEFAULT may not be specified here

What triggered the Error:

INSTANCES DEFAULT was specified in the PARALLEL clause of an ALTER DATABASE RECOVER command

What should we do to fix it:

respecify with an explicit value for INSTANCES or omit the INSTANCES option if single instance recovery is desired.