Go to primary content
Previous
Previous
 
Next
Next

About Dimension Data Validation

This section describes the Dimension Data Validation extension to SQL Developer. The section contains the following topics:

What is Dimension Data Validation?

With the OLAP Option to Oracle Database, you can create dimensional objects to use for online analytic processing. You can define OLAP cubes and dimensions and map them to tables and views in your database. You store the cubes and dimensions in an analytic workspace.

You can create and manage analytic workspaces and their dimensional objects by using the OLAP extension to SQL Developer. For information about the OLAP extension, see Oracle OLAP Concepts and Usage in the main SQL Developer help topics. The SQL Developer OLAP extension refers to analytic workspace dimensions as cube dimensions.

The Dimension Data Validation extension to SQL Developer provides reports that quickly find conditions in dimension table data that might cause errors when maintaining an OLAP dimension or cause problems when querying a cube using a business intelligence tool. Dimension Data Validation also reports errors in mapping the dimension metadata to database columns.

Dimension Data Validation is intended for quick tests and fixes during proof of concept and development phases of an OLAP cube. It is not intended as a replacement for a full-featured data quality tool. It does not find and fix every possible data error. Use it to quickly find and fix certain errors so that the process of designing OLAP cubes can continue.

Dimension Data Validation provides the following features:

With Dimension Data Validation, you can also do the following:

Verifying the Presence of the Dimension Data Validation Extension

The Dimension Data Validation extension is available in SQL Developer 4.1. It does not run in Release 4.0 or earlier releases.

To verify that the Dimension Data Validation extension is loaded: 

  1. Open the Help menu and click About.

  2. Select the Extensions tab.

  3. Scroll down the alphabetical list of extensions until you find OLAPDV.

Typical Use of Dimension Data Validation

The Dimension Data Validation extension operates on the dimensions of an OLAP analytic workspace. Tasks involved in a typical use of Dimension Data Validation are the following.

Requirements for Using Dimension Data Validation

To use Dimension Data Validation, your database schema must meet the following requirements:

Dimension Data Validation supports both star and snowflake schema implementations of dimension tables. However, it only supports mappings of level-based dimension hierarchies to single columns in the database source tables.

It does not support mappings to value-based hierarchies. It also does not support mappings to SQL expressions, constants, or concatenated columns.

Tables and Sequences Created by Dimension Data Validation

Dimension Data Validation creates the following tables and sequences to store metadata about the dimension tables and the results of tests:

Verifying the Presence of the Dimension Data Validation Extension

The Dimension Data Validation extension is available in SQL Developer 4.1. It does not run in Release 4.0 or earlier releases.

To verify that the Dimension Data Validation extension is loaded: 

  1. Open the Help menu and click About.

  2. Select the Extensions tab.

  3. Scroll down the alphabetical list of extensions until you find OLAPDV.