Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Call a shell by a procedure

Re: Call a shell by a procedure

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Mon, 5 Sep 2005 16:22:04 +0200
Message-ID: <431c548f$0$28667$626a14ce@news.free.fr>

"Mik" <mikael.paul_at_gmail.com> a écrit dans le message de news: 1125927609.458995.292610_at_g43g2000cwa.googlegroups.com...
|I have a stored procedure sp_example().
| In this procedure sp_example, i have another procedure sp_shell()
| sp_shell call a Unix shell script
|
| it works fine, but
| I want my procedure sp_example wait the unix shell is finish, before
| execute the next procedure sp_next()
|
| How i can do this ?
|
| Thanks for your reponses
| Mikael
|

If you post your Oracle version and your procedures then we can help you to modify it to make it work as you want.

Regards
Michel Cadot Received on Mon Sep 05 2005 - 09:22:04 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US