Using the package UTL_HTTP, you can access any HTML page from SQL
set pages 50000
select utl_http.request('http://www.akadia.com/')
from dual;
Using the package UTL_HTTP, you can access any HTML page from SQL
set pages 50000
select utl_http.request('http://www.akadia.com/')
from dual;