ORA-25185: index column other than last can not be specified for INCLUDE clause
What triggered the Error:
index column name other than the last is specified as including columnWhat should we do to fix it:
ecify either a column 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.