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


VIEW: SYS.USER_XS_INHERITED_REALMS

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

All the Real Application Security inherited 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
PARENT_OBJECT VARCHAR2 (128)
Name of the parent object
PARENT_SCHEMA VARCHAR2 (128)
Schema of the parent object
PRIMARY_KEY VARCHAR2 (128)
The column name in the master table
FOREIGN_KEY VARCHAR2 (4000)
The column name or column value in the detail table
FOREIGN_KEY_TYPE VARCHAR2 (5)
Type of the foreign key. Possible values are NAME and VALUE
Query Text

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


SELECT POLICY
,      REALM_ORDER
,      PARENT_OBJECT
,      PARENT_SCHEMA
,      PRIMARY_KEY
,      FOREIGN_KEY
,      FOREIGN_KEY_TYPE
FROM SYS.USER_XS_INHERITED_REALMS;

Dependencies

[top of page]

SYS.USER_XS_INHERITED_REALMS references the following:

SchemaSYS
ViewDBA_XS_INHERITED_REALMS
SYS.USER_XS_INHERITED_REALMS is referenced by following:

SchemaPUBLIC
SynonymUSER_XS_INHERITED_REALMS