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: OS calls from PL/SQL

Re: OS calls from PL/SQL

From: Andy Carruthers <acarruthers_at_notegate.vnu.co.uk>
Date: 1998/06/03
Message-ID: <35754838.E2B@notegate.vnu.co.uk>#1/1

Patrick Drouin wrote:
>
> Hello everyone,
>
> I am trying to find a way of making OS calls from PL/SQL packages. Can
> this be done? I have looked at the provided OWA packages and can't find
> anything.
>
> Any help/pointer would be appreciated.
> Regards,
> Patrick

Try using dbms_pipe to a Pro*C daemon which can then exec the OS commands for you.

Andy Received on Wed Jun 03 1998 - 00:00:00 CDT

Original text of this message

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