Database Error Messages

ORA-14183

TABLESPACE DEFAULT can be specified only for Composite LOCAL index

Cause

User attempted to specify TABLESPACE DEFAULT for a partition of a Range/System/Hash partitioned LOCAL index object, which is illegal.


Action

Replace TABLESPACE DEFAULT with TABLESPACE <ts_name> or remove it.