today:
367
yesterday:
667
Total:
1,015,237

General Access Control List (ACL)

admin 2016.06.07 09:25 Views : 350

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
106 Delimiter admin 2016.04.29 144
105 Report by Order / Product / Order and Product / By Order & Non Order admin 2016.04.29 230
104 Outer Join with Oracle SQL admin 2016.04.29 154
103 EXPORT & IMPORT admin 2016.05.01 180
102 wwv_flow_files admin 2016.05.01 159
101 APEX ADMIN PASSWORD 바꾸기 admin 2016.05.02 124
100 HEAD TITLE (제목)을 조건에 따라 바꾸기 admin 2016.05.03 141
99 EMPLOYEE_LEVEL_ID admin 2016.05.03 99
98 Group by, Order by (두개의 Table을 활용한 Sub Total / 최고값 ) admin 2016.05.06 242
97 Interactive Report admin 2016.05.07 126
96 Fundamentals of PL/SQL admin 2016.05.10 2049
95 Display Value, Return Value admin 2016.05.10 132
94 BOOLEAN SAMPLE admin 2016.05.11 152
93 test admin 2016.05.11 135
92 CREATE VIEW admin 2016.05.13 233
91 3D Pie Chart admin 2016.05.17 231
90 TREE admin 2016.05.18 731
89 INSTR admin 2016.05.19 794
88 NVL admin 2016.05.19 159
87 ROWNUM admin 2016.05.19 246