INDEXING may be specified only when the underlying table is partitioned

Solution ID:ORA-14227

Type: Oracle

Cause

INDEXING FULL or INDEXING PARTIAL was specified during CREATE INDEX or ALTER INDEX when the base table was not partitioned.

Actions

Remove the SEGMENT CREATION DEFERRED clause.

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