Difference between dbms_monitor.serv_mod_act_STAT_enable and dbms_monitor.serv_mod_act_TRACE_enable?
Hello
I see only one difference between the two kind of statistic gathering processes:
If I start the dbms_monitor.serv_mod_act_STAT_enable -> Then I get the gathered statistics aggregated in the view: v$serv_mod_act_stat.
But if I start the dbms_monitor.serv_mod_act_TRACE_enable -> Then I have to use the trcsess program to merge the created trace files into one file and after that I can use the tkprof uitility.
Can we say, that this is the main difference regarding the gotten statistics? -> Of course we have much more details in the trace files -> but again regarding only the statistics?
0