java.sql.SQLException: ORA-24813: cannot send or receive an unsupported LOB
Hello everyone:
Our JSP application with a whole bunch of classes talks to an Oracle database using JDBC. The Oracle DB was 9i, but we upgraded to 10g. When this happened, we get the following error during processing a call that brings out a clob out of the DB.
java.sql.SQLException: ORA-24813: cannot send or receive an unsupported LOB
I googled the error message to find out that it is caused by the difference in versions of the Oracle.
Thus, here is an interesting point. When the app had 10g on his side and the database being 9i, everything worked fine. But, now that they are both of 10g, it does not work.
Does anyone have any idea what's causing this error?
Thank you in advance for your help.
Sincerely,
Yosep

