ora-01110:datafile 1: '/usr5/system/system/01.dbf

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • umeshmistry
    New Member
    • Nov 2009
    • 2

    ora-01110:datafile 1: '/usr5/system/system/01.dbf

    ora-01033 : oracle initialization or shutdown in progress errors: come
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    "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

    Working...