[Home] [Help]
[Dependency Information]
| Object Name: | DBA_XS_ACLS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All the Real Application Security ACLs defined in the database
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAME | VARCHAR2 | (128) | Name of the ACL | |
| OWNER | VARCHAR2 | (128) | Owner of the ACL | |
| SECURITY_CLASS | VARCHAR2 | (128) | Name of the security class associated with ACL | |
| SECURITY_CLASS_OWNER | VARCHAR2 | (128) | Owner of the security class associated with ACL | |
| PARENT_ACL | VARCHAR2 | (128) | Name of the parent ACL | |
| PARENT_ACL_OWNER | VARCHAR2 | (128) | Owner of the parent ACL | |
| INHERITANCE_TYPE | VARCHAR2 | (11) | Inheritance type of the ACL | |
| DESCRIPTION | VARCHAR2 | (4000) | Description of the ACL |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, OWNER
, SECURITY_CLASS
, SECURITY_CLASS_OWNER
, PARENT_ACL
, PARENT_ACL_OWNER
, INHERITANCE_TYPE
, DESCRIPTION
FROM SYS.DBA_XS_ACLS;
SYS
XS$ACL
XS$OBJ
PUBLIC
DBA_XS_ACLS
SYS
DBMS_NETWORK_ACL_ADMIN
- show dependent code
USER_XS_ACLS
|
|
|
|