How to compile invalid trigger in Oracle?
How to compile invalid trigger in Oracle?
Trigger Compilation Methods:
We can compile Triggers through many ways.
Identifying the list of Triggers which are Invalid:
To identify uncompiled Triggers we have to query USER_OBJECTS data dictionary view.
Identifying complete list …