Skip Headers

Oracle9i OLAP User's Guide
Release 2 (9.2.0.2)

Part Number A95295-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page Go to next page
View PDF

SET_CATALOG_PARENT Procedure

This procedure changes the parent folder of an existing measure folder.

Syntax

SET_CATALOG_PARENT (
   catalog_id              IN   NUMBER,
   parent_catalog_id       IN   NUMBER);

Parameters

Table 28-29  SET_CATALOG_PARENT Procedure Parameters
Parameter Description

catalog_id

Identifier of the measure folder.

parent_catalog_id

Identifier of the parent measure folder.

Exceptions

Table 28-30  SET_CATALOG_PARENT Procedure Exceptions
Exception Description

parent_catalog_not_found

Parent measure folder not found.

catalog_not_found

Measure folder not found.

circular_dependency

Cannot add the measure folder at this position in the hierarchy. The parent is already a child of the measure folder.