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