Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: UTL_FILE replaces 0A by 0D 0A
Hi, Urs !
Unfortunately it also happens with UTL_FILE.put. Besides it is not only appended at the end of a row; it is even replaced in the middle of a string:
DECLARE
lc_filename VARCHAR2 (100) := 'test.txt'; lt_file UTL_FILE.file_type;
![]() |
![]() |