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: PLSQL and Unix Kshell Script

Re: PLSQL and Unix Kshell Script

From: Peter Brenner <pbrenner_at_charlotte.infi.net>
Date: 1998/01/07
Message-ID: <34B435BB.BF90A9BF@charlotte.infi.net>#1/1

Chandu:

Have a look at the DBMS_PIPE built-in package it will provide the functionality you need. Also if you are running Oracle8, PL/SQL 8.0 provides provides you with a mechanism to call external libraries (.dll on windows based machines and .so on UNIX
systems).

hth
Peter

Chandu Dani wrote:

> Hi,
>
> Does anyone know a way invoke kshell scripts from a stored procedure (PL
> SQL) in the Unix environment?
>
> Thanks in advance.
>
> Chandu.
Received on Wed Jan 07 1998 - 00:00:00 CST

Original text of this message

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