I'm optimizing a form in Oracle Forms 12c, and to identify the points where it takes the longest, I've enabled traces for events:
65 (Procedure (Start & End). - duration
66 (Trigger (Start & End)). -duration
from Oracle Enterprise Manager. The problem I'm having is when reviewing the trace, the start and end times are not shown in the trace. Is it possible to configure the traces to view this information?
I´m openig the .trc file with strings on Linux cause frmxlate is not working
