Privileges to see a package body
Using SQL Developer 1.0.0.14.22 on Windows XP Pro to connect to a 9.2.0.6 database
What privilege(s) do I need to be granted in order to be able to view the code in a package without having EXECUTE access to that package? With other GUIs (Enterprise Manager, TOAD, SQL Programmer, etc), SELECT ANY DICTIONARY and/or SELECT_CATALOG_ROLE seem to be sufficient. SQL Developer, though, seems to need something else. Any ideas on what privilege I need to request?
Justin