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


VIEW: SYS.CDB_XS_REALM_CONSTRAINTS

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

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

[View Source]

Columns
Name Datatype Length Mandatory Comments
POLICY VARCHAR2 (128)
Name of the data security policy
POLICY_OWNER VARCHAR2 (128)
Owner of the data security policy
REALM_ORDER NUMBER
Yes The order of the realm within the data security policy
REALM_TYPE VARCHAR2 (13)
The type of the realm. Possible values are REGULAR, PARAMETERIZED, and INHERITED
STATIC VARCHAR2 (7)
Indicates whether the realm is static (YES) or not (NO)
REALM VARCHAR2 (4000)
The realm
REALM_DESCRIPTION VARCHAR2 (4000)
The realm description
ACL VARCHAR2 (128)
Name of the associated ACL for REGULAR realm
ACL_OWNER VARCHAR2 (128)
Owner of the associated ACL for REGULAR realm
PARENT_OBJECT VARCHAR2 (128)
Name of the parent object if the type of the realm is INHERITED
PARENT_SCHEMA VARCHAR2 (128)
Schema of the parent object if the type of the realm is INHERITED
CON_ID NUMBER

container id
Query Text

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


SELECT POLICY
,      POLICY_OWNER
,      REALM_ORDER
,      REALM_TYPE
,      STATIC
,      REALM
,      REALM_DESCRIPTION
,      ACL
,      ACL_OWNER
,      PARENT_OBJECT
,      PARENT_SCHEMA
,      CON_ID
FROM SYS.CDB_XS_REALM_CONSTRAINTS;

Dependencies

[top of page]

SYS.CDB_XS_REALM_CONSTRAINTS does not reference any database object

SYS.CDB_XS_REALM_CONSTRAINTS is referenced by following:

SchemaPUBLIC
SynonymCDB_XS_REALM_CONSTRAINTS