View the available profiles in each editor.
Output
Column | Type | Description |
|---|---|---|
editor | VARCHAR2 | The name of HPD client editor. |
s57_type | VARCHAR2 | The product type if creating S57 products (ENC, CLB, etc.). NULL if not applicable. |
profile | VARCHAR2 | The name of a profile. |
version | VARCHAR2 | The version of a profile. |
profile_id | NUMBER | A profile primary key. |
Example
The following example shows the use of this view in an SQL statement:
select * from EDITOR_PROFILE_VW; |
Exceptions
None defined at this time.