DBMS_SCHEDULER and Trigger
Hi,
I have requirement to write a oracle trigger on a table, which invokes a shell script.
My idea was to use DBMS_SCHEDULER . but i read in some articles that it may throw the exception SQL Error: ORA-04092: cannot in a trigger and it does an internal commit unlike DBMS_JOB.
please suggest if there any alternate solution.
Thanks
Ben