Oracle DB: SqlPlus Connect to DB

Use the following statement:

sqlplus /@:

If you want to directly without username/password, you must belong to usergroup ora_dba (windows):

sqlplus / as sysdba

Leave a Reply