Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
ics:catalogmanager.unlockrecord
Unlocks a locked row using
ics:catalogmanager.Syntax
<ics:catalogmanager> <ics:argument name="ftcmd" value="unlockrecord" /> <ics:argument name="tablename" value="table" /> <ics:argument name="asset" value="primarykey"/> </ics:catalogmanager>Parameters
ftcmd (required)- Value must be set to
unlockrecord.
tablename (required)- Name of the tracked table.
asset(required)- Value of the primary key for the row to unlock.
Description
The
unlockrecordcommand unlocks a locked row. Only the user who has the row locked or a user who hasrtadminprivileges against the table can unlock the row.unlockrecorddoes not restore the row to its most recent revision.Error Numbers
The possible values of
errnoinclude:
Value Description -103 No such table. -104 No table definition. -105 Database error.See Also
The following
ics:catalogmanagercommand:
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.