The NEW_LINE stored procedure writes a specified number of line breaks to a file.
Syntax
UTL_FILE.NEW_LINE (
file IN FILE_TYPE,
lines IN BINARY_INTEGER := 1);
Parameters
| Parameter | Description |
|---|---|
| file | The active file handle returned by the FOPEN or FOPEN_NCHAR stored procedure. |
| lines | The number of line breaks to be written to the file. |
Exceptions
INVALID_FILEHANDLEINVALID_OPERATIONWRITE_ERROR