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 -> Call a shell by a procedure

Call a shell by a procedure

From: Mik <mikael.paul_at_gmail.com>
Date: 5 Sep 2005 06:40:09 -0700
Message-ID: <1125927609.458995.292610@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 Received on Mon Sep 05 2005 - 08:40:09 CDT

Original text of this message

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