Database Error Messages

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

ORA-02541

TABLESPACE SET is required

Cause

The TABLESPACE SET clause was not supplied when creating an index on a system-managed sharded table.


Action

Add the TABLESPACE SET clause to the CREATE INDEX command, or use the same tablespace set as the table by not specifying the TABLESPACE SET clause.