Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Windows line terminations from Unix PL/SQL

Re: Windows line terminations from Unix PL/SQL

From: Ed Prochak <ed.prochak_at_magicinterface.com>
Date: 28 Mar 2005 09:52:27 -0800
Message-ID: <1112032347.415896.234280@z14g2000cwz.googlegroups.com>


well, if you problem is really the transfer of data from *nix to windows and you are using FTP, then just use the ASCII transfer mode and let FTP deal with the end of line junk. Then you don't need to deal with it in you code.

   Ed Received on Mon Mar 28 2005 - 11:52:27 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US