The PUT_NCHAR procedure appends the current line buffer in NCHAR format.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
UTL_FILE.PUT_NCHAR(
file IN FILE_TYPE,
buffer IN VARCHAR2
);
Parameters
| Parameter | Description |
|---|---|
| file | The active file handle returned by the FOPEN procedure. |
| buffer | The text buffer containing the line to be written to the file. |
