Can't see objects in object browser

NatalieH

Member
In production, we have a special logon we use to view information but not change it. This logon called support has the following permissions:
grant create session to support;
grant alter session to support;
grant select_catalog_role to support;
grant select any table to support;

I am not able to see views or stored procs in the browser, however the dba says he can see them fine with this logon in sql plus. Need help to figure out why??
 
Perhaps you need to enable the "Use DBA views if available" option (Tools > Preferences > Oracle / Options)?
 
Back
Top