Invoke Windows service from Oracle AFTER INSERT Trigger

我们两清 提交于 2019-12-24 13:53:49

问题


How can we invoke windows service (or) dll file from Oracle AFTER INSERT Trigger

Any suggestion will be highly appreciated

Best Regards,


回答1:


You can run OS commands from plsql.
This can be done as described in this AskTom post or this (preior to 11g)

So, if you can call the service or dll from a script, then this might work



来源:https://stackoverflow.com/questions/14918695/invoke-windows-service-from-oracle-after-insert-trigger

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!