im having trouble in executing sql loader command in php. i already posted this issue in php forum, but didn't give me clear answer yet.
probably posting in this forum would be better.
here's what i've tried :
$cmand="sqlldr userid=system/pass control='control/data.dat'";
system($cmand);
in php, we can see the result line. it works but only reached the header of the sqlldr command n it suddnly stopped. what should i do then?
thx