Triggers not working [message #340179] |
Mon, 11 August 2008 17:21 |
varunvir
Messages: 389 Registered: November 2007
|
Senior Member |
|
|
I have insert triggers on some tables.Previously everything was fine but now triggers are not getting fired on insert statement .I checked the status and all the triggers are valid.Can you give me suggestion what can i do to make the triggers work again.
|
|
|
|
|
|
|
|
Re: Triggers not working [message #340232 is a reply to message #340179] |
Tue, 12 August 2008 01:04 |
ora_2007
Messages: 430 Registered: July 2007 Location: Mumbai
|
Senior Member |
|
|
Quote: |
Previously everything was fine but now triggers are not getting fired on insert statement
|
Data in the table does not always remains same. There may be change in the table data / conditions in the trigger are not matching as of the previous one.
Debug the trigger.
|
|
|
|
|
|