Database Error Messages

OCI-39700

database must be opened with UPGRADE option

Cause

A normal database open was attempted, but the database has not been upgraded to the current server version.


Action

Use the UPGRADE option when opening the database to run catupgrd.sql (for database upgrade), or to run catalog.sql and catproc.sql (after initial database creation).