Oracle Error Message
ORA-02786: Size needed for shared region is greater than segment size
Reason for the Error
The size of the shared segment that was specified for the shared buffer region is less than the number of bytes required. The first field of the “additional information” field is the size needed. The second is the size of the segment.
Solution
Use a larger size segment or let the package allocate its own.