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

 


ics:catalogmanager.tracktable

Enables revision tracking operations on a table using ics:catalogmanager.

Syntax

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 have rtadmin 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, 2016 Oracle and/or its affiliates. All rights reserved.