Trigger Question - New to PL/SQL
I have a before trigger on a Oracle 11g table that allows me to audit the table to see who is changing data by saving the old value in a variable and logging it along with the new variable and more data into a table. My issue is sometimes_ the trigger does not fire when it meets the criteria. Does anyone have any idea why this would happen or not happen? Thanks in advance for your assistance.