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


TABLE: ZPB.ZPB_CUBES

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


A cube contains one or more measures of the same dimensionality. Its name corresponds to an olap fact-table that contains the data for the measures.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ZPB_CUBES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUS_AREA_ID
ColumnCUBE_ID
ZPB_CUBES_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUBE_ID
ColumnBUS_AREA_ID
Columns
Name Datatype Length Mandatory Comments
BUS_AREA_ID NUMBER
Yes Business Area Id of Cube
CUBE_ID NUMBER
Yes Primary Key of Table
EPB_ID VARCHAR2 (30)
EPB Id
NAME VARCHAR2 (60) Yes Cube name, same as olap fact-table name
TABLE_ID NUMBER
Yes Foreign key into the zpb_tables table
TYPE VARCHAR2 (30)
Type of cube may be shared or personal : ('MEASCUBE', 'PRSMEASCUBE')
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 BUS_AREA_ID
,      CUBE_ID
,      EPB_ID
,      NAME
,      TABLE_ID
,      TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM ZPB.ZPB_CUBES;

Dependencies

[top of page]

ZPB.ZPB_CUBES does not reference any database object

ZPB.ZPB_CUBES is referenced by following:

SchemaAPPS
SynonymZPB_CUBES