I have a function that contains multiple complicated queries in it (ORACLE 8i).
The number of times it runs these queries is variable.
Problem is, if there are more than, say, 300 queries, somehow the function is recycling-- starting over. It times out (or something) and then the procedure (function) starts again from the beginning.
Is this a PHP problem? Or is Oracle bombing out?
I have never experienced PHP recycling like this.
Thanks for any insight!