Which Oracle supplied Packages should be granted via a role?
Hello forum,
In the attempt to drop a user from the database, we experience a ORA-04021 error. In the doc "While Dropping a User, receive: Ora-04021: Timeout Occurred While Waiting To Lock Object SYS.DBMS_PIPE (Doc ID 337469.1) " it is stated we should rather grant a package through a role than directly on the package.
We have indeed users granted directly on packages so this might be the case.
My question is: is there a list of Oracle supplied packages, we should grant through roles?
thanks,
Martin