How to trace plsql package?
I'm troubleshooting some issue which my developers are complaining. According to them these few days they notice some slowness on some of their queries. These queries usually run for around 1 sec but lately it needed 4 - 5secs to complete.
They notice some abnormality which is the execution of the package is slower than querying it directly.
IS there anyway we can trace the package to find out which part inside the package got slowed?