See: Description
Class | Description |
---|---|
AW |
A metadata object that represents an Oracle OLAP analytic workspace.
|
AWAttributeOrganization |
A metadata object that represents the organization of an
MdmAttribute for an AWPrimaryDimensionOrganization . |
AWCubeOrganization |
A
CubeOrganization for an analytic workspace. |
AWPrimaryDimensionOrganization |
A
PrimaryDimensionOrganization for an analytic workspace. |
CubeOrganization |
The base class for a metadata object that represents the organization of an
MdmCube as an analytic workspace (AW) object or as a relational OLAP (Rolap) object. |
MVCreationOptions |
A
BaseMetadataObject that contains options that Oracle OLAP uses when it creates a materialized view (MV) for an analytic workspace cube or dimension. |
PrimaryDimensionOrganization |
A metadata object that represents the organization of an
MdmPrimaryDimension as a relational OLAP (Rolap) object or as an analytic workspace (AW) object. |
RolapCubeOrganization |
A
CubeOrganization for a relational deployment of an MdmCube . |
RolapPrimaryDimensionOrganization |
A
PrimaryDimensionOrganization for a relational deployment of an MdmPrimaryDimension . |
SecondaryPartitionLevel |
A
BaseMetadataObject that represents a secondary partitioning level for an AWCubeOrganization . |
Exception | Description |
---|---|
DeploymentException |
Indicates that the deployment specified for an object is not valid.
|
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.