SQL Ldr [message #73032] |
Tue, 20 January 2004 03:39 |
Sashi
Messages: 22 Registered: January 2004
|
Junior Member |
|
|
Can I get the total number of records in SQL ldr before loading the data.?
Is it possible to track the rec cnt while loading?
I hv a req: Want to skip header and footer record from loading to a table from a set of records.
|
|
|
|
Re: SQL Ldr [message #73034 is a reply to message #73032] |
Tue, 20 January 2004 10:07 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
if you have a really huge datafile to be loaded...dont use ROW option with a low value..acutally row=n specifies the interval of commit. if rows=1 , sqlldr commits for every record.
|
|
|