Re: Stored Procedure send/receive Socket Messages?

From: Thomas J. Kyte <tkyte_at_us.oracle.com>
Date: 2000/06/25
Message-ID: <8j5qlh$1ft$1_at_nnrp1.deja.com>#1/1


In article <395187D3.AE7C7F32_at_forward-hk.com>,   Rayfil Cheung <rayfil_at_forward-hk.com> wrote:
> Can Oracle Stored Procedure send or receive Socket Messages?
>
>

starting in version 8.1.6 there is native support for PLSQL to do this via the UTL_TCP package.

In 8.1.5 and up, java stored procedures can do this.

In 8.0 and up, PLSQL can do this via an extproc (external procedure written in C).

--
Thomas Kyte (tkyte_at_us.oracle.com) Oracle Service Industries
Howtos and such: http://osi.oracle.com/~tkyte/index.html
Oracle Magazine: http://www.oracle.com/oramag
Opinions are mine and do not necessarily reflect those of Oracle Corp


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Sun Jun 25 2000 - 00:00:00 CEST

Original text of this message