DISABLE

2023-10-24 09:23:03  Updated

The DISABLE stored procedure disables calls to PUT, PUT_LINE, NEW_LINE, and GET_LINE, and clears the buffer.

Similar to ENABLE, you do not need to call DISABLE if you use the SERVEROUTPUT option of OBClient.

Syntax

DBMS_OUTPUT.DISABLE;

Contact Us