The SCHEMA_PRIVILEGES
view displays the privilege descriptors for all schema-level privileges.
The table below lists the columns that are associated with the SCHEMA_PRIVILEGES
view:
|
|
|
|
|
|
|
Specifies the name of
the catalog.
If not applicable, the value is NULL.
|
|
|
|
Specifies the name of
the schema.
|
|
|
|
Specifies the user name
of the grantor.
|
|
|
|
Specifies the grantor
type as U (User) or R (Role).
|
|
|
|
Specifies the name of
the user who is granted privileges.
|
|
|
|
Specifies the grantee
type as U (User) or G (Group).
|
|
|
|
Specifies the privilege
name as one of the following values:
|
|
|
|
Specifies the privilege type as GRANT or DENY.
|
|
|
|
Specifies if the privilege is grantable. The only valid value
is N (No).
|