Oracle Error ORA-30963: The indexed column is not of XMLType.

Oracle Error Message

ORA-30963: The indexed column is not of XMLType.

Reason for the Error

An attempt was made to create an XML Index on a non-XMLType column.

Solution

Re-create the XML Index on an XMLType column.