How to fix the Oracle error ORA-14154: only one of STORE IN or clause may be specified?

In this post, you’ll learn more about the Oracle ErrorORA-14154: only one of STORE IN or clause may be specified with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-14154: only one of STORE IN or clause may be specified

Reason for the Error ORA-14154: only one of STORE IN or clause may be specified

both STORE IN and clauses were specified in a CREATE TABLE|INDEX, or ALTER TABLE ADD|SPLIT PARTITION or ALTER TABLE MERGE PARTITIONS command for a Composite Range partitioned object

How to fix the Error ORA-14154: only one of STORE IN or clause may be specified ?

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

Remove one of offending clauses

Tags :

Leave Your Comment