Oracle Error ORA-29867: cannot create a domain index on a LONG column

Oracle Error Message

ORA-29867: cannot create a domain index on a LONG column

Reason for the Error

The user attempted to create a domain index on a column of LONG datatype.

Solution

Do not create a domain index on a LONG column.