Skip navigation links
Oracle® OLAP Java API Reference
12c Release 2 (12.2)

E49952-03

Package oracle.olapi.metadata.deployment

Contains classes that specify the deployment of a logical OLAP model as relational OLAP (ROLAP) objects or as analytic workspace (AW) objects.

See: Description

Package oracle.olapi.metadata.deployment Description

Contains classes that specify the deployment of a logical OLAP model as relational OLAP (ROLAP) objects or as analytic workspace (AW) objects. An application can deploy an instance of an MdmCube or an MdmPrimaryDimension in either an AW or a Rolap organization.

An application could create two instances of an MdmCube and associate one with an AW organization and the other with a Rolap organization. However, all associated metadata objects must have the same type of organization. For example, if an MdmCube has an AWCubeOrganization, then the MdmPrimaryDimension objects that dimension the MdmMeasure objects of the MdmCube must have associated AWPrimaryDimensionOrganization objects.

Skip navigation links
Copyright © 2002, 2016, Oracle. All rights reserved.