[Home] [Help]
[Dependency Information]
| Object Name: | DBA_DIM_LEVELS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Description of dimension levels visible to DBA
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | Owner of the dimension |
| DIMENSION_NAME | VARCHAR2 | (128) | Yes | Name of the dimension |
| LEVEL_NAME | VARCHAR2 | (128) | Name of the dimension level (unique within a dimension) | |
| NUM_COLUMNS | NUMBER | Number of columns in the level definition | ||
| DETAILOBJ_OWNER | VARCHAR2 | (128) | Yes | Owner of the detail object that the keys of this level come from |
| DETAILOBJ_NAME | VARCHAR2 | (128) | Yes | Name of the table that the keys of this level come from |
| SKIP_WHEN_NULL | VARCHAR2 | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, DIMENSION_NAME
, LEVEL_NAME
, NUM_COLUMNS
, DETAILOBJ_OWNER
, DETAILOBJ_NAME
, SKIP_WHEN_NULL
FROM SYS.DBA_DIM_LEVELS;
SYS
DIMLEVEL$
DIMLEVELKEY$
OBJ$
USER$
PUBLIC
DBA_DIM_LEVELS
|
|
|
|