Oracle Solution for Error ora-14015

Solution for Oracle Error ORA-14015

ORA-14015: too many partition descriptions

What triggered the Error:

CREATE TABLE or CREATE INDEX contained too many partition descriptions; maximum number of partitions is 1048575 (1024K-1).

What should we do to fix it:

Reduce number of partitions to not exceed 1048575 (1024K -1).