ORA-04084 | : |
Cannot change NEW values for this trigger type |
Cause | : |
New trigger variables can only be changed in before row insert or update triggers. |
Action | : |
Change the trigger type or remove the variable reference. |
More Information |
you many try to asign new value to :new.column on after insert or update trigger, which you could do only on before insert or update trigger |
0 comments:
Post a Comment