Thursday, July 14, 2011

Oracle Not Available

This post puts in the steps to bring back the oracle server. The syntax are more generic to versions.

  1. go to the command prompt
  2. sqlplus /nolog
  3. conn sys/<pwd> as sysdba -- This would connect as ideal instance.
  4. shutdown immediate
  5. startup
The database will get mount properly and also open up.

No comments:

Post a Comment