Skip Headers

Oracle9i OLAP User's Guide
Release 2 (9.2)

Part Number A95295-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

CWM2_OLAP_AW_OBJECT , 7 of 12


CREATE_AW_OBJECT_RELATED_OBJ Procedure

This procedure relates one AW object to another AW object. This relationship might be the dimensions associated with a variable, or the related dimensions of a relation, and so on.

Syntax

CREATE_AW_OBJECT_RELATED_OBJ (
          aw_owner                IN   VARCHAR2  (30),
          aw_name                 IN   VARCHAR2  (30),
          aw_object_name          IN   VARCHAR2  (30),
          aw_object_related_name  IN   VARCHAR2  (30),
          aw_object_related_type  IN   VARCHAR2  (30)
          position                IN   NUMBER);

Parameters

Table 25-4 CREATE_AW_OBJECT_RELATED_OBJ Procedure Parameters
Parameter Description

aw_owner

Owner of analytic workspace.

aw_name

Name of the analytic workspace.

aw_object_name

Name of the AW object.

aw_object_related_name

The new object that is related to aw_object_name.

aw_object_related_type

How aw_object_related_name is related to aw_object_name. Values can be either: DIMENSION or RELATION.

position

Position order of related object in case of dimensionality of a variable.


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 2001, 2002 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