3.185 ALL_DATA_GRANTS
ALL_DATA_GRANTS displays Oracle Deep Data Security (Deep
Sec) data grants that are accessible to the current user.
This view displays data grants owned by the current user, as well as
data grants owned by schemas on which the current user has the
ADMINISTER
ANY
DATA
GRANT or CREATE
ANY
DATA
GRANT schema privilege. If the current user has the
ADMINISTER
ANY
DATA
GRANT or CREATE
ANY
DATA
GRANT system privilege, then this view displays all data grants in
the database.
Related Views
-
DBA_DATA_GRANTSdisplays all Deep Sec data grants in the database. -
USER_DATA_GRANTSdisplays Deep Sec data grants that are owned by the current user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description |
|---|---|---|---|
|
|
|
|
Owner of the data grant |
|
|
|
|
Name of the data grant |
|
|
|
|
Type of privilege granted |
|
|
|
|
Name of the column to which the data grant applies Null if the granted privilege is not a column privilege. |
|
|
|
|
Name of the column to which the data grant applies, if granted using the
Null if the granted privilege is not a column privilege or if the
privilege was not granted using the |
|
|
|
|
Owner of the object to which the data grant applies |
|
|
|
|
Name of the object to which the data grant applies |
|
|
|
|
Type of object to which the data grant applies (such as |
|
|
|
|
Predicate used for the data grant |
|
|
|
|
Name of the grantee |
|
|
|
|
Type of grantee:
|
|
|
|
|
Indicates whether |
|
|
|
|
Start time for the data grant, if specified |
|
|
|
|
End time for the data grant, if specified |
|
|
|
|
Displays the column name if the data grant on the column is no longer valid due to, for example, a column name change or a dropped column Null if the granted privilege is not a column privilege or if the column is valid. |
Note:
This view is available starting with Oracle AI Database 26ai, Release Update 23.26.2.
See Also: