Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Software to Generate PL/SQL Call Stack??
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
![]() |
![]() |