Oracle Error ORA-02855: Number of requests is less than the number of slaves

Oracle Error Message

ORA-02855: Number of requests is less than the number of slaves

Reason for the Error

The value given for “db_slave_buffers” in your INIT.ORA file is less than the number specified for the number of slaves, “db_slaves.”

Solution

Specify a number that is greater than that given for “db_slaves” Alternatively, specify 0. The kernel will supply the appropriate number.