Oracle Error ORA-29866: cannot create domain index on a column of index-organized table

Oracle Error Message

ORA-29866: cannot create domain index on a column of index-organized table

Reason for the Error

Tried to create a domain index on a column of an index-organized table.

Solution

Do not attempt to create a domain index on columns of an index-organized table.