DBA Data[Home] [Help]

VIEW: OLAPSYS.MRV$OLAP2_DESCRIPTORS

Source

View Text - Preformatted

select
  d.descriptor_id descriptor_id,
  d.descriptor_value descriptor_value,
  d.descriptor_type descriptor_type,
  d.description description
 from olapsys.cwm2$mrall_descriptors d
View Text - HTML Formatted

SELECT D.DESCRIPTOR_ID DESCRIPTOR_ID
, D.DESCRIPTOR_VALUE DESCRIPTOR_VALUE
, D.DESCRIPTOR_TYPE DESCRIPTOR_TYPE
, D.DESCRIPTION DESCRIPTION
FROM OLAPSYS.CWM2$MRALL_DESCRIPTORS D