Oracle Error ORA-12852: PARALLEL_MIN_SERVERS must be less than PROCESSES, string

Oracle Error Message

ORA-12852: PARALLEL_MIN_SERVERS must be less than PROCESSES, string

Reason for the Error

An attempt was made to set the PARALLEL_MIN_SERVERS parameter to a value higher than PROCESSES.

Solution

Set PARALLEL_MIN_SERVERS to a value less than PROCESSES value specified in the accompanying message and retry.