DBA Data[Home] [Help] [Dependency Information]


TABLE: CSF.CSF_WOM_ROAD_HIGHWAY

Object Details
Object Name: CSF_WOM_ROAD_HIGHWAY
Object Type: TABLE
Owner: CSF
Subobject Name:
Status: VALID


DEFINITION
A MD ROAD SEGMENT defines a navigable feature at overview level. Elements in the MD ROAD SEGMENT a part of the navigable road network.
EXAMPLE
Some examples of navigable features are: Roads, Ferries, Walkway
MISCELLANEOUS


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000395741C00012$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SYS_IL0000395741C00013$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
Columns
Name Datatype Length Mandatory Comments
LINK_ID NUMBER (17) Yes A unique identifier for the Road.
PARTITION_ID NUMBER (10)
PARTITION_ID attribute is not populated.
NAME VARCHAR2 (255)
Labeling name for the Roads.
DISPLAY_CLASS NUMBER (10)
DISPLAY_CLASS attribute is not populated.
IS_FERRY NUMBER (10) Yes This flag is to find out whether it is ferry.
GEOMETRY SDO_GEOMETRY (1)
ISO_COUNTRY_CODE VARCHAR2 (3)
The country code
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LINK_ID
,      PARTITION_ID
,      NAME
,      DISPLAY_CLASS
,      IS_FERRY
,      GEOMETRY
,      ISO_COUNTRY_CODE
FROM CSF.CSF_WOM_ROAD_HIGHWAY;

Dependencies

[top of page]

CSF.CSF_WOM_ROAD_HIGHWAY references the following:

SchemaMDSYS
TYPESDO_ELEM_INFO_ARRAY
TYPESDO_GEOMETRY
TYPESDO_ORDINATE_ARRAY
SchemaSYS
PL/SQL PackageSTANDARD - show dependent code
CSF.CSF_WOM_ROAD_HIGHWAY is referenced by following:

SchemaCSF
ViewCSF_WOM_ROAD_HIGHWAY#