Skip to content

Commit

Permalink
Update 20_utl_file.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ebgitelman authored Sep 19, 2023
1 parent 11c987c commit b0c7f17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ The `FOPEN` function opens a file for I/O.

## FOPEN_NCHAR

The `FOPEN_NCHAR` procedure opens file `filename` in the directory identified by `location` to read and/or write Unicode character set data.
The `FOPEN_NCHAR` procedure opens the file `filename` in the directory identified by `location` to read and/or write Unicode character set data.

```sql
FOPEN_NCHAR(location VARCHAR2, filename VARCHAR2, open_mode VARCHAR2, max_linesize INTEGER)
Expand Down

0 comments on commit b0c7f17

Please sign in to comment.