Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-02591

cannot specify a common tablespace set for indexes on a sharded table in composite sharding

Cause

An attempt was made to specify a common tablespace set for indexes on a sharded table in a composite sharding environment which is not supported.


Action

Create an index on sharded tables without the TABLESPACE SET clause or use the PARTITIONSET clause to specify tablespace sets for each partition set.