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
NAME
parameter. 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
errno
include:
Value Description -101 No rows returned. -105 Database error. -10001 The implementing class is invalid. -10002 There is a missing method for the implementing class. -10003 The method could not be invoked successfully. -10004 A required parameter is missing. -10006 The object ID is not valid. -10007 The version of the object is not valid. -10008 The node ID of the object is not valid. -10010 Invalid attribute value.Example
The following example loads the
Site God
ACL 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, 2019, Oracle and/or its affiliates. All rights reserved.