Oracle Error Message
PLS-00996: out of memory
Reason for the Error
A request from PL/SQL for more memory failed.
Solution
Make sure that you are not referencing the wrong row in a PL/SQL table and that the program is not recursing too deeply.
PLS-00996: out of memory
A request from PL/SQL for more memory failed.
Make sure that you are not referencing the wrong row in a PL/SQL table and that the program is not recursing too deeply.