My DB knowledge is average at best but I have been asked to enhance some current 'functionality' in a system I look after.
What is there already is a trigger that fires on update of a table which in turn takes the changes, does some extra calculations and then does additional updates.
Obviously this is a complete hack but i'm thinking this is just something that should not be done.
The reason I ask is that the triggered updates do not always come out correct.
DB is Oracle.
Cheers.
What is there already is a trigger that fires on update of a table which in turn takes the changes, does some extra calculations and then does additional updates.
Obviously this is a complete hack but i'm thinking this is just something that should not be done.
The reason I ask is that the triggered updates do not always come out correct.
DB is Oracle.
Cheers.
Comment