Oracle Solution for Error ora-14183

Solution for Oracle Error ORA-14183

ORA-14183: TABLESPACE DEFAULT can be specified only for Composite LOCAL index

What triggered the Error:

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

What should we do to fix it:

Replace TABLESPACE DEFAULT with TABLESPACE or remove it.