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


VIEW: SYS.USER_XS_REALM_CONSTRAINTS

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

All the Real Application Security realms owned by the current user

[View Source]

Columns
Name Datatype Length Mandatory Comments
POLICY VARCHAR2 (128)
Name 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
Query Text

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


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

Dependencies

[top of page]

SYS.USER_XS_REALM_CONSTRAINTS references the following:

SchemaSYS
ViewDBA_XS_REALM_CONSTRAINTS
SYS.USER_XS_REALM_CONSTRAINTS is referenced by following:

SchemaPUBLIC
SynonymUSER_XS_REALM_CONSTRAINTS