When trying to connect to an ORACLE user via TOAD (Quest Software) or any other means (Oracle Enterprise Manager) I get this error:
ORACLE
Oracle Enterprise Manager
ORA-011033: ORACLE initialization or shutdown in progress
After some googling, I found the advice to do the following, and it worked:
SQL> startup mount ORACLE Instance started SQL> recover database Media recovery complete SQL> alter database open; Database altered
2.1m questions
2.1m answers
60 comments
57.0k users