Oracle 11g: "ORACLE initialization or shutdown in progress" problem.
534533May 11 2009 — edited Oct 7 2009Hello All,
We are using Oracle 11g (enterprise edtion) in Windows server 2008. Whenever we reboot the machine we are not able to connect the database.
Following output indicate the errors.
-----------------------------------------------------------------------
:\Users\Administrator.F1STD.000>sqlplus dbo/<password>@<connect string>
SQL*Plus: Release 11.1.0.7.0 - Production on Thu May 7 09:48:09 2009
Copyright (c) 1982, 2008, Oracle. All rights reserved.
ERROR:
ORA-01033: ORACLE initialization or shutdown in progress
Process ID: 0
Session ID: 0 Serial number: 0
Enter user-name:
-----------------------------------------------------------------------
To resolve the issue we have to connect the DB as sys user and shutdown and start the DB manually. As shown follows
-----------------------------------------------------------------------
C:\Users\Administrator.F1STD.000>sqlplus /nolog
SQL*Plus: Release 11.1.0.7.0 - Production on Thu May 7 09:49:03 2009
Copyright (c) 1982, 2008, Oracle. All rights reserved.
SQL> connect sys/<passowrd>@<connect string> as sysdba
Connected.
SQL> shutdown abort
ORACLE instance shut down.
SQL> startup pfile=<p file loaction.>
ORACLE instance started.
-----------------------------------------------------------------------
Any clue why this is happening.
Thanks
With Regards
Hemant.