5 pts.
 ora-01033 oracle initialization or shutdown in progress
ora-01033 oracle initialization or shutdown in progress what is solution

Software/Hardware used:
ASKED: April 4, 2009  7:22 AM
UPDATED: July 22, 2009  9:26 AM

Answer Wiki:
In normal situations, you just need to wait until the initialization process ends. But this could also happen if something fails during the database initialization process, for example, corrupted log files or disk errors. Try running this at the server: <pre>sqlplus /nolog SQL> conn / as sysdba SQL> shutdown immediate SQL> startup</pre> You will probably get errors here, which wil tell you what the problem is. If you can't run the above, look for information in the alert log, which should be located in: ..oracleadmin<instancename>bdump
Last Wiki Answer Submitted:  April 6, 2009  2:59 am  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Hi,

As mentioned by Carlos is correct way
Other would if session showing Shutdown in process

Then can check n pmon,whether the instance is running idle way,then can kill that process id
and again startup in new session

I faced similar problem and it worked.

Regards
Inprise

 610 pts.

 

hi help pleas how recover data of oradate file

 10 pts.

 

how recover data of oradate file

.
This doesn’t seem related to this question thread. If you need help, please open your own question. Describe your problem so we know how to help.
.
Tom
 107,765 pts.