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


VIEW: SYS.CDB_DIMENSIONS

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

Description of the dimension objects accessible to the DBA in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the dimension
DIMENSION_NAME VARCHAR2 (30) Yes Name of the dimension
INVALID VARCHAR2 (1)
Invalidity of the dimension, Y = INVALID, N = VALID. The column is deprecated, please use COMPILE_STATE instead.
COMPILE_STATE VARCHAR2 (13)
Compile status of the dimension, VALID/NEEDS_COMPILE/ERROR
REVISION NUMBER

Revision levle of the dimension
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      DIMENSION_NAME
,      INVALID
,      COMPILE_STATE
,      REVISION
,      CON_ID
FROM SYS.CDB_DIMENSIONS;

Dependencies

[top of page]

SYS.CDB_DIMENSIONS does not reference any database object

SYS.CDB_DIMENSIONS is referenced by following:

SchemaPUBLIC
SynonymCDB_DIMENSIONS