I have a very complicated reports with lots of refcursors generated by stored procedures.
Profiling an individual prodecure works very well with plsql developer. However, I would like to profile a session with a sequence of stored procedure calls and analyze the results.
Would it be possible to write directly to the profile tables from plsql and analyze with plsql developer?
Profiling an individual prodecure works very well with plsql developer. However, I would like to profile a session with a sequence of stored procedure calls and analyze the results.
Would it be possible to write directly to the profile tables from plsql and analyze with plsql developer?