Information on table and column privileges.
Column name |
Data type |
Contents |
||||
GRANTEE |
CHAR (18) |
Authorization identifier granted the privilege |
||||
TABLE_SCHEMA |
CHAR (31) |
Name of the schema containing the table or |
||||
TABLE_NAME |
CHAR (31) |
Name of the table to which the privilege |
||||
COLUMN_NAME |
CHAR (31) |
Name of the column to which the privilege |
||||
OBJECT_INDICATOR |
CHAR (1) |
T Row contains information on table C Row contains information on column |
||||
PRIVILEGE_TYPE |
CHAR (18) |
Privilege type: |
||||
GRANTOR |
CHAR (18) |
Authorization identifier that granted the |
||||
IS_GRANTABLE |
VARCHAR (3) |
|
Table 121: SYS_PRIVILEGES view of the SYS_INFO_SCHEMA