http://www.oracle-base.com/articles/9i/XMLTypeDatatype.php
查了下:Oracle9i has a dedicated XML datatype called XMLTYPE. It is made up of a CLOB to store the original XML data and a number of member functions to make the data available to SQL.这个意思是XMLTYPE由CLOB构造的类型,CLOB 字符数据 最大长度4G