Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: call of a unix script from a stored proc
Eric wrote:
: Is it possible to execute a unix command from within a stored proc?
: and if so, how?
: Thanks
You should use DBMS_PIPE with unix daemon. Look in Oracle7 Server
Application Developer's Guide. There are daemon.sql and daemon.pc
examples.
Also in Oracle8 you can use External Procedures. Look into Chapter 10
of PL/SQL User's Guide and Reference, Release 8.0.
![]() |
![]() |