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


TABLE: CSF.CSF_TDS_BINARY_MAPS

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


DEFINITION
A TDS BINARY MAP defines the digital roadmap (stored in blobs) upon which route calculations will be performed.
EXAMPLE
MISCELLANEOUS


Storage Details
Tablespace: TablespaceAPPS_TS_MEDIA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000083081C00005$$ LOB UNIQUE TablespaceAPPS_TS_MEDIA
SYS_IL0000083081C00006$$ LOB UNIQUE TablespaceAPPS_TS_MEDIA
SYS_IL0000083081C00007$$ LOB UNIQUE TablespaceAPPS_TS_MEDIA
SYS_IL0000083081C00008$$ LOB UNIQUE TablespaceAPPS_TS_MEDIA
Columns
Name Datatype Length Mandatory Comments
BINARY_MAP_ID NUMBER (30) Yes Unique identifier for a binary map.
DRIVING_SIDE VARCHAR2 (1)
Determines the driving side for the given map.
VERSION VARCHAR2 (10)
The version string for the given map.
NAME VARCHAR2 (120)
A name string describing the given map.
CONFIG CLOB (4000)
Contains TDS configuration data
ROADBLOCKS BLOB (4000)
BLOB holding binary roadblock data.
CONDITIONS BLOB (4000)
BLOB holding binary driving condition data.
TIMEINTERVALS BLOB (4000)
BLOB holding condition time interval data.
SECURITY_GROUP_ID NUMBER

Identifier used for running in hosted mode.
MAX_AVG_SPEED NUMBER

The calculate average of the given segment maximum speed
Query Text

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


SELECT BINARY_MAP_ID
,      DRIVING_SIDE
,      VERSION
,      NAME
,      CONFIG
,      ROADBLOCKS
,      CONDITIONS
,      TIMEINTERVALS
,      SECURITY_GROUP_ID
,      MAX_AVG_SPEED
FROM CSF.CSF_TDS_BINARY_MAPS;

Dependencies

[top of page]

CSF.CSF_TDS_BINARY_MAPS does not reference any database object

CSF.CSF_TDS_BINARY_MAPS is referenced by following:

SchemaAPPS
SynonymCSF_TDS_BINARY_MAPS