Home > Contents > Index >
ACL.SCATTER
Retrieves and lists ("scatters") the values from all the fields of a loaded ACL object. (To obtain just one field value, use
ACL.GET
.)Syntax
<ACL.SCATTER NAME="Some ACL Name" [PREFIX="Some Prefix"]/>Parameters
NAME (required)
- Name of the ACL.
PREFIX (optional)
- Specifies the the name of a string for the variable names that is created in the environment. When the ACL.SCATTER tag creates a variable in the environment, a colon (:) is used to separate the prefix from the field name.
Description
This tag retrieves values from the fields of a previously loaded ACL and then writes them into memory as variables. The variables are constructed with the prefix that you supply with the
PREFIX
parameter. After you use this tag, you can display the information contained in the ACL's fields. This tag is the preferred alternative to using multipleACL.GET
tags.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 creates a variable in the environment with the prefix,
sample
:<ACL.SCATTER NAME="ACL1" PREFIX="sample"/>See Also
ACL.CREATE
ACL.DELETE
ACL.GATHER
ACL.GET
ACL.LIST
ACL.LOAD
ACL.SET
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.