create table testblob
(
id number,
desc blob
);
Column DESC is loaded by web application ( Zipped XML is loaded into testblob.desc)
Aim : PL SQL to extract the content and send a readable xml to process using XML Parser in Informatica.
Suggest some method to extract compressed/zipped BLOB into string ( which contains the XML content) supporting huge values.
DB : 11g.