SQL LOADER PROBLEM/HELP [message #209420] |
Thu, 14 December 2006 14:29 |
kavya
Messages: 1 Registered: December 2006
|
Junior Member |
|
|
i have a control file to load multiple tables
i woul like to use same seq no for all tables.
i mean if i load first record in table no 1 with seq no 10
the same seq no 10 should be used to load second record in different table. now SQL LOADER control file load the records in different table by using single control file on the basis of
recordd type. irrespective of data in tables i want to use
same seq no for all the tables each time i load the data using sql loader.
|
|
|
|
|