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 command in PL/SQL block

Re: OS command in PL/SQL block

From: Scott A. Haas <sahaas_at_lazerlink.com>
Date: Mon, 22 Nov 1999 18:33:31 -0500
Message-ID: <3839D2CB.9E9AECAB@lazerlink.com>


Have you tried the Host command ?

ie.

   begin

      <pl/sql statements>
      Host (my unix command)

  end;
  /

Roman Gawron wrote:

> Hi all!
>
> I'd like to run operating system (Unix) command in PL/SQL block in
> package on Oracle7 Server Release 7.3.4.0.1
> How can I do this ?
>
> Any help would be deeply appreciated. My email address is
> Roman.Gawron_at_comarch.pl
Received on Mon Nov 22 1999 - 17:33:31 CST

Original text of this message

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