Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to call shell script from PL/SQL ?.
You need to provide us what version of database you are using.
If 7 then I have no Idea I am not sure if you can do that.
if 8.X you need to use external procedures in oracle
if 8.1.6 there is a package in oracle which could help you with this (I
don't know the name of the package).
I have used external procedures to do ftp ,cp, mv send email etc, and it is
very fast.
Tom
Raj <rajarulmani_at_att.com> wrote in message news:38FDF480.9D00B0B1_at_att.com...
> Hi,
> can any one tell me how to call a shell script from PL/SQL ?.
>
> Thanks,
> Raj
>
>
Received on Thu Apr 20 2000 - 00:00:00 CDT