Oracle Solution for Error ora-02824

Solution for Oracle Error ORA-02824

ORA-02824: Request free list is empty

What triggered the Error:

The list from which the package allocates request descriptors is empty because all of the descriptors is in use.

What should we do to fix it:

Wait until some become free, or initialize the package with a higher number of request descriptors.