Oracle Solution for Error ora-14156

Solution for Oracle Error ORA-14156

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

What triggered the Error:

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

What should we do to fix it:

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