Database Error Messages

ORA-19013

cannot create VARRAY columns containing XMLType

Cause

An attempt was made to create a VARRAY column that contained an XMLType.


Action

Do not store VARRAY columns containing XMLTypes in tables. Use nested tables instead.