How to fix the Oracle error ORA-14177: STORE-IN (Tablespace list) can only be specified for a LOCAL index on a Hash or Composite Range Hash table?
In this post, you’ll learn more about the Oracle ErrorORA-14177: STORE-IN (Tablespace list) can only be specified for a LOCAL index on a Hash or Composite Range Hash table with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-14177: STORE-IN (Tablespace list) can only be specified for a LOCAL index on a Hash or Composite Range Hash table
Reason for the Error ORA-14177: STORE-IN (Tablespace list) can only be specified for a LOCAL index on a Hash or Composite Range Hash table
STORE-IN (Tablespace list) clause was used while creating a local index on a range/list/composite range list partitioned table
How to fix the Error ORA-14177: STORE-IN (Tablespace list) can only be specified for a LOCAL index on a Hash or Composite Range Hash table ?
You can fix this error in Oracle by following the below steps
Do not use the STORE_IN (Tablespace list) clause while creating a local index on range/list/composite range list partitioned table
Leave Your Comment