PDA

View Full Version : JDBC Adapter Connection


wm_nkumar
02-18-2006, 18:29
HI, While Connecting to the Oracle Database, i am getting the below Error!!... I do not understand what kind of error it is:
Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource Tutorial.JDBC:Ex0218.[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.[ADA.1.200] The JDBC DataSource class "oracle.jdbc.pool.OracleDataSource" cannot be located.oracle.jdbc.pool.OracleDataSource.class not foundI need help in solving this issue and connecting to the Database.Thanks.

nancy_lyw
02-19-2006, 04:49
do you import the class12.zip for oralce?
and if you run the IS in unix, you should change it to executed properites: chmod 755

mcarlson
02-19-2006, 09:10
Place the Classes12.zip in your webm_home\IntegrationServer\lib\jars folder and then restart the IS.

Mark