Sunday, May 4, 2008

ORA-01034: ORACLE not available

ORA-01034: ORACLE not available

Cause: oracle database/ instance not started

Action: start oracle oracle database/instance




To start oracle simply just logon using sqlplus on local server

sqlplus "/ as sysdba"

then start the database using the following command

sqplus> startup

0 comments: