DBA Data[Home] [Help]

VIEW: OLAPSYS.DBA$OLAP2UHIERDIMS

Source

View Text - Preformatted

select owner, dimension_name, plural_name, display_name,
       description, default_display_hierarchy, descriptor_value
from olapsys.dba$olap9i1_hier_dimensions
union all
select owner, dimension_name, plural_name, display_name,
       description, default_display_hierarchy, descriptor_value
from olapsys.dba$olap9i2_hier_dimensions
with read only
View Text - HTML Formatted

SELECT OWNER
, DIMENSION_NAME
, PLURAL_NAME
, DISPLAY_NAME
, DESCRIPTION
, DEFAULT_DISPLAY_HIERARCHY
, DESCRIPTOR_VALUE FROM OLAPSYS.DBA$OLAP9I1_HIER_DIMENSIONS UNION ALL SELECT OWNER
, DIMENSION_NAME
, PLURAL_NAME
, DISPLAY_NAME
, DESCRIPTION
, DEFAULT_DISPLAY_HIERARCHY
, DESCRIPTOR_VALUE FROM OLAPSYS.DBA$OLAP9I2_HIER_DIMENSIONS WITH READ ONLY