Oracle Error ORA-30959: The indexed column is not stored in CLOB.

Oracle Error Message

ORA-30959: The indexed column is not stored in CLOB.

Reason for the Error

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

Solution

Re-create the XML Index on a CLOB-XMLType column.