Login to the system with oracle username
$ su - oracle
Make sure ORACLE_SID and ORACLE_HOME are set properly as shown below.
$ env | grep ORA
Connect to oracle sysdba
$ sqlplus '/ as sysdba'
Start Oracle Database
SQL> startup
Shutdown
shutdown
$ su - oracle
Make sure ORACLE_SID and ORACLE_HOME are set properly as shown below.
$ env | grep ORA
Connect to oracle sysdba
$ sqlplus '/ as sysdba'
Start Oracle Database
SQL> startup
Shutdown
shutdown
Comments
Post a Comment