Thursday, October 2, 2008

Fix for "ORA-00704: bootstrap process failure / ORA-39700: database must be opened with UPGRADE option"

1. Open a command prompt and browse to /rdbms/admin
1. Start sqlplus (sqlplus / as sysdba)
2. Run "startup upgrade"
3. Run @catproc.sql

1 comment:

najeeb'cars said...

HI..

I have tried this but the database does not open with the upgrade option too.

Any other suggestions.

Thanks in advance!!

FizzBuzz in different languages

Java: import java.util.TreeMap ; public class Main { public static void main (String[] args) { System. out .println( &...