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

Home -> Community -> Mailing Lists -> Oracle-L -> utl_http - help!

utl_http - help!

From: James <wpg_dude2001_at_yahoo.com>
Date: Thu, 20 Dec 2001 19:36:43 -0800
Message-ID: <F001.003E173C.20011220191018@fatcity.com>

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



Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

--

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 Thu Dec 20 2001 - 21:36:43 CST

Original text of this message

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