PUT_LINE procedure

The PUT_LINE procedure puts a single line that includes an end-of-line character sequence in the message buffer.

Syntax

DBMS_OUTPUT.PUT_LINE(item )

Procedure parameters

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