Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> utl_http package
>Hello Gurus,
>
>I am working on a little project using the package utl_http, so far I have
>had limited success using this package.
>The below http call fails for some reason, it is supposed to download a
>page of size ~10K, i.e. 5 pieces of data, but instead it fails, I am not
>sure why...
>
>Any ideas ?? is it because that site is trying to plant/read a cookie or
>something on those lines ??
>
>any help on this is much appreciated.
>
>
>declare
> v_htm_pieces utl_http.html_pieces ;
>begin
>
> pv_htm_pieces :=
>
>utl_http.request_pieces('http://table.finance.yahoo.com/t?a=01&b=01&c=01&d=01&e=31&f=01&g=d&s=ADCT&y=0&z=%5Eixic');
>
>end;
>
>
>Peace,
>
>James Reddi
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: James INET: wpg_dude2001_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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 Wed Dec 19 2001 - 11:15:25 CST
![]() |
![]() |