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: PL/SQL host commands

Re: PL/SQL host commands

From: DragonMaster <jccarter_at_flash.net>
Date: Fri, 18 Dec 1998 20:03:04 GMT
Message-ID: <Yxye2.2178$IO1.2274@news.flash.net>


with oracle 8, you can also use "external procedures".

  1. You compile a C program into a shared library (the program could execute a system call).
  2. you then configure SQL*Net to utilize external procedures
  3. then create a data dictionary object to represent the OS library
  4. then create a wrapper PL/SQL procedure for the C routine.

See the oracle documentation or the Oracle 8 PL/SQL Programming book from Oracle Press.

James McKay wrote in message
<01be290d$685d2100$a446ea9e_at_P014299.logica.co.uk>...
>Is it possible to call a unix shell script from a PL/SQL package?
Received on Fri Dec 18 1998 - 14:03:04 CST

Original text of this message

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