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: Oracle connection with java

Re: Oracle connection with java

From: Screamer <mflopes_at_bigfoot.com>
Date: Thu, 13 Sep 2001 15:33:08 +0100
Message-ID: <9nqgj4$mrf$1@venus.telepac.pt>


Nope.

I found the following strings in metalink but none of them work :

jdbc:oracle:thin:@(descripton=address_list=(address=(protocol=tcp)(host=192. 168.254.250)(port=1521))(address=(protocol=tcp)(host=192.168.0.6)(port=1521) )(connect_data=(sid=prod))(source_route=yes))

jdbc:oracle:thin:@(description=(address_list=(address=(protocol=tcp)(port=15 21)(host=192.168.254.250))(address=(protocol=tcp)(port=1521)(host=192.168.0. 6)))(connect_data=(sid=prod))(source_route=yes))

jdbc:oracle:thin:@(description=(address_list=(address=(protocol=tcp)(host=19 2.168.254.250)(port=1521))(address=(protocol=tcp)(host=192.168.0.6)(port=152 1)))(source_route=yes)(connect_data=(sid=prod)))

"Davide Bianchi" <davidebianchi_at_davidebianchi.net> wrote in message news:9nl7jb$82vgd$1_at_ID-18487.news.dfncis.de...
> "Screamer" <mflopes_at_bigfoot.com> wrote in message
> news:9nl7mn$cea$1_at_venus.telepac.pt...
> > this is my tnsnames.ora
> <ZAP>
> > What should my jdbc thin connection string be ?
>
> I think something like
>
> jdbc:oracle:thin:@192.168.254.250:1521:PROD
>
> Davide
>
>
>
Received on Thu Sep 13 2001 - 09:33:08 CDT

Original text of this message

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