Databases Reference
In-Depth Information
The following screenshot shows the APEX_DEBUG_MESSAGE.REMOVE_DEBUG_
BY_AGE process:
5.
In the Success Message text areas, type the message Debug Messages
Cleared , and click on Next .
6.
Click on Create Process .
7.
Run the page, and click on View Debug in Developer Toolbar .
The result is that the debug information for the page older than 1 day will be cleared.
APEX_DEBUG_MESSAGE.LOG_MESSAGE
With the Application Express APEX_DEBUG_MESSAGE.LOG_MESSAGE process, you have
the possibility to emit messages in the debug output.
For example:
apex_debug_message.log_message('Render: Hello');
Or:
apex_debug_message.log_message('Item Validation');
apex_debug_message.log_message('...Item: '||p_item);
In this way, you add debug information to your code and therefore make it easier to
troubleshoot your code.
 
Search WWH ::




Custom Search