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

Home -> Community -> Mailing Lists -> Oracle-L -> (no subject)

(no subject)

From: James <wpg_dude2001_at_yahoo.com>
Date: Tue, 18 Dec 2001 20:44:24 -0800
Message-ID: <F001.003DF996.20011218195020@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 Tue Dec 18 2001 - 22:44:24 CST

Original text of this message

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