Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> RE: SQL*Loader-524: partial record found at end of datafile
I'm not quite sure I this is the solution, but I had the same error a while
ago, and the problem was a stray return character at the end of the last
line,
resulting in a blank line at the end of the file. When I removed this it
worked fine
>===== Original Message From hkim16_at_uic.edu (Hosung Kim) =====
>If you know about the error message, could you help me?
>
>I am trying to load a simple data by executing the command,
>d:\orant\bin>sqlldr80 scott/tiger control=reload_test.ctl log=reload.log
>but I got the following message;
>SQL*Loader-524: partial record found at end of datafile (reload_test.ctl)
>
>The content of reload_test.ctl is follwing;
>load data
>infile 'd:\plant\reload_test.csv'
>into table reload_test
>( product char terminated by ',')
>
>The content of reload_test.csv is following;
>testdata,
>
>The reload_test table has been created;
>SQL> select * from reload_test;
>PRODUCT
>------------------------------
>test
>
>
>Thank you in advance.
>
>
>Leo
>
http://MailAndNews.com
Create a new mailbox, or access your existing IMAP4 or POP3 mailbox from anywhere with just a web browser.
![]() |
![]() |