Oracle Error ORA-25184: column name expected

Oracle Error Message

ORA-25184: column name expected

Reason for the Error

A column name is not present where required by the CREATE TABLE for specifying last column to be included in the index segment of the index-organized table

Solution

Specify a column name where required by the syntax.