DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_XS_ACLS

Object Details
Object Name: DBA_XS_ACLS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

All the Real Application Security ACLs defined in the database

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

SYS.DBA_XS_ACLS references the following:

SchemaSYS
TableXS$ACL
TableXS$OBJ
SYS.DBA_XS_ACLS is referenced by following:

SchemaPUBLIC
SynonymDBA_XS_ACLS
SchemaSYS
Package BodyDBMS_NETWORK_ACL_ADMIN - show dependent code
ViewUSER_XS_ACLS