SQLPlus Connect

CONNECT Command Syntax:

CONN[ECT] { logon | / } [AS {SYSOPER|SYSDBA}]

logon = username/password[@connect_identifier]

CONNECT Command Examples:

CONNECT BASE/password@DBA
CONNECT BASE
CONNECT BASE/password AS SYSDBA
CONNECT / AS SYSDBA