External product information.
Output
Column | Type | Description |
|---|---|---|
product_id | NUMBER | Primary key of external product. |
product_group | VARCHAR2 | The name of the product group the product belongs to. |
template_name | VARCHAR2 | The name of the product template. |
product_name | VARCHAR2 | The name of the external product. |
geom | SDO_GEOMETRY | The geographical extent of the product, in the WGS84 coordinate reference system. |
objectclass_id | NUMBER | The id of the object_class |
Example
The following example shows the use of this view in an SQL statement.
select * from EXTERNAL_PRODUCT_VW; |