Oracle9i OLAP Developer's Guide to the OLAP DML Release 2 (9.2) Part Number A95298-01 |
|
Populating Workspace Data Objects, 2 of 5
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 values, are stored in dimension workspace objects.
Variables and dimensions can be populated:
To explicitly populate data objects in an analytic workspace, take the following steps:
You can populate an analytic workspace using programs written using the SQL command and data loading commands. The OLAP DML commands that you typically use to populate data objects are listed in the following table.
Command |
Description |
---|---|
= or |
Assigns the results of an expression to a variable, option, or relation. For more information, see "Assigning Values to Data Objects" and "Using Models to Calculate Data". |
|
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". |
|
Stores the data that is read from an input file into a dimension, composite, relation, or variable. For more information, see Chapter 11, "Reading Data from Files". |
|
Retrieves data from relational tables into a dimension or variable. For more information, see Chapter 10, "Working with Relational Tables". |
|
Copies workspace data and definitions from an EIF file. |
|
Copyright © 2001, 2002 Oracle Corporation. All Rights Reserved. |
|