LOCK_DIMENSION_ATTRIBUTE Procedure
This procedure locks the dimension attribute for update by acquiring a database lock on the row that identifies the dimension attribute in the CWM2
model table.
Syntax
LOCK_DIMENSION_ATTRIBUTE (
dimension_owner IN VARCHAR2,
dimension_name IN VARCHAR2,
dimension_attribute_name IN VARCHAR2,
wait_for_lock IN BOOLEAN DEFAULT FALSE);
Parameters
Table 19-7 LOCK_DIMENSION_ATTRIBUTE Procedure Parameters
Exceptions
Table 19-8 LOCK_DIMENSION_ATTRIBUTE Procedure Exceptions