Oracle DB: SqlPlus Connect to DB

Use the following statement:

sqlplus <username>/<password>@<host>:<instance>

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

sqlplus / as sysdba

Leave a Reply