alter permission in another schema - Pkg, Procedure, function
Oracle 11g - RAC
We have a 3 node RAC database with 15 different applications.
Question: I need to give some developers alter permission to change procedures/function/packages in main development schema. How would I do this?
1. since we have lots of application schema, I don't want to give them "Alter Any Procedures" because with this grant they can change any procedures in any other schema.
2. I don't want to give them a password for the main development schema either.