Information on the privileges for routines (procedures and UDFs) which the current authorization identifier has or which it has granted.
Column name | Data type | Contents | ||||
GRANTOR | CHAR(18) | Authorization identifier which granted _SYSTEM | ||||
GRANTEE | CHAR(18) | Authorization identifier granted the privilege or PUBLIC | ||||
SPECIFIC_CATALOG | CHAR(18) | Database name | ||||
SPECIFIC_SCHEMA | CHAR(31) | Name of the schema to which the | ||||
SPECIFIC_NAME | CHAR(31) | Specific name of the routine | ||||
ROUTINE_CATALOG | CHAR(18) | Database name | ||||
ROUTINE_SCHEMA | CHAR(31) | Name of the schema to which the | ||||
ROUTINE_NAME | CHAR(31) | Name of the routine. | ||||
PRIVILEGE_TYPE | CHAR(18) | EXECUTE | ||||
IS_GRANTABLE | VARCHAR(3) |
|
Table 85: ROUTINE_PRIVILEGES view of the INFORMATION_SCHEMA