Re: Call Unix script from PL/SQL

From: (wrong string) üller <kmueller_at_fbam.baynet.de>
Date: 1997/11/18
Message-ID: <01bcf465$773a8790$67d45fc2_at_magdalena>#1/1


Peter Gutknecht <peter.gutkneckt_at_nbnz.co.nz> schrieb im Beitrag <01bceefa$5f037cb0$092a0d9c_at_005227>...
> Is it possible to run a UNIX script out of a PL/SQL procedure?
>
> What about a Forms application. I only found the "HOST" command.
> I do not think this is useful when running the application on NT, but
> would like to call the script on the UNIX Server.
>
> Any suggestions?
>
> Thank you.
>
>
>
>

You can use the "HOST" command to start an "RSH" (Remote-SHell) on your UNIX-Server. With RSH you can start an UNIX-Script. This works fine in my application.

HOST('rsh server -n script');

Do not forget to configure the UNIX-Server for RSH.

Klaus Received on Tue Nov 18 1997 - 00:00:00 CET

Original text of this message