
Zugriffsrechte
• Überprüfen
SELECT
dbms_xdb.getacldocument(abspath=>'/public/F2').getclobval() ACL
FROM dual;
ACL
---------------------------------------------------------------
<acl description="Public:All privileges to PUBLIC" xmlns="ht
tp://xmlns.oracle.com/xdb/acl.xsd" ...>
<ace>
• ACLs setzen
<principal>PUBLIC</principal>
<grant>true</grant>
<privilege>
<all/> ...
execute dbms_xdb.setACL(res_path=>'/public/F2',
acl_path=>'/sys/acls/all_owner_acl.xml');
Komentáře k této Příručce