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


TABLE: ZPB.ZPB_CUBE_DIMS

Object Details
Object Name: ZPB_CUBE_DIMS
Object Type: TABLE
Owner: ZPB
Subobject Name:
Status: VALID


Mapping to olap table function data views (cubes) to their dimensions


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ZPB_CUBE_DIMS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUBE_ID
ZPB_CUBE_DIMS_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRELATION_ID
Columns
Name Datatype Length Mandatory Comments
COLUMN_ID NUMBER
Yes Foreign key into zpb_columns
CUBE_ID NUMBER
Yes Foreign key into zpb_cubes
DIMENSION_ID NUMBER
Yes Foreign key into zpb_dimensions
RELATION_ID NUMBER
Yes Sequence generated primary key
CREATED_BY NUMBER (15) Yes Bookkeeping Column
CREATION_DATE DATE
Yes Bookkeeping Column
LAST_UPDATED_BY NUMBER (15) Yes Bookkeeping Column
LAST_UPDATE_DATE DATE
Yes Bookkeeping Column
LAST_UPDATE_LOGIN NUMBER (15) Yes Bookkeeping Column
Query Text

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


SELECT COLUMN_ID
,      CUBE_ID
,      DIMENSION_ID
,      RELATION_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM ZPB.ZPB_CUBE_DIMS;

Dependencies

[top of page]

ZPB.ZPB_CUBE_DIMS does not reference any database object

ZPB.ZPB_CUBE_DIMS is referenced by following:

SchemaAPPS
SynonymZPB_CUBE_DIMS