Re: PL/SQL and recursion

From: Gunter Herrmann <Gunter.Herrmann_at_comcast.net>
Date: Sat, 06 Jul 2002 12:35:16 -0400
Message-ID: <3D271C44.5FB7A6FD_at_comcast.net>


Sybrand Bakker wrote:  

> PL/SQL does support recursion, though it has no mechanisms to trap
> infinite recursion.

Maybe the call stack overflow? ;-)

But you should be able to handle it with a package variable which is incremented when entering a function and decremented before return.

Regards

-- 
Gunter Herrmann
Naples, Florida, USA
Received on Sat Jul 06 2002 - 18:35:16 CEST

Original text of this message