Quote:
Originally posted by sathyaram_s
Unless you specify, MODIFIED BY ANYORDER LOAD command will load the records in the same order as the input file ...
But, again, we need to understand what you mean by 'data is not in sequence' ?
Cheers
Sathyaram
|
HI,
The sequence here means that the records should be inserted in the same order as they are present in the file.
suppose the flat file contains
aaaaa
bbbbb
ccccc
The data inserted into the table should also be in the same order
aaaaa --record1
bbbbb --record2
ccccc --record3
but in some cases it is like as shown below
aaaaa --record1
ccccc --record2
bbbbb --record3
Thanks,
Deepak B G