in reply to Storing/Retrieving Blobs from Oracle
I had exactly the same error message you are getting when i was trying to store a blob. What i am doing is using freeze/thaw to create a persistant object. when 'freeze'd the object and went to stuff it into an oracle blob i got the same error message.
to fix it i just unpacked the data, and parsed it to a database routine as a bindvar.
unpack("H*",freeze($self))HTH
.R
|
|---|