Showing posts with label ORA-39700: database must be opened with UPGRADE option. Show all posts
Showing posts with label ORA-39700: database must be opened with UPGRADE option. Show all posts

Friday, 22 June 2012

ORA-39700: database must be opened with UPGRADE option

ORA-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).