Skip to content
walkerhound edited this page Sep 14, 2012 · 3 revisions

How to Log in to Oracle as sysdba

If you want to log in to dev:

sudo su - oracle
export ORACLE_SID=dev
sqlplus "/as sysdba"
select INSTANCE_NAME from v$instance
Check to be sure that the instance_name is dev

The procedure for test and prod are similar.

Go back to Oracle Administration

Clone this wiki locally