Granting read only to user on packages, function, trigger and procedures
Hello
We have created a new user and are looking to grant read-only access to specific schema objects, including:
Packages, Functions, Triggers, Procedures
Could you please provide the necessary SQL commands to assign these read-only privileges to the user? We would like to ensure that the user can view the source code of objects without being able to make any modifications.
Thanks