Oracle9i OLAP Services Developer's Guide to the OLAP DML
Release 1 (9.0.1)

Part Number A86720-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Populating OLAP DML Data Objects, 2 of 6


Overview: Populating an Analytic Workspace

Process: Populating an analytic workspace

To use an analytic workspace, there must be data in it. There are two basic types of data: fact data and dimensions. Fact data is stored in variable workspace objects; dimensions, containing dimension members, are stored in dimension workspace objects.

Variables and dimensions can be populated:

There are other types of workspace objects that are discussed later in this guide. Like variables and dimensions, this objects must also be populated from the relational database, as the result of a calculation, or from a flat file.

Process: Populating data objects in an analytic workspace

To explicitly populate the source data objects in an analytic workspace, take the following steps:

  1. Specify the values for each dimension. These values provide indexes to the actual data, which is stored in the analytic workspace's variables.

  2. Specify the values for each relation. These values indicate the relationships between dimensions.

  3. For variables that provide the source data for your application, specify the actual data values.

You can populate an analytic workspace using programs written using the OLAP DML's SQL commands and data loading commands.

OLAP DML commands that populate source data objects

The OLAP DML commands that you typically use to populate source data objects are listed in the following table.

Command 

Description 

=  

Assigns the results of an expression to a variable, option, or relation; or assigns the result of a model to a variable or, when the result is numeric, to a dimension value. For more information, see "Assigning Values to Data Objects", "Definition: Solution variable", and the topic for the EQUAL command in the OLAP DML Reference. 

MAINTAIN 

Adds, deletes, renames, moves, or merges values in a dimension; and adds, deletes, and merges values in a composite. For more information, see "Maintaining Dimensions and Composites" and the topic for the command in the OLAP DML Reference. 

FILEREAD 

Stores the data that is read from an input file into a dimension, composite, relation, or variable. For more information, see Chapter 11 and the topic for the command in the OLAP DML Reference. 

SQL 

Retrieves data from a relational database into a dimension or variable. For more information, see Chapter 10 and the topic for the command in the OLAP DML Reference. 

IMPORT 

Copies the data and definitions from one analytic workspace into another. For more information, see the topic for the command in the OLAP DML Reference. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback