DBA Data[Home] [Help]

VIEW: OLAPSYS.MRV$OLAP2_POP_CUBES

Source

View Text - Preformatted

select
 c.irid id
FROM
 cwm2$cube c
WHERE cwm2$security.fact_table_visible(c.irid) = 'Y'
View Text - HTML Formatted

SELECT C.IRID ID FROM CWM2$CUBE C WHERE CWM2$SECURITY.FACT_TABLE_VISIBLE(C.IRID) = 'Y'