how can run executable application from oracle trigger or procedure.
run executable program from oracle trigger ( or procedure)
Collapse
X
-
-
Hi,
Is it ok if you execute it using shell commands? (On a windows machine, executing it by giving the dos commands for it)
Pilgrim.Comment
-
1.Create a shell that calls oracle procedure
2.In oracle procedure, do your required condition check.
3.In case if the check satisfies, then call or execute your external program from shell.Comment
Comment