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

Home -> Community -> Usenet -> c.d.o.misc -> Re: URL check procedure

Re: URL check procedure

From: Pavel Vetesnik <Pavel.Vet_at_volny.cz>
Date: Mon, 17 Feb 2003 16:37:53 +0100
Message-ID: <b2qvki$a02$1@ns.felk.cvut.cz>


Thank you Ron,

I've learned about the utl_http package at http://rainbow.mimuw.edu.pl/oracle9i/appdev.901/a89852/utl_http.htm. But the problem is, that I can use only very small subset of functions (I can use UTL_HTTP.REQUEST and UTL_HTTP.REQUEST_PIECES).

Please what should I do to use the other ones? Like UTL_HTTP.Get_Response() for example, which seems to solve my problem. We have Oracle 8 installed.

TIA,
Pavel

"Ron Reidy" <rereidy_at_indra.com> píse v diskusním príspevku news:3E4F80A2.7030309_at_indra.com...
> utl_htp
>
> --
> Ron Reidy
> Oracle DBA
>
> Pavel Vetesnik wrote:
> > Hello,
> >
> > we have database with URLs of various information sources on Internet.
> > I was asked to write a procedure, that will "visit" each of them and if
it
> > does not exist (404 error) then it will perform some action.
> >
> > Do you think, that it is possible in PL/SQL? If so, can you point me to
some
> > package, that will perform the http connection and get the result?
> >
> > Thank you in advance,
> > Pavel
> >
> >
>
Received on Mon Feb 17 2003 - 09:37:53 CST

Original text of this message

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