Oracle DBA, How To, Error, Cause and Action

ORA-14151: invalid table partitioning method

ORA-14151: invalid table partitioning method


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).



Action:


Specify one of valid partitioning methods

No comments:

Post a Comment

Thanks for your comment.