ENABLE procedure

The ENABLE procedure enables the message buffer. During a single session, applications can put messages in the message buffer and get messages from the message buffer.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-DBMS_OUTPUT.ENABLE--(--buffer_size--)-----------------------><

Procedure parameters

buffer_size
An input argument of type INTEGER that specifies the maximum length of the message buffer in bytes. If you specify a value of less than 2000 for buffer_size, the buffer size is set to 2000. If the value is NULL, then the default buffer size is 20000.

Copyright© 2019 HCL Technologies Limited