Saturday 4 February 2012

ORA-06500: PL or SQL: storage error

ORA-06500: PL or SQL: storage error

Cause: PL or SQL was unable to allocate additional storage. This message normally Sometimes this error can be caused by runaway programs.

Action: 1) Ensure there are no issues or bugs in your PL or SQL program which are causing excessive amounts of memory to be used. 2) Programmatically cause unused objects to be freed (e.g. by setting them to NULL). 3) Increase the amount of shared or process memory (as appropriate) available to you.

No comments:

Post a Comment