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: SQL*Loader-625: Multibyte character error in control file ??????

Re: SQL*Loader-625: Multibyte character error in control file ??????

From: Andy Hassall <andy_at_andyh.org>
Date: Fri, 10 May 2002 23:48:41 +0100
Message-ID: <ebjoducmbpgbppus4uisdnt7fnbnnj55nk@4ax.com>


On 10 May 2002 07:41:17 -0700, gelewyc_at_nyct.com (george lewycky) wrote:

>sqlloader code:
>
>LOAD DATA
>INFILE 'cust_apr30.txt&#8217;

                       ^^^^^^^

 Your Usenet software has posted '&#8217;' where the closing quote for the INFILE should be.

 That's the HTML representation of the Unicode character for 'RIGHT SINGLE QUOTATION MARK' - implying there's a multibyte quote in your file. Shouldn't it be an 'ordinary' single-byte single quote to match the quote at the start of the filename?

-- 
Andy Hassall (andy@andyh.org) icq(5747695) http://www.andyh.org
http://www.andyh.uklinux.net/space | disk usage analysis tool
Received on Fri May 10 2002 - 17:48:41 CDT

Original text of this message

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