Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> SQLLoader Ignores Terminator
Help!
My process is ignoring my | terminator in certain insstances. It seems if I encounter an international character (e.g ASCII(x'6C')), it escapes my terminator ( " | " ) and includes it and the following field as part of a single field.
My control file is simple:
LOAD DATA
INFILE 'c:\\docent_servers\\import\\jnj_import_user_data.dat'
INTO TABLE JNJusertemp
FIELDS TERMINATED BY '|' TRAILING NULLCOLS
(
...
Thanks,
...Bob
Received on Sat Apr 27 2002 - 10:13:54 CDT
![]() |
![]() |