Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Software to Generate PL/SQL Call Stack??

Software to Generate PL/SQL Call Stack??

From: <rajbrown_at_gmail.com>
Date: 20 Jan 2006 04:00:44 -0800
Message-ID: <1137758444.767914.19400@g14g2000cwa.googlegroups.com>


Hello - I might be living in cloud cuckoo land, but I'm wondering if there's any way to generate documentation on a PL/SQL package which will display the full call stack. I imagine it would need some 3rd party software to parse the source code to display it, but I could be wrong. Ideally I'd like something generated such as this:

p_process

-> f_get_name
-> f_validate

                -> p_do_some_stuff

-> p_get_going
-> p_insert_some_records -> p_delete_everything -> f_check_nothing exists

etc, etc.Hope that makes sense! I've pondered trying to write my own, but I think it could take some time! If such a thing exists, it would really help me with documenting my code and assist with exception handling.

Thanks! Received on Fri Jan 20 2006 - 06:00:44 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US