Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 

 

 

ORA-01033 Tips


Oracle Database Tips by Donald Burleson

ORA-01033: ORACLE initialization or shutdown in progress
 

Question:  I want to clone a production database into a test server. I restored the datafile from the production db to the test server and then ran the startup nomount command.  But if I connect using SQL*Plus, it's giving me this error:

"ORA-01033: ORACLE initialization or shutdown in progress."

 

Answer: Oerr show this for the ORA-01033 error:

ORA-01033: ORACLE initialization or shutdown in progress.

Cause: An attempt was made to log on while Oracle is being started up or shutdown.

Action: Wait a few minutes. Then retry the operation

The first step in resolving the "The ORA-01033: ORACLE initialization or shutdown in progress" error is to check and see if the target database is indeed in the middle of startup or shutdown.

 

The ORA-01033 error also happens when you have leftover RAM regions held by the OS that makes Oracle think that an instance is already running.  See these notes on using the ipcs command to remove held RAM segments.

 

The ORA-01033 error also happens when the database is not open.  After you create the control file issue the command:

 

"alter database open"

 

That should stop the ORA-01033 error and make the database available for general use. 

 

The "ORA-01033: ORACLE initialization or shutdown in progress." error can also happen when Oracle is attempting startup or shutdown and is "hanging" on a resource such as a failed disk, writing to redo, etc.

 

You may also see the ORA-19809: limit exceeded for recovery files related to the ORA-01033 error.

 


 


 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.