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: Help with junk characters

Re: Help with junk characters

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 1 Nov 2005 07:35:44 -0800
Message-ID: <1130859344.783128.245800@g47g2000cwa.googlegroups.com>


I was going to make the same suggestion Gar made.

The reason for the problem is that where UNIX uses on a NL character to end a text file line, Windows used both a Carriage Return and a New Line so if you do a binary FTP of a text file you see ^C at the end of the lines.

You want to be sure to use Binary mode for copying export (exp .dmp) files between platforms.

HTH -- Mark D Powell -- Received on Tue Nov 01 2005 - 09:35:44 CST

Original text of this message

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