[Home] [Help]
[Dependency Information]
| Object Name: | MST_MD_HYDROS |
|---|---|
| Object Type: | TABLE |
| Owner: | MST |
| Subobject Name: | |
| Status: | VALID |
N
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| SYS_IL0000329581C00012$$ | LOB | UNIQUE |
APPS_TS_SEED
|
|
| SYS_IL0000329581C00013$$ | LOB | UNIQUE |
APPS_TS_SEED
|
|
| MST_MD_HYDROS_N1 | DOMAIN | NONUNIQUE |
|
GEOMETRY
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAME | VARCHAR2 | (70) | Defines the name of the hydrography entity. | |
| HYDROGRAPHY_ID | NUMBER | The HYDROGRAPHY ID defines the unique identifier of the entity. | ||
| FEATURE_CODE | NUMBER | The FEATURE CODE defines the type of hydrography. | ||
| INST_STYLE_ID | NUMBER | Generic unique identifier for an entity. | ||
| AREA | NUMBER | Defines the surface in square units. | ||
| GEOMETRY | SDO_GEOMETRY | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, HYDROGRAPHY_ID
, FEATURE_CODE
, INST_STYLE_ID
, AREA
, GEOMETRY
FROM MST.MST_MD_HYDROS;
MDSYS
SDO_ELEM_INFO_ARRAY
SDO_GEOMETRY
SDO_ORDINATE_ARRAY
SYS
STANDARD
- show dependent code
APPS
MST_MD_HYDROS
|
|
|
|