Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

utl_file.putline - platform specific line termination character

ManjitAug 3 2007 — edited Aug 3 2007
PUT_LINE terminates the line with the platform-specific line terminator character or characters.

But the porblem is this.

The file generator application can run in different platform,and hence it means I can have different line termination character.Is there anyway I can force it to generate Unix only line termination character (line termination char in Unix I guess is \n) .


In short programatically I want to control it.

I looked at UTL_FILE.PUTLINE but it doesnt have any option to control the line termination char.


Help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 31 2007
Added on Aug 3 2007
5 comments
781 views