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


TABLE: CSF.CSF_TDS_BINARY_TILES_WM

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


DEFINITION
A BINARY TILE defines an spatial index to a digital map.
EXAMPLE
MISCELLANEOUS


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000493428C00003$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SYS_IL0000493428C00004$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
Columns
Name Datatype Length Mandatory Comments
BINARY_TILE_ID NUMBER (30) Yes Unique identifier for a binary tile.
BINARY_MAP_ID NUMBER (30) Yes Unique identifier to the map this tile belongs to.
SEGMENTS BLOB (4000)
BLOB holding road network segment data.
NODES BLOB (4000)
BLOB holding road network node data.
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 BINARY_TILE_ID
,      BINARY_MAP_ID
,      SEGMENTS
,      NODES
,      SECURITY_GROUP_ID
FROM CSF.CSF_TDS_BINARY_TILES_WM;

Dependencies

[top of page]

CSF.CSF_TDS_BINARY_TILES_WM does not reference any database object

CSF.CSF_TDS_BINARY_TILES_WM is referenced by following:

SchemaAPPS
SynonymCSF_TDS_BINARY_TILES_WM