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 , 18 of 18


Table 27-27 CREATE_CATALOG Procedure Exceptions
Exception Description

parent_catalog_not_found

Parent measure folder not found.

catalog_already_exists

A measure folder with this name already exists.

invalid_name

Measure folder name may not be empty or null.

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 27-28 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 27-29 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.


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