- Log into Oracle Unix account via SSH (i.e. PuTTY)
- From the Unix prompt, type the command below to log into Oracle sys account via sqlplus
sqlplus sys as sysdba - From sqlplus, type the commands below to shutdown and start up the database
shutdown normal;
startup mount;
alter database open;
exit; - From the Unix prompt, type the command below to restart the Oracle listener
lsnrctl stop
lsnrctl start
No comments:
Post a Comment