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


VIEW: SYS.DBA_CUBE_NAMED_BUILD_SPECS

Object Details
Object Name: DBA_CUBE_NAMED_BUILD_SPECS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

OLAP Cube Named Build Specifications in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the OLAP Named Build Specification
CUBE_NAME VARCHAR2 (128) Yes Name of the OLAP Cube
NAMED_BUILD_SPEC CLOB (4000)
Name of the OLAP Cube Named Build Specification
Query Text

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


SELECT OWNER
,      CUBE_NAME
,      NAMED_BUILD_SPEC
FROM SYS.DBA_CUBE_NAMED_BUILD_SPECS;

Dependencies

[top of page]

SYS.DBA_CUBE_NAMED_BUILD_SPECS references the following:

SchemaSYS
TableOBJ$
TableOLAP_CUBES$
TableOLAP_SYNTAX$
TableUSER$
SYS.DBA_CUBE_NAMED_BUILD_SPECS is referenced by following:

SchemaPUBLIC
SynonymDBA_CUBE_NAMED_BUILD_SPECS