List of available profiles of an HPD Server.
Output
Column | Type | Description |
|---|---|---|
profile_id | NUMBER | Primary key for the profile. |
Name | VARCHAR2 | Name for this profile. |
version | VARCHAR2 | Version of this profile. |
Example
The following example shows the use of this view in an SQL statement.
select * from hpd_profiles_vw; |
Exceptions
None defined at this time.