[Home] [Help]
[Dependency Information]
| Object Name: | CDB_CUBE_DESCRIPTIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
OLAP Descriptions in the database in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (30) | Yes | Owner of the OLAP Description |
| OBJECT_NAME | VARCHAR2 | (288) | Name of the OLAP object that has the description | |
| OBJECT_TYPE | VARCHAR2 | (18) | Text value indicating the type of the OLAP object that has the description | |
| DESCRIPTION_TYPE | VARCHAR2 | (128) | Yes | Text value indicating the type the of OLAP Description |
| DESCRIPTION_VALUE | NVARCHAR2 | (600) | Text of the OLAP Description | |
| LANGUAGE | VARCHAR2 | (80) | Yes | Language of the OLAP Description |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, OBJECT_NAME
, OBJECT_TYPE
, DESCRIPTION_TYPE
, DESCRIPTION_VALUE
, LANGUAGE
, CON_ID
FROM SYS.CDB_CUBE_DESCRIPTIONS;
SYS.CDB_CUBE_DESCRIPTIONS does not reference any database object
SYS.CDB_CUBE_DESCRIPTIONS is referenced by following:
PUBLIC
CDB_CUBE_DESCRIPTIONS
|
|
|
|