ALLOCATE_UNIQUE function allocates

Options
- A unique lock identifier
- A unique row identifier
- A unique column identifier
- A unique object identifier


CORRECT ANSWER : A unique lock identifier

Discussion Board
ALLOCATE_UNIQUE

ALLOCATE_UNIQUE procedure allocates a unique lock identifier. This procedure allocates a unique lock identifier (in the range of 1073741824 to 1999999999) given a lock name. Lock identifiers are used to enable applications to coordinate their use of locks. This is provided because it may be easier for applications to coordinate their use of locks based on lock names rather than lock numbers.

Prajakta Pandit 02-23-2017 12:11 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement