Privilege for oracle package
Oracle version: 12.1.0.2
OS: OEL 7
RAC: 2 nodes
I have an oracle package in QA that does the following:
1. insert into 4 diff. tables
2. update 3 tables
3. delete from 1 tables
Question: The user's manager needs me to grant the user the execute permission and read permission. What type of permission do I need to give them?
1. execute permission on the qa_schema.pkg_name
2. do I need to give this user insert / update /delete on any of these tables listed in the packages or just select on each tables?
3. How could they view packages / procedures / functions?