Couldn't save oracle blob/clob, lob handler not found

Hello,

I just upgraded from R2 2.2rc6-build 324 to build 328
Running into an ‘old’ problem with saving data to Oracle. Complete error shows on each save to an Oracle table:

com.servoy.j2db.persistence.RepositoryException: couldn’t save oracle blob/clob, lob handler not found: java.lang.ClassNotFoundException: com.servoy.r2.oraclefix.OracleLobHandler

After revoking to build 324 all worked fine, so problem seems directly related to new build.

Any help welcome.

There is another post allr5eady on the forum about this. There’s an error in the build of the JAR file containing the code.

The solution is given in the other post and the problem will be fixed in the next release, as far as I understand.

Paul

download this jar:

http://downloads.servoy.com/downloads/oraclelobfix.jar

and drop it into the driver dir in youre servoy dir.

Hello,

Thanks for updates.

I just tested the new jar-file : http://downloads.servoy.com/downloads/oraclelobfix.jar

This one solved the problem!

Thanks!