[Home] [Help]
[Dependency Information]
| Object Name: | CDB_XS_INHERITED_REALMS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All the Real Application Security inherited realms defined in the database in all containers
| 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 | |
| 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 | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT POLICY
, POLICY_OWNER
, REALM_ORDER
, PARENT_OBJECT
, PARENT_SCHEMA
, PRIMARY_KEY
, FOREIGN_KEY
, FOREIGN_KEY_TYPE
, CON_ID
FROM SYS.CDB_XS_INHERITED_REALMS;
SYS.CDB_XS_INHERITED_REALMS does not reference any database object
SYS.CDB_XS_INHERITED_REALMS is referenced by following:
PUBLIC
CDB_XS_INHERITED_REALMS
|
|
|
|