ora-01033 : oracle initialization or shutdown in progress errors: come
ora-01110:datafile 1: '/usr5/system/system/01.dbf
Collapse
X
-
-
"The ORA-01033: ORACLE initialization or shutdown in progress” error 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.
Comment