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: call c-function from db-trigger?

Re: call c-function from db-trigger?

From: Thor HW <thor_at_echidna.net>
Date: 1997/08/22
Message-ID: <01bcaf4c$7c3625f0$c570248e@thor_hw>#1/1

Use dbms_pipe if you're in 7.x land (see application developers docco or the Oracle government site or look in the demos in $ORACLE_HOME/rdbms) Or use the callout feature in Oracle8 land. Thor HW

>
> are there any means to call functions/procedures written in C from an
> oracle trigger/stored procedure ???
>
> tia!
> --
> Timo Feickert - Software Engineer
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> [at work] : Feickert_at_prompt.de
> [at home] : TransAct_at_compuserve.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
Received on Fri Aug 22 1997 - 00:00:00 CDT

Original text of this message

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