Oracle Error Message
ORA-14015: too many partition descriptions
Reason for the Error
CREATE TABLE or CREATE INDEX contained too many partition descriptions; maximum number of partitions is 1048575 (1024K-1).
Solution
Reduce number of partitions to not exceed 1048575 (1024K -1).