Home > Contents > Index > 
CATALOGMANAGER.untracktable
Stops tracking a table using the
CATALOGMANAGERcommand.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
untracktablecommand stops tracking a table. Revision tracking operations are no longer be available on the table. Only users who havertadminprivileges against the table can untrack the table.Error Numbers
The possible values of
errnoinclude:
Example
This example stops tracking on the
reviewstable.<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
CATALOGMANAGERcommand:
Home > Contents > Index > 
Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.