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


CREATE_AW_OBJECT Procedure

This procedure creates an AW object within the OLAP Catalog. This object may represent a dimension, variable, relation, or any of the object types that are supported within analytic workspaces.

Syntax

CREATE_AW_OBJECT (
          aw_owner            IN   VARCHAR2  (30),
          aw_name             IN   VARCHAR2  (30),
          aw_object_name      IN   VARCHAR2  (30),
          aw_object_type      IN   VARCHAR2  (30),
          aw_object_datatype  IN   VARCHAR2  (30));

Parameters

Table 25-2 CREATE_AW_OBJECT 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_type

Type of the analytic workspace object (dimension, variable, relation, and so on).

aw_object_datatype

Data type of the analytic workspace object.


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