Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: ** chained rows fixing

RE: ** chained rows fixing

From: David Wendelken <davewendelken_at_earthlink.net>
Date: Fri, 23 Sep 2005 18:50:51 -0400
Message-ID: <001801c5c091$3f6fa740$6401a8c0@davidwendelken>


More accurately, you should set up a mechanism to be able to turn off individual business logic components invoked by the trigger, NOT just the trigger.
Otherwise, you may find yourself in need of keeping some logic in place but not others... :)

-----Original Message-----

While this doesn't help you now I highly recommend a company standard of having a package variable that's checked at the beginning of each trigger as you mention. It's made our lives *so* much easier.

-----Original Message-----

Subject: ** chained rows fixing  

Hi,

   I need to get rid of chained rows for some tables. Re-insert (delete and insert) the rows. Some of the tables have triggers so it is difficult. IS there a way to execute the delete and insert without the triggers firing. Meaning is there a way to make sure trigger does not fire for a session. One way would be to declare a package variable and check it in the beginning of a trigger but that would need change to all triggers.

  To disable triggers would require that rest of application be shut down.     

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Sep 23 2005 - 17:48:46 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US