This post puts in the steps to bring back the oracle server. The syntax are more generic to versions.
- go to the command prompt
- sqlplus /nolog
- conn sys/<pwd> as sysdba -- This would connect as ideal instance.
- shutdown immediate
- startup
The database will get mount properly and also open up.
No comments:
Post a Comment