
September 18th, 2012, 09:48 AM
|
 |
Humble Learner
|
|
Join Date: Jul 2007
Location: Bangalore, India
|
|
|
First of all if you are working on a single source table, you do not need 3 separate triggers. It can be achieved with a single trigger by handling different DB events. and since the triggers write or update a row in a separate table on a different schema, you need to check for the commit mechanism that is implemented, may be through your application. Also you need to verify the dependency of data across multiple tables / schemas or any other existing triggers.
|