![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I can get a list of all my functions + procedures via: select distinct object_name, package_name, overload * from all_arguments *where owner = 'MYNAME' * *and package_name is not null *order by package_name, object_name; Is there a way I can find which functions + procedures are actually getting called over the course of a week while the application is in use? Some kind of profiler tool? I'm not interested in performance/timing measurements; just whether a function/procedure was invoked. I would prefer not to have to modify every function/procedure to add a logging statement... Thanks! |
![]() |
| Thread Tools | |
| Display Modes | |
| |