Home > Contents > Index >
ics:catalogmanager.tracktable
Enables revision tracking operations on a table using
ics:catalogmanager
.Syntax
<ics:catalogmanager>
<ics:argument name="ftcmd" value="tracktable" /> <ics:argument name="tablename" value="table" /> [<ics:argument name="numversions" value="some number"/>] [<ics:argument name="storage" value="storage location"/>]</ics:catalogmanager>Parameters
ftcmd (required)
- Value must be set to
tracktable
.
tablename (required)
- Name of the table to track.
numversions (optional)
- Maximum number of versions to store for each row. When the maximum is reached, the oldest version is removed. If the value of numversions is not specified or is set to 0, there is no limit to the number of revisions.
storage (optional)
- Location to store revisions associated with a row in the table.
Description
The
tracktable
command enables revision tracking operations on a table. The maximum number of revisions per row can be set, as well as the storage location for the revisions. Only users who havertadmin
privileges against the table can track the table.Error Numbers
The possible values of
errno
include:
Value Description -103 No such table. -104 No table definition. -105 Database error.See Also
The following
ics:catalogmanager
command:ics:catalogmanager.untracktable
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.