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 , 6 of 12


CREATE_AW_OBJECT_INFO Procedure

This procedure creates additional information about an analytic workspace object that has already been registered in the OLAP Catalog by the CREATE_AW_OBJECT procedure.

For example, an analytic workspace dimension may have width defined to a specific value. Or a composite or conjoint dimension may have BTREE/HASH/NOHASH explicitly defined.

Syntax

CREATE_AW_OBJECT_INFO (
          aw_owner             IN   VARCHAR2  (30),
          aw_name              IN   VARCHAR2  (30),
          aw_object_name       IN   VARCHAR2  (30),
          aw_object_attr_type  IN   VARCHAR2  (30),
          aw_object_attr_name  IN   VARCHAR2  (30));

Parameters

Table 25-3 CREATE_AW_OBJECT_INFO Procedure Parameters
Parameter Description

aw_owner

Owner of analytic workspace.

aw_name

Name of the analytic workspace.

aw_object_name

Name of the analytic workspace object.

aw_object_attr_type

Analytic workspace object attribute extension.

aw_object_attr_name

Analytic workspace object attribute extension value.


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