When you login into Oracle Database and it throws following error message: i could not login into my account . I was unable to login with the following error. But datbase was in open state.
If your database shutdown is in progress then wait for some time until the database is shutdown and start your database with Startup command.
ORA-01033: ORACLE initialization or shutdown in progress
Under this situation follow the following steps:
SQL> startup mount
ORACLE Instance started
SQL> recover database
Media recovery complete
SQL> alter database open
Database altered
If your database shutdown is in progress then wait for some time until the database is shutdown and start your database with Startup command.
ORA-01033: ORACLE initialization or shutdown in progress
Under this situation follow the following steps:
SQL> startup mount
ORACLE Instance started
SQL> recover database
Media recovery complete
SQL> alter database open
Database altered
0 comments:
Post a Comment
Thank you for your comments we will get back to soon