Page 1 of 1

what is different betweet ImDiret and ImDML in TOraLoader? which better?

Posted: Sat 12 Mar 2005 01:41
by akiraiu
As my topic~~~ 8) 8)

Posted: Mon 14 Mar 2005 13:23
by Alex
When you use lmDirect LoadMode then software uses direct path load interface and you will get the best performance with data transferring, but this feature isn't supported with Net option and Oracle servers older then 8i so in such cases you should use DML array Oracle feature (lmDML) that slower than direct path load interface but still fast enough.