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


VIEW: SYS.CDB_XS_ACLS

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

All the Real Application Security ACLs defined in the database in all containers

[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
CON_ID NUMBER

container id
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
,      CON_ID
FROM SYS.CDB_XS_ACLS;

Dependencies

[top of page]

SYS.CDB_XS_ACLS does not reference any database object

SYS.CDB_XS_ACLS is referenced by following:

SchemaPUBLIC
SynonymCDB_XS_ACLS