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


VIEW: SYS.USER_XS_ACLS

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

All the Real Application Security ACLs owned by the current user

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (128)
Name 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
,      SECURITY_CLASS
,      SECURITY_CLASS_OWNER
,      PARENT_ACL
,      PARENT_ACL_OWNER
,      INHERITANCE_TYPE
,      DESCRIPTION
FROM SYS.USER_XS_ACLS;

Dependencies

[top of page]

SYS.USER_XS_ACLS references the following:

SchemaSYS
ViewDBA_XS_ACLS
SYS.USER_XS_ACLS is referenced by following:

SchemaPUBLIC
SynonymUSER_XS_ACLS