GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  PL/SQL
Go To First  |  Previous Question  |  Next Question 
 PL/SQL  |  Question 170 of 241    Print  
How to disable a trigger for a particular table ?
Suppose if i have 8 triggers declared for a table..how to disable a single trigger from a table...
i don't want to disable all triggers for a table. I know we can disable all triggers by using "alter table disable all triggers;". just i want to know how to disable single trigger from a table.



  
Total Answers and Comments: 3 Last Update: April 03, 2007     Asked by: Pavan 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: Pervez
 
use following statement
alter trigger <trigger_name> disable

Above answer was rated as good by the following members:
manish.baehal, radheshyambidada
March 23, 2007 02:18:23   #1  
Pervez        

RE: How to disable a trigger for a particular table ?
use following statement
alter trigger <trigger_name> disable

 
Is this answer useful? Yes | NoAnswer is useful 2   Answer is not useful 0Overall Rating: +2    
March 26, 2007 23:10:06   #2  
subbaraovangalli Member Since: March 2007   Contribution: 17    

RE: How to disable a trigger for a particular table ?
to disable a perticular trigger on a table
alter table<tablename> disable trigger<triggername>

 
Is this answer useful? Yes | No
April 03, 2007 07:28:28   #3  
Pavan        

RE: How to disable a trigger for a particular table ?
Thanks parweej
alter trigger <trigger-name> disable
worked for me..

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape