Version User Scope of changes
Feb 13 2008, 11:12 AM EST (current) olapdba
Jan 13 2008, 1:42 PM EST olapdba 82 words added

Changes

Key:  Additions   Deletions
This example reflects Oracle Database 11g Release 1 (11.1.0.6.0).

col comp_name format a25 heading 'Component'
col version format a12 heading 'Version'
col status format a10 heading 'Status'
col modified heading 'Modified'

select comp_name, version, status, modified
from dba_registry
where comp_name like '%OLAP%';

Component ............... Version .... Status.... Modified
------------------------- ------------ ---------- --------------------
OLAP Analytic Workspace . 11.1.0.6.0.. VALID .... 17-OCT-2007 20:44:13
Oracle OLAP API ......... 11.1.0.6.0.. VALID .... 17-OCT-2007 20:44:31
OLAP Catalog ............ 11.1.0.6.0.. VALID .... 17-OCT-2007 20:45:26