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


VIEW: SYS.CDB_XS_ACL_PARAMETERS

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

All the Real Application Security ACL parameters defined in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
POLICY VARCHAR2 (128)
Name of the data security policy where the ACL parameter is defined
POLICY_OWNER VARCHAR2 (128)
Owner of the data security policy where the ACL parameter is defined
ACL VARCHAR2 (128)
Name of the ACL
ACL_OWNER VARCHAR2 (128)
Owner of the ACL
PARAMETER VARCHAR2 (128)
Name of the ACL parameter
DATATYPE VARCHAR2 (9)
Datatype of the ACL parameter
VALUE VARCHAR2 (4000)
Value of the ACL parameter
REALM_ORDER NUMBER

The order of the realm within the data security policy
REALM VARCHAR2 (4000)
The realm that contains the ACL parameter
CON_ID NUMBER

container id
Query Text

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


SELECT POLICY
,      POLICY_OWNER
,      ACL
,      ACL_OWNER
,      PARAMETER
,      DATATYPE
,      VALUE
,      REALM_ORDER
,      REALM
,      CON_ID
FROM SYS.CDB_XS_ACL_PARAMETERS;

Dependencies

[top of page]

SYS.CDB_XS_ACL_PARAMETERS does not reference any database object

SYS.CDB_XS_ACL_PARAMETERS is referenced by following:

SchemaPUBLIC
SynonymCDB_XS_ACL_PARAMETERS