OCI-19812
cannot use string without DB_RECOVERY_FILE_DEST
Cause
There are three possible cause for this error:
- The indicated parameter was in use when no DB_RECOVERY_FILE_DEST parameter was encountered while fetching the initialization parameter.
- An attempt was made to set indicated the parameter with the ALTER SYSTEM command when no DB_RECOVERY_FILE_DEST was in use.
- An attempt was made to clear DB_RECOVERY_FILE_DEST with the ALTER SYSTEM command when the indicated parameter was in use.
Action
Eliminate any incompatible parameter definitions.