Oracle Error ORA-19013: Cannot create VARRAY columns containing XMLType

Oracle Error Message

ORA-19013: Cannot create VARRAY columns containing XMLType

Reason for the Error

An attempt was made to create a VARRAY column which contains a XMLType

Solution

You cannot store VARRAYs containing XMLTypes in tables. Use nested tables instead