Database Error Messages

OCI-02513

invalid sharded table PARTITIONSET method

Cause

An invalid PARTITIONSET method was specified in the CREATE TABLE statement. A table may be partitioned by RANGE or LIST.


Action

Modify PARTITIONSET method to RANGE or LIST in the CREATE SHARDED TABLE statement.