Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Sqlldr via webase tool
Sounds like a job for XML...
Don't ask me how to do it...But I would think this would be reason to use
it...and it sounds cool besides
....mmmm XMMMMMMLLLLLL....
If you can't use that then you should transfer the file to the server have a job that checks for the existence of a file if it is there execute a shell script that can create a control file and run SQLldr on the server side. Parse it with awk to build a control file if you have to or make a form that builds control file from the users specifications on the data they enter. Sounds nasty...
Brad O.
-----Original Message-----
Sent: Friday, May 09, 2003 3:59 PM
To: Multiple recipients of list ORACLE-L
The only ways that I can see this being done are:
1. Java Application that executes a server side script, that then sends the
end data back to the Java App.
2. Increase the timeout for the web server (very iffy because this can vary)
Apache is in httpd.conf, and in M$ IIS it's in Global.asa
IMHO you need some type of Application server to send information back to
the client web interface so as to not have the web page "eternally loading".
This is the safest and cleanest way to do this.
HTH
Nelson Flores
Project Manager
INTEC
-----Mensaje original-----
De: Nguyen, David M [mailto:david.m.nguyen_at_xo.com]
Enviado el: Viernes, 09 de Mayo de 2003 16:29
Para: Multiple recipients of list ORACLE-L
Asunto: RE: Sqlldr via webase tool
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).
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).
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 - 16:57:47 CDT