ORA-19013: Cannot create VARRAY columns containing XMLType
What triggered the Error:
An attempt was made to create a VARRAY column which contains a XMLTypeWhat should we do to fix it:
You cannot store VARRAYs containing XMLTypes in tables. Use nested tables instead