Oracle DBA, How To, Error, Cause and Action

ORA-14156: invalid number of subpartitions specified in [SUBPARTITIONS | SUBPARTITION TEMPLATE] clause

ORA-14156: invalid number of subpartitions specified in [SUBPARTITIONS | SUBPARTITION TEMPLATE] clause


Cause:


number-of-subpartitions clause contained in CREATE TABLE or CREATE INDEX statement specified a number of subpartitions outside of legal range (1-1048575)



Action:


Specify a number between 1 and 1024K-1 in the number-of-subpartitions clause

No comments:

Post a Comment

Thanks for your comment.