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

 


TREEMANAGER.validatenode

Verifies that the given node is valid.

Syntax

Parameters

ftcmd (required)
Value must be set to validatenode.

treename (required)
Name of the tree.

node (required)
ID of the node. Returns success or failure in the result code.

Description

The validatenode command verifies that the given node is valid. There must exist an object table with the otype of the node and there must be an object in that table with the oid of the node.

errno

The possible values of errno include:

Value
Description
-3
No access privileges to table.
-110
Invalid tree name.
-114
Missing class type (If validate is true).
-115
Unknown object class (if validate is true).

Example

  Home > Contents > Index >

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