ALL_COL_PRIVS
describes the following types of grants:
Column object grants for which the current user is the object owner, grantor, or grantee
Column object grants for which an enabled role or PUBLIC
is the grantee
Related Views
DBA_COL_PRIVS
describes all column object grants in the database.
USER_COL_PRIVS
describes the column object grants for which the current user is the object owner, grantor, or grantee.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
Name of the user who performed the grant |
|
|
|
Name of the user or role to whom access was granted |
|
|
|
Schema of the object |
|
|
|
Name of the object |
|
|
|
Name of the column |
|
|
|
Privilege on the column |
|
|
|
Indicates whether the privilege was granted with the |
|
|
|
Indicates how the grant was made. Possible values:
|
See Also: