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


TABLE: CSF.CSF_TDS_TILES_EU

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


DEFINITION
A TDS TILE defines the result of spatial index creation (tiling).
EXAMPLE
MISCELLANEOUS
Rather a a rectangular region in the network containing nodes and edges (segments). A tile can be loaded separately into memory.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
TILE_ID NUMBER (30) Yes The TILE ID defines the unique identifier of the entity.
SUCC_TILE_1 NUMBER

The SUCC TILE 1 defines a reference to the first successive tile.
SUCC_TILE_2 NUMBER

The SUCC TILE 2 defines a reference to the second successive tile.
SUCC_TILE_3 NUMBER

The SUCC TILE 3 defines a reference to the third successive tile.
SUCC_TILE_4 NUMBER

The SUCC TILE 4 defines a reference to the fourth successive tile.
BIN_INDEX NUMBER

Numeric value used to generate index for Segment in Binary TDS file
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 TILE_ID
,      SUCC_TILE_1
,      SUCC_TILE_2
,      SUCC_TILE_3
,      SUCC_TILE_4
,      BIN_INDEX
,      SECURITY_GROUP_ID
FROM CSF.CSF_TDS_TILES_EU;

Dependencies

[top of page]

CSF.CSF_TDS_TILES_EU does not reference any database object

CSF.CSF_TDS_TILES_EU is referenced by following:

SchemaAPPS
SynonymCSF_TDS_TILES_EU