问题
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