Link to home
Start Free TrialLog in
Avatar of sads
sads

asked on

SQLPLUS connect string

I'm connecting to a database with the following.
(oracle 8.0.5 on solaris 2.6)

sqlplus  user/pass@DB

The process hangs and I have to kill it.  I can connect using

sqlplus user/pass

(My ORACLE_SID = DB)

On another machine, with 8.0.4 the connect string works fine:
sqlplus user/pass@DB

Is there anything wrong with the 8.0.5, or is there something else I need to do.

Thanks for any help.

Chris
ASKER CERTIFIED SOLUTION
Avatar of bkowalski
bkowalski

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial