How to fix the Oracle error ORA-14183: TABLESPACE DEFAULT can be specified only for Composite LOCAL index?

In this post, you’ll learn more about the Oracle ErrorORA-14183: TABLESPACE DEFAULT can be specified only for Composite LOCAL index with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

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

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

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

How to fix the Error ORA-14183: TABLESPACE DEFAULT can be specified only for Composite LOCAL index ?

You can fix this error in Oracle by following the below steps

Replace TABLESPACE DEFAULT with TABLESPACE or remove it.

Tags :

Leave Your Comment