Oracle dataload using php.

wxdqz

New Member
I need to write a form that will take a user-supplied file (on C: drive), and load it's contents into an Oracle database. My first 2 attempts at this crashed the webserver. It appeared that the process never released memory each time. I have tried releasing the parsed statement on each transaction, committing every 500 transactions, and doing nothing.

Has anyone else tried this? What does it take for the php page to release memory inbetween transactions?
 
Back
Top