Oracle Solution for Error ora-00723

Solution for Oracle Error ORA-00723

ORA-00723: Initialization parameter COMPATIBLE must be explicitly set

What triggered the Error:

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.

What should we do to fix it:

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