What about Footer
Nikhilesh, February 23, 2005 - 3:28 am UTC
Dear Tom what if do if i want to skip the last line as its a footer.
Thanks in Advance
February 23, 2005 - 3:45 am UTC
either use an external table (sql can help you)
or use load=N-1 if you know N (the number of records)
or use a when clause that can filter out the footer based on some data you know must be in the footer.
Dave T, February 23, 2005 - 5:59 am UTC
Tom,
Enjoy Dublin today!
Have a Guiness while you are there.
February 23, 2005 - 9:13 am UTC
had 2 pints of it yesterday !
SQL Loader
veera, February 23, 2005 - 7:25 am UTC
If you cannot put any conditions to filter the footer, you let it load and if the table has any NUMBER field, it will not load the record and it will put it in the BAD file. If you put a condition it will put the record in Discard file.