Hello,
I need to disable a trigger when running a stored procedure. When it
finishes, trigger should be enable again.
I try:
BEGIN
ALTER TRIGGER MyTrigger DISABLE;
-- Some update code
ALTER TRIGGER MyTrigger ENABLE;
END ;
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en
-~----------~----~----~----~------~----~------~--~---