Oracle Message ORA-14187 - partitioning method for LOCAL index is inconsistent with that of the underlying table

ERRORpartitioning method for LOCAL index is inconsistent with that of the underlying table
CAUSEUser attempted to create a LOCAL partitioned index that is not equi-partitioned with the underlying table. The partitioning types are mismatched.
ACTIONCorrect the CREATE INDEX statement to ensure that the index partitionining method is consistent with that of the base table