Home > Contents > Index > 
ACL.LOAD
Queries the database for the specified ACL and then loads an instance of the ACL into memory as an object.
Syntax
<ACL.LOAD NAME="Name of the ACL in Object Pool" ACL="Some ACL Name"/>Parameters
NAME (required)- Name of the ACL in the object pool.
ACL (required)- Name of the ACL in the database.
Description
This tag executes a database query to retrieve an instance of the specified ACL and then saves the instance into memory, assigning it the name provided by the
NAMEparameter. Object names are global in scope.You identify the ACL that you want to load with its ACL name.
Error Numbers
The possible values of
errnoinclude:
Example
The following example loads the
Site GodACL into the object pool.<ACL.LOAD NAME="ACL1" ACL="Site God"/>See Also
ACL.CREATE
ACL.GATHER
ACL.SAVE
ACL.SCATTER
ACL.SET
Home > Contents > Index > 
Oracle XML Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.