passing blobs to stored procedure
Hi,
I'm looking for a way to pass blobs of different sizes (few kB up to some mB) from python to an oracle procedure within a package. I've tried cursor.callproc but it refuses to work for blobs.
Perhaps there is somebody around somewhere who has done this already?
Thanks for your help, Hannes