RDBMS Version: 11.2.0.4
Platform : Oracle Linux 6.4
In our Production DB we have an application schema named CRM_PROD. And, we have a read-only user named steve in this DB.
Steve should be able to view the source code of all stored procedures , Functions and Packages in CRM_PROD schema. But steve shouldn't be able to execute these procedures , Functions and Packages in CRM_PROD schema. What privilege should I grant to Steve for this ?