Oracle Error ORA-29883: cannot create a domain index on column expressions

Oracle Error Message

ORA-29883: cannot create a domain index on column expressions

Reason for the Error

User specified an expression in the column list.

Solution

Specify only simple columns in the column list for domain index.