Triggers not displaying in PLSQL Developer

Wanda

Member
We are running PL/SQL Developer 5.1.6.747 against our Oracle 9i database, Version 9.2.0.4 and some of our developers are not able to get triggers to display in PL/SQL Developer....and some can. Everybody has the same permission levels.

Any ideas?

Wanda
 
If these triggers are owned by another user than the one you are connected with, then it will be necessary to enable the "Use DBA views if available" preference (Tools > Preferences > Options tab page).
 
Back
Top