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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Trigger on shared tables

Re: Trigger on shared tables

From: Anurag Varma <avarmadba.skipthis_at_yahoo.com>
Date: Fri, 22 Aug 2003 23:07:44 GMT
Message-ID: <4nx1b.324$081.164@nwrddc02.gnilink.net>

"Stefan Rupp" <st.rupp_at_t-online.de> wrote in message news:bi604f$dsr$03$1_at_news.t-online.com...
> Good evening,
>
> Anurag Varma schrieb:
> > .. additing to this. If the inserts/updates are that frequent, why not
just
> > call the C++ function via the trigger? You can do that also.
>
> How do I do that? Pardon me for my poor understanding of Oracle
> mechanisms, I have only used it as a storage manager so far.
>
> How do I call a C or C++ function from within an Oracle trigger?
>
> Regards,
> Stefan
>

external procedures:
Go to http://tahiti.oracle.com
The documentation is out there (books).
In that see the "Application Developers Guide - Fundamentals"

The specific link is:
http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96590/adg11rtn .htm#1000718
That tells the basics .. and then points you to where you can find more details.

You'd need a free registration.

hth

Anurag Received on Fri Aug 22 2003 - 18:07:44 CDT

Original text of this message

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