ERROR | 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 |