The NEW_LINE_NCHAR procedure inserts a newline character into 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 file handle of the opened file. |
| lines | The number of newline characters to be written. The default value is 1. This parameter determines how many newline characters are inserted into the file. |
