Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Executing a shell in a PL/SQL procedure
Hi Matthieu,
Look into the dbms_pipe package. With this package you can create a message queue and put messages in it. You'd have to write a small deamon like program in pro*C that will run outside of the database, and 'listen' to the queue. The pro*C program on unix can execute a shell-script without any problems. I don't know if there's a developers guide with 8i, I do know that there are some very good examples in the Oracle 7.3 Developers guide in the section that explains dbms_pipe.
Next time please also try to browse through the messages within the newsgroup, since this question has been addressed a couple of times the last few days....
Good luck,
-- Bastiaan Schaap ________________________________ Nothing is impossible for the man who doesn't have to do it himself. "Matthieu DEGLIN" <mdeglin_at_partner.auchan.com> wrote in message news:9g55sr$fof$1_at_reader1.imaginet.fr...Received on Wed Jun 13 2001 - 06:32:50 CDT
> Hello,
>
> Does anybody know a way to execute a shell script (or executable) in a
> PL/SQL procedure ?
>
> Thanks for help.
>
>
![]() |
![]() |