Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Sqlldr via webase tool

RE: Sqlldr via webase tool

From: Orr, Steve <sorr_at_rightnow.com>
Date: Fri, 09 May 2003 14:21:52 -0800
Message-ID: <F001.00595E9C.20030509142152@fatcity.com>

  1. Open another browser session which shows the output of your server shell script or whatever.
  2. The output is not HTML... do: print "Content-type: text/plain\n"
  3. Say "Please wait..." and print a dot periodically with something like "sys.stdout.flush()"
  4. Display results.
  5. You can secure everything with sudo.

-----Original Message-----
Sent: Friday, May 09, 2003 2:29 PM
To: Multiple recipients of list ORACLE-L

I have used CGI along with DBI/DBD to communicate with database. My question here is how I configure web server to avoid being timeout. For example, when someone presses a submit button from web browser to begin loading data, it would take about 20 minutes to complete the process then return results to the user let him know whether loading is completed or not completed. What I want is the browser should not be timeout while user waiting for results.

By the way, congratulation on your DBA certification.

Thanks,
David

-----Original Message-----
Sent: Friday, May 09, 2003 12:59 PM
To: Multiple recipients of list ORACLE-L

David

   I'm no Web programmer, but most Web servers can execute a server script
through something like a CGI interface. I'm assuming your Web page could kick off a server script that would run SQL*Loader script. Be careful not to
create a security hole.

Dennis Williams
DBA, 80%OCP, 100% DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com

-----Original Message-----
Sent: Friday, May 09, 2003 10: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: DENNIS WILLIAMS
  INET: DWILLIAMS_at_LIFETOUCH.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).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Nguyen, David M
  INET: david.m.nguyen_at_xo.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).

--

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 - 17:21:52 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US