Idea, about Profiler

AlienZzzz

Member²
When i Profile Package in "Unit" Column i see only name of Package, but i Want see and name Function and Procedures of Package !
 
Unfortunately the dbms_profiler tables do not store this information. They only show the line number within the package. Maybe we can add a function to add the subprogram name. I have added this to the list of enhancement requests.
 
Thanks !
If you can add this column, i can test profile of my function in my package, because i can filter (column - Unit, ex : "only package standard")
----
 
Back
Top