How to fix the Oracle error ORA-04084: cannot change NEW values for this trigger type?
In this post, you’ll learn more about the Oracle ErrorORA-04084: cannot change NEW values for this trigger type with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-04084: cannot change NEW values for this trigger type
Reason for the Error ORA-04084: cannot change NEW values for this trigger type
New trigger variables can only be changed in before row insert or update triggers.
How to fix the Error ORA-04084: cannot change NEW values for this trigger type ?
You can fix this error in Oracle by following the below steps
Change the trigger type or remove the variable reference.
Leave Your Comment