Inserting XML document to XMLType column
Resolution: Use PL/SQL block in TOAD
declare x CLOB;
BEGIN
x:='long long... xml statement';
insert into
END;
Select Statements for XML data of more than 4000 characters :
Resolution: Use
GETCLOBVAL() instead of GETSTRINGVAL()