ORA-25185: index column other than last can not be specified for INCLUDEclause Cause: An index column nameother than the last is specified as including column Action: Specify either acolumn name which is not part of index-organized table
primary key index , or the last key column of the primary key for the INCLUDING
clause.