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

Home -> Community -> Usenet -> c.d.o.server -> Re: ICX call from PLSQL

Re: ICX call from PLSQL

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: 1998/03/27
Message-ID: <3522e8e6.16675407@192.86.155.100>#1/1

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  



Opinions are mine and do not necessarily reflect those of Oracle Corporation  

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

Original text of this message

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