problem in connecting with database after installation
991467Feb 18 2013 — edited Feb 18 2013Hi team..
this is the first time im stating database after installation.
as per the documentation i tried to connect, but its showing me these errors specified below.
i have installed oracle 11g release 2 express edition.
kindly help me to solve this. its urgent, i need to prepare for my exam.
SQL> connect
Enter user-name: SYSTEM
Enter password:
ERROR:
ORA-01033: ORACLE initialization or shutdown in progress
Process ID: 0
Session ID: 0 Serial number: 0
SQL> select status, database_status from v$instance;
SP2-0640: Not connected
SQL> sqlplus / nolog
SP2-0734: unknown command beginning "sqlplus / ..." - rest of line ignored.
SQL> connect / as sysdba
Connected.
SQL>