Home > Contents > Index >
CATALOGMANAGER.untracktable
Stops tracking a table using the
CATALOGMANAGER
command.Syntax
<CATALOGMANAGER> <ARGUMENT NAME="ftcmd" VALUE="untracktable" /> <ARGUMENT NAME="tablename" VALUE="table" /> </CATALOGMANAGER>Parameters
ftcmd (required)
- Value must be set to
untracktable
.
tablename (required)
- Name of the tracked table to untrack.
Description
The
untracktable
command stops tracking a table. Revision tracking operations are no longer be available on the table. Only users who havertadmin
privileges against the table can untrack the table.Error Numbers
The possible values of
errno
include:
Value Description -103 No such table. -104 No table definition. -105 Database error.Example
This example stops tracking on the
reviews
table.<SETVAR NAME="errno" VALUE="0"/> <CATALOGMANAGER> <ARGUMENT NAME="ftcmd" VALUE="untracktable"/> <ARGUMENT NAME="tablename" VALUE="reviews" /> </CATALOGMANAGER> <IF COND="IsError.Variables.errno=true"> <THEN> <!--Handle error--> </THEN> </IF>See Also
The following
CATALOGMANAGER
command:
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.