The NEW_LINE procedure writes a specified number of newline characters to a file.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
UTL_FILE.NEW_LINE (
file IN FILE_TYPE,
lines IN BINARY_INTEGER := 1);
Parameters
| Parameter | Description |
|---|---|
| file | The active file handle returned by calling the FOPEN or FOPEN_NCHAR procedure. |
| lines | The number of newline characters to write to the file. |
Exceptions
INVALID_FILEHANDLEINVALID_OPERATIONWRITE_ERROR
