Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: calling 'C' external procedures from Oracle from HPUX
Chris Clark wrote:
> Within PL/SQL we want to be able to access external data within shell
> variables for use within database triggers.
>
> Is the use of an external function/procedure written in 'C' and
called
> via PL/SQL the best/only way to go? (use of GETENV).
Best/Only... Best can be debated but certainly not the only way. If your Oracle version is 8i and above and have installed JServer in the database, then you can also use Java to do this.
>
> If so, could someone show us the compile and link scripts required
and
> also the details configuring Oracle (listener?, publishing).
> Note: we have written 'C' procedures required but are having
> difficulty tying it all together.
>
> Can HPUX, as distinct from LINUX or SOLARIS, even achieve this?
Regards
/Rauf
Received on Fri Feb 18 2005 - 03:34:35 CST