Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

CLOB is not working when using latest version of ojdbc14.jar

user575682Sep 5 2008 — edited Nov 20 2014
Hi,
I am using clob to get the data, using the below connection

OracleConnection conn = (OracleConnection) getConnection().getMetaData().getConnection();
stmt = (OracleCallableStatement) conn.prepareCall(q);

Recently I upgradted my database to 10.2.0.4 Rac Database but when I tried copying latest version of ojdbc14.jar for 10.2.0.4 it is not able to communicate, The same thing is happening when I try to copy classes12.jar to my lib folder
Could any one please guide on the same.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 5 2008
Added on Sep 5 2008
1 comment
1,317 views