STORE IN (DEFAULT) clause is not supported for hash partitioned global indexes

Solution ID:ORA-14178

Type: Oracle

Cause

STORE IN (DEFAULT) is valid only for local indexes.

Actions

Ensure that a subpartition maintenance operation is the sole operation specified in ALTER TABLE or ALTER INDEX statement; operations other than those dealing with subpartitions, default attributes of partitioned tables/indices or specifying that a table be renamed (ALTER TABLE RENAME) may be combined at will

Try the following links for this error:


http://docs.oracle.com/cd/E16655_01/server.121/e26079/e12700.htm


Browse all solutions to database errors from Oracle, MS SQL, or MySQL