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


TABLE: CSF.CSF_WOM_AREA_LANDUSE

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


DEFINITION
A LAND USE defines the geometry of various land usages at overview level.
EXAMPLE
Some examples of land usages are: Parks, Forest, Industrial complex, Airport, Island, Military base, Reservations, etc.
MISCELLANEOUS


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000395744C00014$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SYS_IL0000395744C00015$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
Columns
Name Datatype Length Mandatory Comments
CARTO_ID NUMBER (17) Yes The CARTO ID defines the unique identifier of the entity.
PARTITION_ID NUMBER (10)
PARTITION_ID attribute is not populated.
FEATURE_TYPE NUMBER (10) Yes Feature type identifies the type of feature stored in geometry.
NAME VARCHAR2 (255)
Labeling name for the lands.
DISPLAY_CLASS NUMBER (10)
DISPLAY_CLASS attribute is not populated.
ISO_COUNTRY_CODE VARCHAR2 (5)
Country code of the landuse area.
SQKM NUMBER (10) Yes Square Kilo meter of the landuse area.
GEOMETRY SDO_GEOMETRY (1)
Query Text

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


SELECT CARTO_ID
,      PARTITION_ID
,      FEATURE_TYPE
,      NAME
,      DISPLAY_CLASS
,      ISO_COUNTRY_CODE
,      SQKM
,      GEOMETRY
FROM CSF.CSF_WOM_AREA_LANDUSE;

Dependencies

[top of page]

CSF.CSF_WOM_AREA_LANDUSE references the following:

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

SchemaCSF
ViewCSF_WOM_AREA_LANDUSE#