Initialization parameter COMPATIBLE must be explicitly set

Solution ID:ORA-00723

Type: Oracle

Cause

Oracle detected that the initialization parameter COMPATIBLE was not explicitly specified, and the compatibility of the database is lower than the default value of the COMPATIBLE parameter. In order to use the new compatible setting, the intialization parameter must be explicitly set by the user.

Actions

Explicitly set the value of COMPATIBLE parameter either in PFILE or SPFILE, whichever is used.

Try the following links for this error:


http://docs.oracle.com/cd/E16655_01/server.121/e26079/e0.htm


Browse all solutions to database errors from Oracle, MS SQL, or MySQL