Skip Headers

Oracle9i OLAP User's Guide
Release 2 (9.2.0.2)

Part Number A95295-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page Go to next page
View PDF

Validating OLAP Metadata

To test the validity of OLAP metadata, use the VALIDATE_CUBE and VALIDATE_DIMENSION procedures in the CWM2_OLAP_VALIDATE package. The validation process checks the structural integrity of the metadata and verifies that it is properly mapped to columns in tables or views.


Important:

The validation process ensures that mapping information has been properly specified. It does not ensure that the source tables and columns still exist.


You can determine whether or not a cube is valid by checking the INVALID column of the ALL_OLAP2_CUBES view. You can determine whether or not a dimension is valid by checking the INVALID column of the ALL_OLAP2_DIMENSIONS view.

Structural Validation

Structural validation ensures that cubes and dimensions have all their required components parts.

Cubes

To be structurally valid, a cube must meet the following criteria:

Dimensions

To be structurally valid, a dimension must meet the following criteria:

Mapping Validation

Mapping validation ensures that the metadata has been properly mapped to columns in tables or views.

Cubes

To be valid, a cube's mapping must meet the following criteria:

Dimensions

To be valid, a dimension's mapping must meet the following criteria: