How to Add Carriage Returns to a File Created By UTL_FILE on Unix and Read on Windows?
(Doc ID 747819.1)
Last updated on FEBRUARY 03, 2022
Applies to:
PL/SQL - Version 10.2.0.4 and laterInformation in this document applies to any platform.
Goal
UTL_FILE.PUT_LINE terminates a line of text with a platform-specific line terminator character or characters. On Unix this is Line Feed (LF). On Windows this is LF and Carriage Return (CR).
If your file is created on Unix and you need to read it on Windows you will need to re-format the file to include CR.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |