XML Database (MOSC)

MOSC Banner

Re-initialize a XMLTYPE column

edited Oct 4, 2010 3:58AM in XML Database (MOSC) 3 commentsAnswered ✓
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,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center