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

Home -> Community -> Usenet -> c.d.o.misc -> Re: connect.properties (SQLJ) - where do I indicate the SID?

Re: connect.properties (SQLJ) - where do I indicate the SID?

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 9 Oct 2002 08:09:51 -0700
Message-ID: <92eeeff0.0210090709.3f9fa259@posting.google.com>


"jennifer muise" <jen.muise_at_videotron.ca> wrote in message news:<QXMo9.12719$hl6.534765_at_weber.videotron.net>...
> Hi,
>
> I am looking for how to specify a SID or an instance name in the
> "connect.properties" file (SQLJ/JDBC). I have tried:
> sqlj:url=jdbc:oracle:oci8:@SID_name
> sqlj.user=scott
> sqlj.password=tiger
> AND
> sqlj:url=jdbc:oracle:oci8:@
> sqlj.user=scott_at_SID_name
> sqlj.password=tiger
>
> Thanks in advance! I am sure someone knows this.
>
> Cheers!

Your initial declaration would work if you Change sqlj:url to sqlj.url

/Rauf Sarwar Received on Wed Oct 09 2002 - 10:09:51 CDT

Original text of this message

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