invalid table partitioning method

Solution ID:ORA-14151

Type: Oracle

Cause

Invalid partitioning method was specified in CREATE TABLE statement. A table may be partitioned by RANGE, HASH, LIST, SYSTEM, or Composite Range-Hash/List/Range (R+H/L/R).

Actions

Make all the indexes defined on the same set of columns as INVISIBLE and then reexecute this DDL.

Try the following links for this error:


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


https://community.oracle.com/message/3731531


https://community.oracle.com/message/4159023


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