Home > Contents > Index >
ACL.ARGUMENT
Argument for other ACL tags.
Syntax
<ACL.ARGUMENT NAME="Some Name"
VALUE="Some Value"/>Parameters
NAME (required)
- Name of the argument.
VALUE (required)
- Value of the argument.
Description
The
ACL.ARGUMENT
tag declares a name/value pair that is available to the parent tag. The parent tag must be present in the ACL tag library.Error Numbers
There are no possible
errno
for this tag.Example
The following example creates an object called
ACL1
in the object pool:<ACL.CREATE NAME="ACL1"> <ACL.ARGUMENT NAME="aclname" value="myacl"/> <ACL.ARGUMENT NAME="cataccess" value="1"/> <ACL.ARGUMENT NAME="description" value="test"/> </ACL.CREATE>See Also
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.