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: upgrade of jdbc driver

Re: upgrade of jdbc driver

From: <joeNOSPAM_at_BEA.com>
Date: 15 Jul 2005 16:42:33 -0700
Message-ID: <1121470953.849028.96060@g49g2000cwa.googlegroups.com>


Hi. The job is fairly simple, but you have to know the CLASSPATH or CLASSPATHs that are used where the JDBC driver is required.

   In a typical classpath you will find the oracle driver file "ojdbc14.jar" or "classes12.zip" explicitly listed, depending on the vintage of the JVM you're using. The newer ones should use ojdbc14.jar.

   Download the latest appropriate driver from Oracle, which may come as an installer that will put those files somewhere standard like you mention. If the CLASSPATHs refer to the files in that location, you're done. Otherwise you can copy the installed files to where they will be correctly referred to by the classpaths.

   The latest driver is the 10G version. It is much faster than the 9.2 driver.
Joe Weinstein at BEA Received on Fri Jul 15 2005 - 18:42:33 CDT

Original text of this message

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