[Home] [Help]
[Dependency Information]
Object Name: | CSF_TDS_BINARY_MAPS |
---|---|
Object Type: | TABLE |
Owner: | CSF |
FND Design Data: | ![]() |
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
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
SYS_IL0000083081C00005$$ | LOB | UNIQUE |
![]() |
|
SYS_IL0000083081C00006$$ | LOB | UNIQUE |
![]() |
|
SYS_IL0000083081C00007$$ | LOB | UNIQUE |
![]() |
|
SYS_IL0000083081C00008$$ | LOB | UNIQUE |
![]() |
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 |
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;
CSF.CSF_TDS_BINARY_MAPS does not reference any database object
CSF.CSF_TDS_BINARY_MAPS is referenced by following:
|
|
|