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


TABLE: CSF.CSF_TDS_NODES

Object Details
Object Name: CSF_TDS_NODES
Object Type: TABLE
Owner: CSF
FND Design Data: TableCSF.CSF_TDS_NODES
Subobject Name:
Status: VALID


DEFINITION
A TDS NODE defined a junctions in a road network.
EXAMPLE
MISCELLANEOUS
A node is alway a start-/end point of a segment.


Storage Details
Tablespace: TablespaceAPPS_TS_MEDIA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000083055C00010$$ LOB UNIQUE TablespaceAPPS_TS_MEDIA
SYS_IL0000083055C00011$$ LOB UNIQUE TablespaceAPPS_TS_MEDIA
Columns
Name Datatype Length Mandatory Comments
NODE_ID NUMBER (30) Yes The TDS NODE ID defines the unique identifier of the entity.
BIN_INDEX NUMBER (10)
value used to generate segment index in binary TDS file
TILE_ID NUMBER (30)
The TILE ID defines the unique identifier of the entity.
GEOMETRY SDO_GEOMETRY (1)
SECURITY_GROUP_ID NUMBER

Identifier used for running in hosted mode.
Query Text

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


SELECT NODE_ID
,      BIN_INDEX
,      TILE_ID
,      GEOMETRY
,      SECURITY_GROUP_ID
FROM CSF.CSF_TDS_NODES;

Dependencies

[top of page]

CSF.CSF_TDS_NODES references the following:

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

SchemaAPPS
SynonymCSF_TDS_NODES