We are using the Oracle JDBC driver version 9.0.2.0.0 and are having some trouble concerning saving CLOBs to the database. (method clob.setCharacterStream(0);
throws an UnsupportedFeatureSqlException
. I think this is because of the old version...
Is it save to switch to the newest 10g driver? (We are using a database of version 10). Or could that cause any problems in our existing queries?