Skip to Main Content

SQL & PL/SQL

Announcement

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!

How to call a shell script from PL SQL procedure?

user9945995Oct 31 2018 — edited Nov 1 2018

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

Comments
Post Details
Added on Oct 31 2018
18 comments
18,369 views