For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hello,
how to call a shell script from PL SQL procedure? Here is the shell program
echo "hello" > /tmp/zhello.txt
once the program executes this text files create in the given location.
Need to invoke this shell script using a PL SQL program.
Thanks