Use DBA_views instead of ALL_views ??
454097Sep 14 2005 — edited Sep 14 2005I've been working with JDeveloper for a couple of days as a potential PL/SQL development tool. One of the more aggravating characteristics is that it uses the ALL_ data dictionary views instead of DBA_ views. (When I log into the development database, I can see everything, as I have DBA-like privs. However, in production, the only way I can see the packages is via DBA_views).
Can this behavior be changed? I can't seem to find anything on the matter in the built-in help or this forum.