cannot COMMIT in a trigger
499807Mar 21 2006 — edited Jun 27 2007hi,
im getting the following error if I try to commit with in the trigger.
ORA-04092: cannot COMMIT in a trigger
Then i tried this way.....
create or replace procedure com
as
begin
commit;
end;
Still didn;t work. same error.
can any one have a solution.
THNX