Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HELLO GUYS,
im doing this loading to import data from a database:
[Y]:
NoConcatenate
SELECT "ID",
"ADDITIONAL_INFO"
FROM x
;
my problem is this column named "ADDITIONAL_INFO" is a XML data but when i load it, it appears like a huge string.
Is there any function in oracle, or something, that i can use to load this column in the XML format?
Thank you