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


LOCK_CATALOG Procedure

This procedure locks the measure folder metadata for update. A database lock is acquired on the row for the measure folder metadata.

Syntax

LOCK_CATALOG (
   catalog_id            IN   NUMBER,
   wait_for_lock         IN   BOOLEAN);

Parameters

Table 27-18 LOCK_CATALOG Procedure Parameters
Parameter Description

catalog_id

Identifier of the measure folder.

wait_for_lock

When true, wait for lock to released if it has already been acquired by another user. The default is false.

Exceptions

Table 27-19 LOCK_CATALOG Procedure Exceptions
Exception Description

catalog_not_found

Measure folder does not exist.

failed_to_gain_lock

Failed to acquire lock.

no_access_privileges

User does not have privileges to edit the measure folder. User must be the owner or OLAP_DBA.


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