TOraLoader speed
Posted: Mon 15 Apr 2013 06:29
Using Delphi 7, ODAC 8.0.2 (will be getting new license soon for latest)
With Oracle 10g.
Trying to see if can get the speed even more. I have a file I am loading into memory.
1.22 million rows, 15 columns, ~160mb big and then sending it up.
Takes about 36 minutes to go through the tOraLoader and thinking this could be faster.
I am connecting to the server on the network.
I am using Direct Mode on the tOraSession.
The OraLoader is set to LoadMode = imDML
I am not sure exactly what imDML is vs imDirect, only thing I know is it won't
run in imDirect mode. The Help doesn't say much on this.
With Oracle 10g.
Trying to see if can get the speed even more. I have a file I am loading into memory.
1.22 million rows, 15 columns, ~160mb big and then sending it up.
Takes about 36 minutes to go through the tOraLoader and thinking this could be faster.
I am connecting to the server on the network.
I am using Direct Mode on the tOraSession.
The OraLoader is set to LoadMode = imDML
I am not sure exactly what imDML is vs imDirect, only thing I know is it won't
run in imDirect mode. The Help doesn't say much on this.