XML beautifying in Oracle 19c
Hi
We upgraded from Oracle 10g to Oracle 19c database and our XML output files are not structured correctly any longer.
We used dbms_xslprocessor.clob2file in Oracle 10g.
It works fine in 19c except XML files are not formatted, so all data in one row.
I read that lob2file moved from dbms_xslprocessor to dbms_lob package in Oracle 12c.
Is this the problem or am I missing something ?
We upgraded from Oracle 10g to Oracle 19c database and our XML output files are not structured correctly any longer.
We used dbms_xslprocessor.clob2file in Oracle 10g.
It works fine in 19c except XML files are not formatted, so all data in one row.
I read that lob2file moved from dbms_xslprocessor to dbms_lob package in Oracle 12c.
Is this the problem or am I missing something ?
0