1. ORA-04091: table [blah] is mutating, trigger/function may not see it stackoverflow.comI recently started working on a large complex application, and I've just been assigned a bug due to this error:
|
2. moving logic from pl/sql trigger to java forum.hibernate.orgHello I have to move some part of logic placed in ORACLE triggers to java and involve hibernate as much as possible. Triggers store logic such as - validating data, using :old and :new variables (%rowtype of according table), often performing selects of current or other tables. - updating some fields of :new - updating or inserting records of other tables. ... |