Oracle Solution for Error ora-12813

Solution for Oracle Error ORA-12813

ORA-12813: value for PARALLEL or DEGREE must be greater than 0

What triggered the Error:

PARALLEL 0 or DEGREE 0 was specified in a CREATE TABLE, CLUSTER, or INDEX or in an ALTER TABLE or CLUSTER statement.

What should we do to fix it:

Specify a degree of parallelism greater than 0 or specify default parallelism using PARALLEL with no degree or using DEGREE DEFAULT within a PARALLEL clause.