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


VIEW: SYS.XDS_ACL

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

All ACLs that are visible to the current user in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
ACLID RAW (16)
The ACL ID of an ACL
SHARED VARCHAR2 (5)
Whether this ACL is shared or not
DESCRIPTION VARCHAR2 (4000)
The ACL description
SECURITY_CLASS_NS XMLTYPE (64)
The namespace of the Security Class
SECURITY_CLASS_NAME XMLTYPE (64)
The name of the Security Class
PARENT_ACL_PATH VARCHAR2 (4000)
The path of its parent ACL
INHERITANCE_TYPE VARCHAR2 (16)
The inhertance type, i.e. constrained-with or extends-from
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ACLID
,      SHARED
,      DESCRIPTION
,      SECURITY_CLASS_NS
,      SECURITY_CLASS_NAME
,      PARENT_ACL_PATH
,      INHERITANCE_TYPE
FROM SYS.XDS_ACL;

Dependencies

[top of page]

SYS.XDS_ACL references the following:

SchemaSYS
PL/SQL PackageSTANDARD - show dependent code
TYPEXMLTYPE
SchemaXDB
TableXDB$ACL
SYS.XDS_ACL is referenced by following:

SchemaPUBLIC
SynonymXDS_ACL