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: JDBC driver

Re: JDBC driver

From: Andrew Tacchi <andrew.tacchi_at_capgemini.co.uk>
Date: Thu, 25 Feb 1999 15:10:33 -0000
Message-ID: <7b3p5l$3ik$1@hagen.cloud9.co.uk>


IT depends, the thin version means that your application can run anywhere that has a JVM but have to supply the database in <server name>:<port>:<oracle sid>.

The OCI version requires that sql*net is installed on the client machine, but you just use the tnsnames.ora file to choose the database alias.

Being Intranet you can generally choose which is the easist for you to implement. I've generally used the thin version as it is a lot easier to administer and is truely thin client. I use a tnsnames.ora equivilant file on the web server which my application reads and displays a list of available databases where this is required.

Denis wrote in message <7b3ne6$f6g$1_at_as102.tel.hr>...
>App. dev. tool is SQLJ.
>Which JDBC driver is best suited for Intranet application, Thin or
JDBC/OCI?
>Platform is MS NT and Win98. Network is 10Mbs Ethernet in building and
>leased lines 64 or 128 kbs between dislocate buildings.
>
>
Received on Thu Feb 25 1999 - 09:10:33 CST

Original text of this message

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