Oracle Error Message
ORA-14152: invalid number of partitions specified in PARTITIONS clause
Reason for the Error
number-of-partitions clause contained in CREATE TABLE or CREATE INDEX statement specified a number of partitions outside of legal range (1-1048575)
Solution
Specify a number between 1 and 1024K-1 in the number-of-partitions clause