today:
122
yesterday:
251
Total:
1,112,056

General Access Control List (ACL)

admin 2016.06.07 10:25 Views : 379

Access Control List (ACL)

An access control list (ACL) is a list of access control entries (ACEs). By default, order in the list is relevant (see "ACL and ACE Evaluation"). Example 27-2 shows a simple ACL that contains only the ACE of Example 27-1.

Example 27-2 Simple Access Control List (ACL) that Grants a System Privilege

<acl description="myacl"
     xmlns="http://xmlns.oracle.com/xdb/acl.xsd"
     xmlns:dav="DAV:"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://xmlns.oracle.com/xdb/acl.xsd
                         http://xmlns.oracle.com/xdb/acl.xsd">
  <ace>
    <grant>true</grant>
    <principal>dav:owner</principal>
    <privilege>
      <dav:all/>
    </privilege>
  </ace>
</acl>
No. Subject Author Date Views
49 Assign a network host to Access Control List admin 2016.06.07 352
48 ADD_PRIVILEGE (2nd STEP) admin 2016.06.07 401
47 CREATE_ACL (1st STEP) admin 2016.06.07 355
46 ACL 보기 admin 2016.06.07 351
45 Oracle 11g Access Control List for External Network Services admin 2016.06.07 340
» Access Control List (ACL) admin 2016.06.07 379
43 CAPTCHA PLUG-IN admin 2016.05.27 363
42 SUBSTR admin 2016.05.26 323
41 FOR LOOP admin 2016.05.20 328
40 ROWNUM admin 2016.05.19 289
39 NVL admin 2016.05.19 206
38 INSTR admin 2016.05.19 870
37 TREE admin 2016.05.18 811
36 3D Pie Chart admin 2016.05.17 295
35 CREATE VIEW admin 2016.05.13 294
34 test admin 2016.05.11 178
33 BOOLEAN SAMPLE admin 2016.05.11 185
32 Display Value, Return Value admin 2016.05.10 185
31 Fundamentals of PL/SQL admin 2016.05.10 2107
30 Interactive Report admin 2016.05.07 162