Friday 25 May 2012

Which privileges are required to execute a subprogram owned by another user? | PL SQL

 To execute a subprogram owned by another user, the user must be granted either the EXECUTE privilege on a procedure or function or the EXECUTE ANY PROCEDURE system privilege.