Can some one help here?
Our database character set is NLS_CHARACTERSET CEL8ISO8859P14.
I trying to output using utl_file.put_line at street name as follows
B4366 O DAFARN GORS BACH I GYLCHFAN GROESLON TŶ MAWR
That is what is held on the database.
both utl_file.put_line & TL_FILE.PUT_LINE_NCHAR output
B4366 O DAFARN GORS BACH I GYLCHFAN GROESLON TÞ MAWR
Note the difference.
I have tried opening the output file using both UTL_FILE.FOPEN_NCHAR and UTL_FILE.FOPEN
Has anyone got any idea as what I am doing wrong?