today:
418
yesterday:
456
Total:
1,015,744

General Access Control List (ACL)

admin 2016.06.07 09:25 Views : 354

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 146
105 Report by Order / Product / Order and Product / By Order & Non Order admin 2016.04.29 233
104 Outer Join with Oracle SQL admin 2016.04.29 155
103 EXPORT & IMPORT admin 2016.05.01 184
102 wwv_flow_files admin 2016.05.01 161
101 APEX ADMIN PASSWORD 바꾸기 admin 2016.05.02 124
100 HEAD TITLE (제목)을 조건에 따라 바꾸기 admin 2016.05.03 145
99 EMPLOYEE_LEVEL_ID admin 2016.05.03 102
98 Group by, Order by (두개의 Table을 활용한 Sub Total / 최고값 ) admin 2016.05.06 243
97 Interactive Report admin 2016.05.07 130
96 Fundamentals of PL/SQL admin 2016.05.10 2051
95 Display Value, Return Value admin 2016.05.10 135
94 BOOLEAN SAMPLE admin 2016.05.11 155
93 test admin 2016.05.11 138
92 CREATE VIEW admin 2016.05.13 235
91 3D Pie Chart admin 2016.05.17 232
90 TREE admin 2016.05.18 733
89 INSTR admin 2016.05.19 800
88 NVL admin 2016.05.19 165
87 ROWNUM admin 2016.05.19 250