oracle secure role - it does not show the privileges

PL/SQL Developer is not able to show privileges of that secure role. If Oracle secure role is created, it gets listed under Roles but can't show privileges.

Example-
create role secure_role_ROLE01 identified using USER1.SOME_SECURITY_PKG;

Thanks
 
Back
Top