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: Davide Bianchi <davidebianchi_at_davidebianchi.net>
Date: Thu, 13 Sep 2001 16:55:14 +0200
Message-ID: <9nqhdd$99ird$1@ID-18487.news.dfncis.de>


"Screamer" <mflopes_at_bigfoot.com> wrote in message news:9nqgj4$mrf$1_at_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))
>

The URL string (in the Oracle documentation) is defined as:

jdbc:oracle:thin:@<name or ip-address of the server>:<port>:instance-name

The standard <port> is 1521.

This is the url I'm using with Oracle 8.x and it works...

Davide Received on Thu Sep 13 2001 - 09:55:14 CDT

Original text of this message

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