24.5 Enabling SQL Tracing and Using TKPROF
Enable SQL tracing and then analyze the temporary file Oracle APEX creates using the TKPROF utility.
Tracing your session can be a very effective way to debug an application. From a database perspective, each page request is a single database session. If you enable SQL tracing, then Oracle APEX creates a temporary file you can then analyze using the TKPROF utility.
You enable SQL tracing in APEX by using f?p
syntax to set the argument p_trace=YES
. For example, to trace the display of page 1 in application 100, you would use the syntax:
http:/.../f?p=100:1&p_trace=YES
To use the TKPROF utility:
See Also:
Tools for End-to-End Application Tracing in Oracle Database SQL Tuning Guide for information about using the TKPROF program
Parent topic: Debugging an Application