Oracle Solution for Error ora-14154
ORA-14154: only one of STORE IN or clause may be specified
What triggered the Error:
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
What should we do to fix it:
Remove one of offending clauses