JDBC Driver error
Hi,
we are getting following error message after the configuration of JTS.
CRJAZ1993E The version check failed for the database JDBC driver. The following exception was returned: CRJAZ1900E Oracle JDBC driver version detected is "11.2.0.1.0" (major = 11, minor = 2), but an Oracle 11 driver that is at least Oracle 11.2.0.2.0 is required.
Please let us know how the same can be resolved.
we have set the
ORACLE_JDBC_DRIVER_FILE=E:\programs\others\oracle\product\11.2.0\dbhome_1\jdbc\lib\ojdbc6.jar
2 answers
The minimal information people would need is the version of RTC you try to run. the error message is quite telling however. The driver version "11.2.0.1.0" is not supported. You need driver version "11.2.0.2.0". Please refer to the product install documentation and to the documentation of your database vendor how to obtain the driver version you need.
Hello Roopa! Is this a CLM instance undergoing upgrade? We have come across a similar scenario recently where the application server cache cleared helped resolve the problem.
If the scenario is similar, please restart the CLM services and in between clear the application server cache..
Tomcat : Clear the "temp" and "work" directories
WAS : Clear the 'temp' directory
Post this, try with a fresh browser session to connect to jts and re-try?
Best Regards, Sunil
If the scenario is similar, please restart the CLM services and in between clear the application server cache..
Tomcat : Clear the "temp" and "work" directories
WAS : Clear the 'temp' directory
Post this, try with a fresh browser session to connect to jts and re-try?
Best Regards, Sunil