Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Calling an OS command from a PL*SQL script
Raphael
Depending on which version of Oracle.
8i - use EXTPROC, and map system()
pre 8i - use DBMS_PIPE
Chris
Raphael Augustin wrote:
>
> I have just a simple question...
>
> I was wondering how to call an OS command from a PL*SQL script. For
> instance I'd like to execute the "mail" UNIX command from a PL*SQL
> script...
>
> In advance, I thank you for your kind help...
>
> Raphael
Received on Sun Oct 17 1999 - 15:55:58 CDT
![]() |
![]() |