List of users defined in an HPD server schema.
Output
Column | Type | Description |
|---|---|---|
user_id | NUMBER | Primary key of HPD user. |
username | VARCHAR2 | Assigned user name. |
active | CHAR | Status of account: • Y = Active • N = Inactive |
Example
The following example shows the use of this view on an SQL statement.
select * from hpd_users_vw where user_id=1; |
Exceptions
None defined at this time.