Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling a unix script from a pl/sql procedure

Status
Not open for further replies.

jimmy80

Programmer
May 7, 2003
13
0
0
GB
Hi i was wondering if it's possible to call a unix script from a pl/sql procedure.
Something like
If x = 0 then
call the unix script
else
don't
end if

Thanks for the help.
jimmy
 
No, but you may create some simple library (.so) or java procedure calling your shell script. Read about calling EXTERNAL PROCEDURES in manual, some changes in listener.ora should be made.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top