See which roles are available for you : USER_ROLE_PRIVS « System Tables Views « Oracle PL / SQL






See which roles are available for you



SQL> --See which roles are available for you
SQL>
SQL> SELECT GRANTED_ROLE FROM USER_ROLE_PRIVS;

GRANTED_ROLE
------------------------------
DBA

SQL>
SQL>
           
       








Related examples in the same category

1.Lists the roles that have been granted to the user