PUT procedure

The PUT procedure puts a string in the message buffer. No end-of-line character sequence is written at the end of the string.

Syntax


1  DBMS_OUTPUT.PUT ( item )

Procedure parameters

item
An input argument of type VARCHAR(32672) that specifies the text to write to the message buffer.