ORA-14158: too many subpartition descriptions
What triggered the Error:
CREATE TABLE or CREATE INDEX contained too many subpartition descriptions; maximum number of subpartitions is 1048575.What should we do to fix it:
Reduce number of subpartitions to not exceed 1024K-1.