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: plsql package to return pages via http

Re: plsql package to return pages via http

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Tue, 16 Apr 2002 19:32:42 +0100
Message-ID: <3CBC6E4A.4721@yahoo.com>


Mark Hamlin wrote:
>
> I have a web server offering data in xml format which I need to capture in a
> Oracle / Unix based web application on another box. So I need a package
> which will give me a function to return a page given the address. I am sure
> that I have seen a package / method which does just that. What is it
> called?
>
> This is what I need:
>
> pagetext := varchar(2000);
> begin
> pagetext := httppackage.get ('http://partnersdomain.com/script.csv');
>
> ..
> .. all sorts of stuff with pagetext ...
> ..
>
> Cheers,
> Mark Hamlin

Take a look at UTL_HTTP

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Tue Apr 16 2002 - 13:32:42 CDT

Original text of this message

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