Re-initialize a XMLTYPE column
Hi Guys,
I have a table with a XMLTYPE column. I know that it will be internally stored as a CLOB by Oracle. Now, I need to quickly re-initialize the XMLTYPE column similar to what I can do with LOB but Oracle doesn't support the syntax i.e.
update SCOTT.TABLE set XML_COLUMN = empty_clob()
Is there a similar function available for XML columns ?
Regards,
I have a table with a XMLTYPE column. I know that it will be internally stored as a CLOB by Oracle. Now, I need to quickly re-initialize the XMLTYPE column similar to what I can do with LOB but Oracle doesn't support the syntax i.e.
update SCOTT.TABLE set XML_COLUMN = empty_clob()
Is there a similar function available for XML columns ?
Regards,
0