Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Fire a Program using a trigger
Hi,
Does anyone know how to write a trigger which fires a program.
I need it to run a http_add_user prog on my web server, each time a user is added to the Oracle DB, the trigger should start the program: add_http_user(username, password, fullname);
i.e:
create trigger fire_exec
after insert or update on EMP
begin
Many Thanks in advance.
Bruno.
![]() |
![]() |