PL/SQL profiler missing data
Posted
by user289429
on Stack Overflow
See other posts from Stack Overflow
or by user289429
Published on 2010-04-23T06:31:24Z
Indexed on
2010/04/23
6:33 UTC
Read the original article
Hit count: 318
We are using pl/sql profiler to collect metrics. We noticed that on one of the environment the plsql_profiler_runs table is populated with the total execution time but the finer details that gets collected in the table plsql_profiler_data is missing. Any idea why this would be happening?
We do use dbms_profiler.flush_data() before stopping the profiler and have seen this work fine in another environment.
© Stack Overflow or respective owner