CARIS HPD : HPD® Server API : Object Catalogue : View Catalogue Information : HPD_PROFILES_VW
 

HPD_PROFILES_VW

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.