Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> SQL Ldr Control File Question
I've stumbled across a bit of a problem in that the control file I've
created for sqlldr80 has a single quote in it, ie:
LOAD DATA
INFILE 'C:\TIM'SF~1\ACCESS~1\SPACEB~1\NEW\ROOM_N~1.TXT'
APPEND INTO TABLE TEMP_TIM_AREA FIELDS TERMINATED X '09'
(TMA_AREA, TMA_AREA_SQ_FT)
You'll see that the INFILE text file specification has a main directory
with a ' in it.
Can anyone suggest how best to deal with this, other than renaming the main directory?
Thanks very much in advance.
-- Tim - http://www.ucs.mun.ca/~tmarshal/ ^o< /#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake /^^ "Want some?" - DittoReceived on Mon Dec 16 2002 - 16:37:13 CST
![]() |
![]() |