Oracle DBA, How To, Error, Cause and Action

ORA-00292: parallel recovery feature not installed

ORA-00292: parallel recovery feature not installed

Cause:

A parallel recovery was requested when the parallel recovery option is not installed.


Action:

Delete the PARALLEL clause from the RECOVER command. Also, delete the RECOVERY_PARALLELISM parameter in the initialization file.

No comments:

Post a Comment

Thanks for your comment.