Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is there a way to specify a record delimitor for SQL*Loader rather than accepting the default LF CR?
Thank you for the tips.
However, I have a couple of more questions:
INFILE 'g:\8pafir8x.txt' "str X'0d0a'"
Does SQL*Loader know to replace the default record delimiter with what is in the string, which in this case is already 0d0a in hex, or linefeed, carriage return. Why replace the default delimiter with itself? How does SQL*Loader know how to substitute the record separator with the one of your choice, say a grave (`)?
Thank you,
Mark
"Mark" <mzquincey_at_hotmail.com> wrote in message
news:fwdG8.134$oD.4604979_at_newssvr17.news.prodigy.com...
> Is there a way to specify a record delimiter for SQL*Loader rather than
> accepting the default LF CR?
>
>
>
Received on Tue May 21 2002 - 17:13:02 CDT
![]() |
![]() |