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.