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


TABLE: CSF.CSF_TDS_BINARY_TILES

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


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


Storage Details
Tablespace: TablespaceAPPS_TS_MEDIA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000083075C00003$$ LOB UNIQUE TablespaceAPPS_TS_MEDIA
SYS_IL0000083075C00004$$ LOB UNIQUE TablespaceAPPS_TS_MEDIA
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;

Dependencies

[top of page]

CSF.CSF_TDS_BINARY_TILES does not reference any database object

CSF.CSF_TDS_BINARY_TILES is referenced by following:

SchemaAPPS
SynonymCSF_TDS_BINARY_TILES