Object type "PACKAGE BODY" not shown in ALL_OBJECTS for a user with the EXECUTE ANY PROCEDURE privil
Hi,
After having found out it recently that Scheduler jobs are not shown in the ALL_OBJECTS view for a user who can access them (you can check this thread for details:Job not shown in ALL_OBJECTS), now I'm discovering that PACKAGE BODY object types are not shown in the same view for a user who has the EXECUTE ANY PROCEDURE privilege. Only PACKAGE type is shown. Is this intended? Why show only half? If I grant the CREATE ANY PROCEDURE instead, then the user can see both package and package body. To me it looks again like a bug, what do you think?