[Home] [Help]
[Dependency Information]
| 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
| 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 |
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;
SYS
DBA_XS_INHERITED_REALMS
PUBLIC
USER_XS_INHERITED_REALMS
|
|
|
|