Write to profiler tables

JoepH

Member
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?
 
I don't think it is possible to write to the profile tables. Check the dbms_profiler package description to see what options you have.
 
Back
Top