Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: connect using host:port:sid

Re: connect using host:port:sid

From: NorwoodThree <norwoodthree_at_my-deja.com>
Date: 27 Nov 2002 11:19:35 -0800
Message-ID: <ba03e2c.0211271119.25d56979@posting.google.com>


Off topic a bit, but why are you connecting with all that nutty TNS info instead of the service name or SID?

> sqlplus
> "scott/tiger@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=inponi)(Port=1521))(C
> ONNECT_DATA=(SID=iasdb)))" @script_name.sql parameter1 parameter2

Try:

sqlplus scott/tiger_at_iasdb etc.... Received on Wed Nov 27 2002 - 13:19:35 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US