PL/SQL function while executing throws Out Process Memory Error
Posted
by Vinoj Nambiar
on Stack Overflow
See other posts from Stack Overflow
or by Vinoj Nambiar
Published on 2010-04-26T07:00:55Z
Indexed on
2010/04/26
7:03 UTC
Read the original article
Hit count: 317
I have PL/SQL function, which is programmed to sort a set of data. This function work fine without any error, when called directly as a PL/SQL Function.
However, when I call this Function Via a Unix Shell Script, even though the script returns a success code and throws an Out Process Memory Error and function is actually not executed.
I have verified the DB Index spaces and temp spaces, which are more than 50% free spaces
© Stack Overflow or respective owner