Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   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

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 multiple ACL.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 into
memory).

Example

The following example creates a variable in the environment with the 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, 2019, Oracle and/or its affiliates. All rights reserved.