Replace or delete all single NewLines in a Blob
Hi there,
I would like to delete/replace all single New Lines (NOT the Carriage Return / New Lines) within a blob.
I tried to convert the blob in a clob and then replace all occurences of single New Lines with the replace function (e.g. replace(clob, chr(10)) ),
I even cut the clob into small chunks of varchar2 and tried to apply the replace function etc, but all without success!
I would be glad if someone could give me a hint how I could tackle this problem.
I am using
Application Express 4.1.0.00.32 on
Oracle 10g (10.2.0.4.0 - 64bit)
Thanks,
Johnny