How to Pass serialized object to Java Stored Procedure
I have seen a number of examples of developers storing and retrieving serialized objects in a table. However I can not find any sample code for passing a serialized object in a call to a java stored procedure. I have tried a number of ways but cannot get it working. Anyone know of any samples or techniques?