How to: insert large data from oracle into XML
483845Sep 15 2006 — edited Sep 19 2006We have a table in oracle that one of its column is CLOB and it contains more than 4K data. We want to extract all the data contained in that column type CLOB and have them displayed in XML.
Since the data size >4K, using XMLElement failed.
I'd really appreciate any assistance in dealing with this specific problem or with the general issue of trying to insert large CLOB data from oracle to XML using PL/SQL.
Thank you for your help in advance !