[Home] [Help]
[Dependency Information]
| Object Name: | CSF_TDS_BINARY_MAPS_AU |
|---|---|
| Object Type: | TABLE |
| Owner: | CSF |
| 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: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| SYS_IL0000493377C00005$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
|
| SYS_IL0000493377C00006$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
|
| SYS_IL0000493377C00007$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
|
| SYS_IL0000493377C00008$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
| 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_AU;
CSF.CSF_TDS_BINARY_MAPS_AU does not reference any database object
CSF.CSF_TDS_BINARY_MAPS_AU is referenced by following:
CSF
CSF_TDS_BINARY_MAPS_AU#
|
|
|
|