difference between sqlload and insert /* append */ into
hello,
I am in version oracle 11.2.0.3 then i have to load 100Mega records :
but it's very long time 6 days, by insert normal
then i read that i have two solutions better.
by insert "/*+APPEND*/"
or by
sqlload.
then i would like know what is the inconvenience for the two way of execution.
best regards
Jean-Pierre