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

CWM_CLASSIFY , 4 of 18


ADD_CATALOG_ENTITY Procedure

This procedure adds a metadata entity to a measure folder. The entity may be a measure or a cube.

Syntax

ADD_CATALOG_ENTITY (
   catalog_id           IN   NUMBER,
   entity_owner         IN   VARCHAR2,
   entity_name          IN   VARCHAR2,
   child_entity_name    IN   VARCHAR2);

Parameters

Table 27-2 ADD_CATALOG_ENTITY Procedure Parameters
Parameter Description

catalog_id

Name of the measure folder.

entity_owner

Owner of the cube to be added to the measure folder.

entity_name

Name of the cube to be added to the measure folder.

child_entity_name

Name of a measure. If this parameter is specified, the procedure adds this individual measure to the measure folder, instead of adding all of the cube's measures. If this parameter is NULL, the procedure adds all of the cube's measures. The default is NULL.

Exceptions

Table 27-3 ADD_CATALOG_ENTITY Procedure Exceptions
Exception Description

element_already_exists

This cube is already added to this measure folder.

element_not_found

Cube or measure does not exist or is not accessible to user.

catalog_not_found

Measure folder not found.


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