Hi!
I have a problem to writing the content of a BLOB to a file because the limitation of put_line().
How can I solve this problem?
THX,
Felho
Printable View
Hi!
I have a problem to writing the content of a BLOB to a file because the limitation of put_line().
How can I solve this problem?
THX,
Felho
You have something with more than 32K per line?
Bummer. ;)
Guess you'll have to drop down into java to get the job done.
- Chris