The OBJECT_PRIVILEGES
view displays the privilege descriptors for all object-level privileges.
All privileges for a single table can be obtained by concatenating
rows matching the correct priv_id and ordering the results by sequence.
The table below lists the columns that are associated with the OBJECT_PRIVILEGES
view:
|
|
|
|
|
|
|
Specifies the name of
the catalog.
|
|
|
|
Specifies the name of
the schema.
|
|
|
|
Specifies the name of
the object.
|
|
|
|
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).
|
|
|
|
Portion of the row-level
security (RLS) predicate. The predicate might spawn multiple rows;
is nullable.
|
|
|
|
specifies the sequence
number of the portion of the RLS predicate; is nullable.
|
|
|
|
|