Dear Members,
I want to Grant Execute Privileges to all database Packages that apps owns. How can i do that?
Suppose we have 200 Packages under apps schema and instead of giving Grant Individually to all packages, i need a way to give execute privilege to all Packages that apps owns at Once.
I tried using
grant execute any procedure to apps_dev
where apps_dev is a database account, but this will give access to all schemas which i don't want. I only want access to packages that apps account owns.
Thanks
Sandeep