Database Error Messages

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.