Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL*Loader-625: Multibyte character error in control file ??????
On 10 May 2002 07:41:17 -0700, gelewyc_at_nyct.com (george lewycky) wrote:
>sqlloader code:
>
>LOAD DATA
>INFILE 'cust_apr30.txt’
^^^^^^^
Your Usenet software has posted '’' 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 toolReceived on Fri May 10 2002 - 17:48:41 CDT
![]() |
![]() |