0

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

enter image description here

4
  • can you provide an sample output of the trace file Commented Apr 11 at 15:21
  • Example:-TRACE STARTED DYNAMICALLY BY EM/BUILTIN PANT_INI -f21e460f-6891-493d-ae6c-2313726af21f-000002be Next_item (Null) (Null) KEY-NEXT-ITEM "/PANT_INI-1/P7_2025_03_26_13_08_02 NEXT_FIELD DRV_CODIGO WHEN-VALIDATE-ITEM #/PANT_INI-1/P19_2025_03_26_13_08_02 -f21e460f-6891-493d-ae6c-2313726af21f-000002bf Next_item (Null) (Null) KEY-NEXT-ITEM "/PANT_INI-1/P7_2025_03_26_13_08_02 NEXT_FIELD DRV_PASWRD WHEN-VALIDATE-ITEM #/PANT_INI-1/P20_2025_03_26_13_08_02 -f21e460f-6891-493d-ae6c-2313726af21f-000002c0 Next_item Commented Apr 14 at 14:33
  • try converting your file to html and check if you are getting the timing information the command below java oracle.forms.diagnostics.Xlate datafile=a.trc outputfile=myfile.html outputclass=WriteOutHTML Commented Apr 14 at 16:17
  • frmxlate not working for me, class not found, attached the image with the error Commented Apr 15 at 16:13

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.