|
|
|
|
|
|
|
|
|
|
Re: Error: ORA-01033 ORACLE initialization or shutdown in progress in 9i [message #405641 is a reply to message #405640] |
Thu, 28 May 2009 15:55   |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Those commands are wrong. You are missing spaces in the right places
Run EXACTLY the commands in BlackSwans post and Copy/Paste the EXACT results.
And please read the forum guide first.
There are also possible bugs in relation to an ora 24314, so post you EXACT Oracle version (FOUR digits), and your EXACT OS Version.
Although the most likely cause is that ORACLE_SID is not set correctly in the environment
[Updated on: Thu, 28 May 2009 15:58] Report message to a moderator
|
|
|
Re: Error: ORA-01033 ORACLE initialization or shutdown in progress in 9i [message #407192 is a reply to message #405641] |
Tue, 09 June 2009 00:58   |
masatheesh
Messages: 1 Registered: June 2009
|
Junior Member |
|
|
Hi,
I am using oracle 9i in windows 2003 server.When I try to login with sqlplus,I get the following error.
ERROR:ORA-01033: ORACLE initialization or shutdown in progress
I try the following steps to resolve this.please guide me.
sqlplus /nolog
connect / as sysdba
shutdown abort;
startup
Here I get the error as
ORA-00214: controlfile 'F:/ORACLE/ORADATA/ORCL/CONTROL.CTL version 1631
inconsistent with file controlfile 'F:/ORACLE/ORADATA/ORCL/CONTROL.CTL version 1633
|
|
|
Re: Error: ORA-01033 ORACLE initialization or shutdown in progress in 9i [message #407197 is a reply to message #407192] |
Tue, 09 June 2009 01:15  |
 |
Michel Cadot
Messages: 68749 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Use SQL*Plus and copy and paste your session. There is a flaw in your post, how could a file be inconsistent with itself as you posted it?
Before please read OraFAQ Forum Guide, especially "How to format your post?" section.
Make sure that lines of code do not exceed 80 characters when you format.
Indent the code (See SQL Formatter), use code tags and align the columns in result.
Use the "Preview Message" button to verify.
Also always post your Oracle version (4 decimals).
Regards
Michel
|
|
|