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

 

OBJECT.GET

Copies a field from an object.

Syntax

Parameters

NAME (required)
Name of the object.

FIELD (required)
Name or type of field to retrieve.

OUTPUT (optional)
Specifies the name of the output variable, which should be created in the environment. If this parameter is not specified, the variable is given the same name as the field.

Description

This tag copies a field value from a loaded object into the environment.

Error Numbers

The possible values of errno include:

Value
Description
-10004
A required parameter is missing.
-10005
The requested object is not in the object pool (is not loaded into
memory).

Example

The following example copies the name column into a variable called name:

See Also

OBJECT.GATHER
OBJECT.SCATTER
OBJECT.STREAM

  Home > Contents > Index >

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