Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: ICX call from PLSQL
A copy of this was sent to Enzo Mangrella <emangrella_at_matrix.it> (if that email address didn't require changing) On Fri, 27 Mar 1998 13:27:47 +0100, you wrote:
>Hi all,
>
>I would like to call livehtml (SSI include) cartridge from a plsql
>procedure with Web Server 3.0 and an Oracle 8 DB.
>Is there a way to do that?
>Web Server documentation refers to a "readme" file that I could not find
>anywhere.
>
>Thanks.
>
>
>
The calls you are looking for are in UTL_HTTP. One quick way to get the documentation for this is to execute:
SQL> select text from all_source where name='UTL_HTTP' and type='PACKAGE' order by line;
Thomas Kyte
tkyte_at_us.oracle.com
Oracle Government
Herndon VA
http://govt.us.oracle.com/ -- downloadable utilities
Anti-Anti Spam Msg: if you want an answer emailed to you, you have to make it easy to get email to you. Any bounced email will be treated the same way i treat SPAM-- I delete it. Received on Fri Mar 27 1998 - 00:00:00 CST