DBE_PLDEBUGGER.turn_off
This function is used only to remove the debugging flag added by turn_on to the current session. The return value indicates success or failure, as described in Table 1. You can run the DBE_PLDEBUGGER.local_debug_server_info command to query the OID of the stored procedure that has been turned on.
The function prototype is as follows:
1 2 |
DBE_PLDEBUGGER.turn_off(Oid) RETURN boolean; |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.