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


TABLE: CSF.CSF_TDS_TILES_WM

Object Details
Object Name: CSF_TDS_TILES_WM
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:
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000493481C00014$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SYS_IL0000493481C00015$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
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.
GEOMETRY SDO_GEOMETRY (1)
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
,      GEOMETRY
FROM CSF.CSF_TDS_TILES_WM;

Dependencies

[top of page]

CSF.CSF_TDS_TILES_WM references the following:

SchemaMDSYS
TYPESDO_ELEM_INFO_ARRAY
TYPESDO_GEOMETRY
TYPESDO_ORDINATE_ARRAY
SchemaSYS
PL/SQL PackageSTANDARD - show dependent code
CSF.CSF_TDS_TILES_WM is referenced by following:

SchemaCSF
ViewCSF_TDS_TILES_WM#