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: Difference between Oracle OCI and thin Driver?

Re: Difference between Oracle OCI and thin Driver?

From: Jesse <davisjj_public_at_comcast.net>
Date: 20 Jan 2005 10:49:57 -0800
Message-ID: <1106246997.318207.294100@f14g2000cwb.googlegroups.com>


There's also the Oracle Instant Client (multi-platform) that (in Windows) installs by copying the folder to the PC and setting an environment variable (in Windows, add the folder to PATH). You can use TNSNAMES or not (you can use a connect string pointing directly to the server). If you use TNSNAMES, you need to add the TNS_ADMIN environment variable pointing to the folder containing the TNSNAMES.ORA file (I used same folder as the instant client). So far, this looks pretty good. It's a much simpler install (you don't need to use the Universal Installer) and removal is simply deleting the folder and removing the variables.

There's a little more work involved if you use ODBC (just a batch file to install the driver), but that's MS's fault, not Oracle's.

Here's a download link:
http://www.oracle.com/technology/software/tech/oci/instantclient/index.html

... and the FAQ:
http://www.oracle.com/technology/tech/oci/instantclient/ic-faq.html Jesse Received on Thu Jan 20 2005 - 12:49:57 CST

Original text of this message

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