Hello everyone,
I have a situation where I need extract the XML file which is stored as a raw file into a CLOB column in Oracle database table.
Is there a way to extract the raw file? I tried to extract the file using UTL_FILE but it is extracting the binary data stored in the CLOB column. Anyone faced similar kind of requirement and is there any inputs?
Thank you in advance.
Chakri