Home > Contents > Index >
ACL.SET
Sets a field in an ACL.
Syntax
<ACL.SET NAME="Some ACL Name"
FIELD="Some Field"
VALUE="Some Value"/>Parameters
NAME (required)
- Name of the ACL.
FIELD (required)
- Field to be set.
VALUE (required)
- Value to be set in the field.
Description
This tag sets the value of a field in a previously loaded ACL.
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 sets the value to
Editor
in theaclname
field ofACL1
:<ACL.SET NAME="ACL1" FIELD="aclname" VALUE="Editor"/>See Also
ACL.GATHER
ACL.GET
ACL.LIST
ACL.LOAD
ACL.SCATTER
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.