Re: PL/SQL Recursion

From: Erik Forslund <erfo_at_lkp.ifsab.se>
Date: 1996/03/18
Message-ID: <4ik5nv$li_at_simba.lejonet.se>#1/1


hays_at_magicnet.net (Jeff Hays) wrote:

>Has anyone done recursive work with PL/SQL. My simple test functions work, but
>I don't seem to find any documentation from Oracle. Are there any pitfalls to
>be aware of.
 

>Thanks,
 

>Jeff Hays
>hays_at_acusoft.com

Hi!

I think Oracle does not give any other problems with recursion than other languages, which means that recursion is always slower than using iteration techniques. Check Ch 6 in PL/SQL Users Guide 2.2.

Erik Forslund
IFS R&D
erfo_at_lkp.ifsab.se Received on Mon Mar 18 1996 - 00:00:00 CET

Original text of this message