Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Sqlldr via webase tool
You can create a daemon listener process that works like advanced queing. The daemon polls a job table every minute and executes whatever it knows to do. We do stuff like this with Python- not sqlldr though.
Steve Orr
Bozeman, Montana
-----Original Message-----
Sent: Friday, May 09, 2003 9:57 AM
To: Multiple recipients of list ORACLE-L
I am tasked to develop a webase tool to let someone load data into oracle database using sqlldr utility. Sometimes it takes about 20 minutes to finish from command line, if I do this via webase tool I think the web browser will be timeout as web server could not handle the process for that 20 minutes long. If someone has been done with sqlldr via webase, please advise how I configure web server to handle this.
Thanks,
David
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Orr, Steve
INET: sorr_at_rightnow.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri May 09 2003 - 11:36:43 CDT