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: How to use PRAGMA INTERFACE(C, pifiop) in 7.3.4

Re: How to use PRAGMA INTERFACE(C, pifiop) in 7.3.4

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Wed, 28 Jul 1999 19:54:46 GMT
Message-ID: <37b05fde.32110903@newshost.us.oracle.com>


A copy of this was sent to "Iurie Jigalov" <IJigalov_at_tvguide.ca> (if that email address didn't require changing) On Wed, 28 Jul 1999 19:38:10 GMT, you wrote:

>Does anyone know how to use PRAGMA INTERFACE(C, xx); -- > (this call is
>using in prvtfile.sql)
>and can I use this construction to call my own *.c program.
>
>Thank you,
>Iurie.
>

No, not at all.

In v8.0, you have extprocs that allow you to call your own .c program.

Before that you can use database pipes to communicate with an already running c program.

--
See http://govt.us.oracle.com/~tkyte/ for my columns 'Digging-in to Oracle8i'... Current article is "Part I of V, Autonomous Transactions" updated June 21'st  

Thomas Kyte                   tkyte_at_us.oracle.com
Oracle Service Industries     Reston, VA   USA

Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Wed Jul 28 1999 - 14:54:46 CDT

Original text of this message

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