TNSNAMES und EZCONNECT
Verbinden zur Datenbank
via TNSNAMES:
$ sqlplus scott/tiger@$ORACLE_SID
via EZCONNECT (etwa EasyConnect):
$ sqlplus scott/tiger@hostname.domain.de[:1521]/$ORACLE_SID
Verbinden zur Datenbank
via TNSNAMES:
$ sqlplus scott/tiger@$ORACLE_SID
via EZCONNECT (etwa EasyConnect):
$ sqlplus scott/tiger@hostname.domain.de[:1521]/$ORACLE_SID