ORA-01033: ORACLE initialization or shutdown in progress

Symptom

• The Oracle database is in starting or shutdown process.

Solution

• Check the status of Oracle database via services (Windows), ps -ef (UNIX/Linux) or login to SQLplus
• If the Oracle database is in starting process, please wait till the database fully up and operational
• If the Oracle database is in shutdown process, start the database back.

You May Also Like

Leave a Reply?