24 Debugging an Application
Learn about best practices for debugging an Oracle APEX application.
- Reviewing Session State
View current session state for your application by clicking the Session link on the Runtime Developer Toolbar. - Utilizing Debug Mode
Use Debug mode to track down unexpected application behavior. - Removing Controls and Components to Isolate a Problem
If you have problems running a page, try removing controls and components one at a time. - About Monitoring Application and Page Resource Use
Query theV$SESSION
andV$SQLAREA
views to monitor application and page resource use.. - Enabling SQL Tracing and Using TKPROF
Enable SQL tracing and then analyze the temporary file Oracle APEX creates using the TKPROF utility. - Running Advisor to Check Application Integrity
Use Oracle APEX Advisor (Advisor) to check the integrity and quality of your APEX application.
Related Topics