The sysroleauth system catalog table describes the roles that are granted to users. It contains one row for each role that is granted to a user in the database. The sysroleauth table has the following columns.
The is_grantable column indicates whether the role was granted with the WITH GRANT OPTION of the GRANT statement.
A composite index on the rolename and grantee columns allows only unique values.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]