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
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