Calling Shell Script from Oracle Procedure
I am supposed to call a shell script from oracle procedure. I have to also pass 5 paramters to the shell script and check in oracle if the shell script executed successfully or not. If not then raise application error esle continue. Please help