Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

ACL.CREATE

Creates an ACL.

Syntax

Parameter

NAME (required)
Name of the object in the object pool.

Description

Creates an unsaved ACL object in the object pool with the specified name. Use the ACL.ARGUMENT tag to specify names, descriptions and privileges.

Values for cataccess (the numeric value that determines the level of permissions) are as follows:

The values for cataccess work similarly to UNIX permissions. For example, if you want a user to have read and write permission, assign 3 to cataccess.

Error Numbers

The possible values of errno include:

Value
Description
-10001
The implementing class is invalid.
-10002
There is a missing method for the implementing class.
-10003
The method could not be invoked successfully.
-10010
Invalid attribute value.

Example

The following example creates an object called ACL1 in the object pool:

See Also

ACL.ARGUMENT
ACL.DELETE
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.