Oacle 11g and classes12.jar [message #451500] |
Thu, 15 April 2010 02:45 |
vags76
Messages: 12 Registered: February 2009
|
Junior Member |
|
|
Hello,
I recently installed oracle 11g R2 on a windows 2003 server, I migrated a 10g (10.2.0.4) database into 11g successfully. However when I tried to install the corresponding application, I get the following message:
"Could not find oracle jdbc library ( classes12.jar or nls_charset12.jar) in C:\oracle11\product\11.2.0\dbhome_1\jdbc\lib. Check whether the Oracle component is correctly installed".
Could someone please advise how tis matter can be solved?? Is there a possibility the application is not supported in oracle 11g??
|
|
|
Re: Oacle 11g and classes12.jar [message #451527 is a reply to message #451500] |
Thu, 15 April 2010 03:56 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Download the classes12.jar file and put it in the Java CLASSPATH of the application.
Whether "the application" is supported with Oracle 11 depends on "the application". I can't think of any reason why there should be a problem with the JDBC connection itself or with most standard SQL or PL/SQL, but it *might* be that somewhere in the SQL the application issues is a problem somewhere.
|
|
|