On Wed, September 17, 2008 11:28, oracle wrote:
>
> 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 ;
>
> >
>

And what happens when you do that? Does the trigger fire? Does the trigger
not get enabled? Do you get an error message? ...

More info please


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to