XMLTYPE size restriction
393679Jun 4 2003 — edited Jun 5 2003I created a table type of XMLTYPE. I then do a SELECT XMLEMENT(.....) INTO typTBL(nRecCount). I'm running onto ORA-22814: attribute or element value is larger than specified in type
ORA-06512: at "RDSTEST.GENERATE_ACTIVE_TRADE_XML", line 170
ORA-06512: at line 1
So I figured I can redef my table type to CLOB. However, I lose all my XML formatting (I see "<" instead of "<").
Is there anyway around this size restriction?
Thanks.