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;
OceanBase Database
Download PDF
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.
DBMS_OUTPUT.DISABLE;