CLOB is not working when using latest version of ojdbc14.jar
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.