Database Statup Failed; ora-01033, ora-00214
honeybeeMay 27 2005 — edited May 30 2005Hi,
I am using Oracle9i (9.2.0.1.0) on Windows 2000 platform. Today I was unable to connect the database. When I ran SQL*Plus, it gave me the following error.
SQL> connect
Enter user-name: someuser/pswd@mydb
ORA-01033: ORACLE initialization or shutdown in progress
I searched the 'asktom' site for âORA-01033â and learned that I should connect as âsysdbaâ. So I ran OEM and used username âsysâ and connected as âsysdbaâ, I was connected to the database. I saw the database Instance State was in âStarted (NOMOUNT)â. I selected the âShutdown - Immediateâ option, it succeeded. Then I selected the âOpenâ option to start the database again. The step âStarting up the databaseâ got the âtickâ icon but the process stopped at the next step âMounting the databaseâ with the following error.
ORA-00214: controlfile âD:\ORACLE\ORADATA\ORA9I\CONTROL02.CTLâ version 1422 inconsistent with file âD:\ORACLE\ORADATA\ORA9I\CONTROL01.CTLâ version 14
The OEM again showed the database instance is in âStarted (NOMOUNT)â state.
I again searched the 'asktom' site for âORA-00214â but this time found no entry. I took a deep sigh, because I donât want to take risk and play with the production-database.
I am waiting for the response anxiously. Thanks in anticipation.
Regards