Thanks to Dmitri, I thought of an even easier way to fix this.

Instead of having to delete all sys references to the triggers in question, I just found the Object ID from ALL_OBJECTS, and then updated the TRIGGERS$ table to disable the trigger (ENABLED=0).

That allowed me to log in without running the trigger and then drop the offending trigger.


Everything is working fine now.


Thanks for the help.



...jeff