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

Home -> Community -> Usenet -> c.d.o.server -> Re: UTL_HTTP question

Re: UTL_HTTP question

From: Thomas Kyte <tkyte_at_oracle.com>
Date: 13 Jun 2002 06:07:21 -0700
Message-ID: <aea5e902j53@drn.newsguy.com>


In article <4294f74d.0206120646.11b5a374_at_posting.google.com>, tana_at_acedsl.com says...
>
>HI,
>
>I use utl_http.request() function to cal some ASP script on a web
>server.
>The system than waits for the response and that's what I have a
>problem with.
>
>Is there any way to simply send request and let SP keep running(not
>wait for the response from other side).
>
>Should I use different ORACLE package/function or some any other way
>to do this?
>
>thanks very much
>Tana

read about dbms_job

http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/appdev.817/a76936/dbms_job.htm#999107

--
Thomas Kyte (tkyte@oracle.com)             http://asktom.oracle.com/ 
Expert one on one Oracle, programming techniques and solutions for Oracle.
http://www.amazon.com/exec/obidos/ASIN/1861004826/  
Opinions are mine and do not necessarily reflect those of Oracle Corp 
Received on Thu Jun 13 2002 - 08:07:21 CDT

Original text of this message

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