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 | 
| PROPERTY | NUMBER | NOT NULL | Property flag of the privilege |