List of roles defined in an HPD server schema.
Output
Column | Type | Description |
|---|---|---|
role_id | NUMBER | Primary key of a role. |
name | VARCHAR2 | Name of a role. |
description | VARCHAR2 | Description of a role. |
Example
select * from hpd_roles_vw where role_id=1; |
Exceptions
None defined at this time.