Update using sqlldr [message #328297] |
Thu, 19 June 2008 12:36 |
jyo_1906
Messages: 3 Registered: June 2008
|
Junior Member |
|
|
Hi,
I need to update the existing data in the table from the contents of a flat file.
Can anyone let me know what is the option to be used with sqlldr?
I get as many as 100K records for update.
Thanks
Jyo
|
|
|
|
Re: Update using sqlldr [message #328301 is a reply to message #328299] |
Thu, 19 June 2008 12:44 |
jyo_1906
Messages: 3 Registered: June 2008
|
Junior Member |
|
|
Thanks for the reply.
Do you mean that I need to load the file into a seperate table[B] and then update the existing table[A] using the data in the table[B] ?
|
|
|
|
|