Search This Blog

Thursday, February 7, 2013

connect to the database from oracle client

connect as scott user
C:>sqlplus scott/tiger@db1

connect as system user
C:>sqlplus system/password@db1

connect as sys user
C:>sqlplus sys/password@db1 as sysdba


We do not need the listener file in the client machine to connect to the database.

No comments:

Post a Comment