Run a BAT file on another machine
k1ng87Apr 8 2013 — edited Apr 11 2013I have a BAT file on another machine that l would like to run at the end of a procedure. The procedure returns two values, either false or true, if the result is true, I would like to run a BAT file on a REMOTE machine. Can I do that via Oracle procedure? Or would I have to run a BAT file on the local oracle machine which would then run the BAT file on a remote machine?