Oracle DBA, How To, Error, Cause and Action
ORA-14154: only one of STORE IN or <subpartition-description> clause
may be specified
ORA-14154: only one of STORE IN or clause may be specifiedCause: 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
Action:
Remove one of offending clauses
No comments:
Post a Comment
Thanks for your comment.