Viewing objects in other schemas with limited permissions

How do I view the procedure/package code in other schemas. Say, when logged on to TEST or PRODUCTION instances, where there is only limited permission to view the code.

Thanks in advance
 
I got it!

PL/SQL Developer>Tools>Preferences>Oracle>Options

Enable "Use DBA Views if available".

This will allow you to view code in other schemas.
 
Back
Top