Home > Contents > Index >
ACL.DELETE
Deletes an ACL.
Syntax
<ACL.DELETE NAME="Some ACL Name"/>Parameter
NAME (required)
- Name of the ACL object in the object pool.
Description
This tag deletes an ACL from the ACL pool. To delete an ACL, it must first be loaded using
ACL.LOAD
.Error Numbers
The possible values of
errno
include:
Value Description -105 Database error -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded intomemory).Example
The following example deletes
ACL1:
<ACL.DELETE NAME="ACL1"/>See Also
ACL.CREATE
ACL.GATHER
ACL.GET
ACL.LIST
ACL.LOAD
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.