Unable to see triggers.
I'm running sql developer 1.0 and 1.1 and if I browse to other users and try to see if there are any triggers, nothing is showing up. So for production support users trying to see if the code of a trigger matches the code of a trigger in dev they cannot. We cannot grant create any trigger and we cannot give them the ability to log in as the object owner. Is there any work around. I noticed that the query being issued is against all_triggers, is there a way to switch it to dba_triggers or have the tool use dba_tables?