How to print blobs and clobs to console
652974Sep 29 2009 — edited Dec 13 2011Hi All
I have a blob that I want to print to the console and inspect the value. I have tried to use dbms_output.put_line (i.e. dbms_output.put_line('the supplied input is '||byBlob);)function but I keep getting the error
Error(13,22): PLS-00306: wrong number or types of arguments in call to '||'
I suppose that the dbms_output.put_line does not take a blob as an arguement, but I was wondering if there was another function that achieves the same thing as dbms_output.put_line
thanks guys