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

 

object:untrack

Removes tracking on an object.

Syntax

Parameters

classname (required)
Classname of the object

arg1 (optional)
Argument 1.

Description

This tag deactivates revision tracking on for a previously tracked table. The untrack method should have one of the following prototypes:

Error Numbers

The possible values of errno include:

Value
Description
-10001
The implementing class is invalid.
-10002
There is a missing method for the implementing class.
-10003
The method could not be invoked successfully.
-10004
A required parameter is missing.
-10011
Database table is not revision tracked.
-10022
Unable to untrack specified object.
-10023
Invalid database table name.
-10024
User not allowed access for request.

Example

The following example deactivates revision tracking on the sample table.

See Also

object:track

   Home > Contents > Index >

Oracle JSP Tag Reference
Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved.