Oracle Error ORA-64139: The type of VIRTUAL column is not XMLTYPE

Oracle Error Message

ORA-64139: The type of VIRTUAL column is not XMLTYPE

Reason for the Error

An attempt was made to create an XML index with VIRTUAL column not of XMLTYPE.

Solution

Specify the type of VIRTUAL column to be XMLTYPE.