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: Calling C code from Oracle triggers

Re: Calling C code from Oracle triggers

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: 29 Aug 2001 08:14:56 -0700
Message-ID: <9mj0tg01602@drn.newsguy.com>


In article <3B8CEE86.DAE8099B_at_dataconnection.com>, Austin says...
>
>The online documentation for Oracle 9i says that it's possible to call
>out to C code from database triggers, as stated after the first
>paragraph of this online doc:
>
>http://download-east.oracle.com/otndoc/oracle9i/901_doc/server.901/a88856/c18trigs.htm#CNCPT017
>
>However, I can't find any information that actually tells me how to do
>it. Can anyone out there give me a reference to documentation on the
>details of this?
>
>Thanks very much,
>Austin Spreadbury.
>

the feature is called an external procedure:

http://download-west.oracle.com/otndoc/oracle9i/901_doc/appdev.901/a88876/adg11rtn.htm#1656

thats chapter 10 in the application developers guide in 9i and 8i -- chapter 10 in the PLSQL guide in 8.0 (did not exist as a feature before 8.0).

--
Thomas Kyte (tkyte@us.oracle.com)             http://asktom.oracle.com/ 
Expert one on one Oracle, programming techniques and solutions for Oracle.
http://www.amazon.com/exec/obidos/ASIN/1861004826/  
Opinions are mine and do not necessarily reflect those of Oracle Corp 
Received on Wed Aug 29 2001 - 10:14:56 CDT

Original text of this message

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