Home > Contents > Index >  
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

RELEASE

Releases a lock on a row from a tracked table.

Syntax

Parameters

TABLE (required)
Name of the tracked table.

ASSET (required)
Value of the primary key for the row to release.

Description

The RELEASE tag releases a lock on a row from a tracked table. Only the user who has the row locked against the table can release it. This also reverts the row in the table to its last committed state, overwriting any changes the user made while the row was locked.

Error Numbers

The possible values of errno include:

Value
Description
-1000
Command failure. Check the errdetail variable for the specific error.

Example

This example assumes all RELEASE parameters are exposed on an HTML form. It first checks whether the parameters exist, clears any values from errno, and then releases the row.

See Also

UNLOCKRECORD

   Home > Contents > Index >

Oracle XML Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.