Oracle9i OLAP Developer's Guide to the OLAP DML Release 2 (9.2) Part Number A95298-01 |
|
Defining Data Objects, 11 of 11
The definition of the last object you have defined in your analytic workspace is the current definition. You can append characteristics, such as a description, property, or permission to the current definition. If you want to append a characteristic to a definition that is not current, then you can use the CONSIDER
command to make it the current definition.
The following table lists the OLAP DML commands that you can use to append characteristics to an object definition.
Suppose that you have defined a Boolean variable named onplan
. Later, you want to add a description to the definition of the variable.
As shown below, to change the definition of the ONPLAN
variable, you first make ONPLAN
the current definition, and then you append a description to the definition.
CONSIDER onplan LD Are these districts tracked on a special plan?
You can redefine some characteristics of a variable definition by using the CHGDFN
command. In the following example, the segment size of the sales
variable is changed.
CHGDFN sales SEGWIDTH 150 1000
For more information on the DEFINE
and CHGDFN
commands, see the topics for these commands in the Oracle9i OLAP DML Reference help.
|
Copyright © 2001, 2002 Oracle Corporation. All Rights Reserved. |
|