Skip to main content

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