ORA-19733
COMPATIBLE parameter needs to be database_version or greater.
- database_version: This string indicates the minimum database version allowed by COMPATIBLE to support all attempted operations.
Cause
The COMPATIBLE initialization parameter value was too low to support all attempted operations.
Action
Shutdown the database and restart it using a value for COMPATIBLE that is at least as big as the value printed in the error message.
ORA-19733
COMPATIBLE parameter needs to be string or greater
Cause
The COMPATIBLE initialization parameter is not high enough to allow the operation. Allowing the command would make the database incompatible with the release specified by the current COMPATIBLE parameter.
Action
Shutdown and startup with a higher compatibility setting.
ORA-19733
COMPATIBLE parameter needs to be string or greater
Cause
The COMPATIBLE initialization parameter is not high enough to allow the operation. Allowing the command would make the database incompatible with the release specified by the current COMPATIBLE parameter.
Action
Shutdown and startup with a higher compatibility setting.