Home > Contents > Index >
ACL.SAVE
Saves an ACL.
Syntax
<ACL.SAVE NAME="ACL Name" [FLUSH="true or false"]/>Parameters
NAME (required)
- Name of the ACL to be saved.
FLUSH (optional)
- Specifies that upon success, the ACL should be flushed from the object pool. A
true
value indicates the ACL should be flushed. The default value isfalse
.
Description
The
ACL.SAVE
tag saves a loaded ACL into storage. The ACL must have been previously created or loaded into the object pool. Saving an ACL either creates a new ACL in storage or updates an existing ACL in storage.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 saves
ACL1
and removes it from memory:<ACL.SAVE NAME="ACL1" FLUSH="true"/>See Also
ACL.CREATE
ACL.DELETE
ACL.GATHER
ACL.GET
ACL.LIST
ACL.LOAD
ACL.SCATTER
ACL.SET
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.