Oracle Solution for Error ora-12823

Solution for Oracle Error ORA-12823

ORA-12823: default degree of parallelism may not be specified here

What triggered the Error:

the PARALLEL keyword was used alone or DEGREE DEFAULT was specified in the PARALLEL clause of an ALTER DATABASE RECOVER command.

What should we do to fix it:

respecify with an explicit degree of parallelism.