SYSTEM_PRIVILEGE_MAP describes privilege type codes. This table can be used to map privilege type numbers to type names.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
PRIVILEGE | 
NUMBER | 
NOT NULL | 
Numeric privilege type code | 
NAME | 
VARCHAR2(40) | 
NOT NULL | 
Name of the type of privilege.
 See Oracle Database SQL Language Reference for a list of valid system privileges.  | 
PROPERTY | 
NUMBER | 
NOT NULL | 
Property flag of the privilege |