PL SQL to execute a windows batch file in Siebel
Hi Siebel experts,
We have a requirement to send a real time response to external system without a Siebel SRF change.
As workflow policy objects are not available out of the box, therefore we are planning to create a database trigger outside SRF with help of DBA.
This DB trigger containing a PL/SQL block will have windows batch file which should call a workflow in Siebel. Workflow will send real time response.
Problem
Please help me find a way to call batch file using PL/SQL block. I explored blogs which talks about java , DBMS_SCHEDULER as available options but these require installations on Server side, if I am not wrong.