FAQ汇萃
>> Oracle 专栏
>> SQLPLUS里读取WEB网页的内容
由 macro 发布于: 2001-03-03 09:55
set pages 50000
select utl_http.request('http://www.jsp001.com/') from dual;
result screen:
Column Comments
UTL_HTTP.REQUEST('HTTP://WWW.JSP001.COM/')
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------
<HTML>
<HEAD>
<TITLE>JSP 零零壹.com -- Welcome to http://www.jsp001.com</TITLE>
<META NAME="Generator" CONTENT="EditPlus">
......
|