Oracle Solution for Error ora-14151

Solution for Oracle Error ORA-14151

ORA-14151: invalid table partitioning method

What triggered the Error:

Invalid partitioning method was specified in CREATE TABLE statement. A table may be partitioned by RANGE, HASH, LIST, SYSTEM, or Composite Range-Hash/List/Range (R+H/L/R).

What should we do to fix it:

Specify one of valid partitioning methods