Home > Contents > Index >
OBJECT.STREAM
Streams the value of a field from an object.
Syntax
<OBJECT.STREAM NAME="some object name" FIELD="some field" [RESOLVE="true or false"]/>Parameters
NAME (required)
- Name of the object.
FIELD (required)
- Field to be used for streaming.
RESOLVE (optional)
- Indicates if variable references in the field should be resolved. The default value is
false
.
Description
This tag streams the field value of a loaded object.
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 intomemory).Example
The following example streams the
name
field fromobject1
.<OBJECT.STREAM NAME="object1" FIELD="name" RESOLVE="false"/>See Also
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.