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


VIEW: SYS.CDB_CUBE_NAMED_BUILD_SPECS

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

OLAP Cube Named Build Specifications in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the OLAP Named Build Specification
CUBE_NAME VARCHAR2 (30) Yes Name of the OLAP Cube
NAMED_BUILD_SPEC CLOB (4000)
Name of the OLAP Cube Named Build Specification
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      CUBE_NAME
,      NAMED_BUILD_SPEC
,      CON_ID
FROM SYS.CDB_CUBE_NAMED_BUILD_SPECS;

Dependencies

[top of page]

SYS.CDB_CUBE_NAMED_BUILD_SPECS does not reference any database object

SYS.CDB_CUBE_NAMED_BUILD_SPECS is referenced by following:

SchemaPUBLIC
SynonymCDB_CUBE_NAMED_BUILD_SPECS