Hi,
I compiled the trigger in DB and tested it thru online application checkout. It worked fine.
However, latter, users received an error in production environment as "ORA-04098: trigger <Trigger Name> is invalid and failed re-validation".
Is it possible that compiled trigger object go invalid at runtime because of some reasons ?
Kindly let me know.
If ans is yes, What would be the reasons triggers go invalid run time ?
Thanks and Regards,
Ashutosh
Software/Hardware used:
ASKED:
September 16, 2005 12:56 PM
UPDATED:
September 28, 2005 10:23 AM
A column or table was modified after your first test. Recompile the trigger that you can get the error message.
Good Luck,
Josir
Posted on behalf of Don L.
If you use CRTDUPOBJ or RSTOBJ/RSTLIB to install your trigger the trigger becomes inoperative. It will need to be dropped and created again.