PUT procedure

The PUT procedure writes a string to a specified file. No end-of-line character sequence is written at the end of the string.

Syntax

UTL_FILE.PUT(file, buffer)

Procedure parameters

file
An input argument of type UTL_FILE.FILE_TYPE that contains the file handle.
buffer
An input argument of type VARCHAR(32672) that specifies the text to write to the file.