[Home] [Help]
[Dependency Information]
| Object Name: | ALL_POLICY_ATTRIBUTES |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All attribute associations of context sensitive and shared context sensitive policies for objects if the user has system privileges or owns the objects
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJECT_OWNER | VARCHAR2 | (128) | Owner of the synonym, table, or view | |
| OBJECT_NAME | VARCHAR2 | (128) | Name of the synonym, table, or view | |
| POLICY_GROUP | VARCHAR2 | (128) | Name of the policy group | |
| POLICY_NAME | VARCHAR2 | (128) | Name of the policy | |
| NAMESPACE | VARCHAR2 | (128) | Name of the local application context | |
| ATTRIBUTE | VARCHAR2 | (128) | Name of the attribute |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_OWNER
, OBJECT_NAME
, POLICY_GROUP
, POLICY_NAME
, NAMESPACE
, ATTRIBUTE
FROM SYS.ALL_POLICY_ATTRIBUTES;
SYS
ALL_SYNONYMS
ALL_TABLES
ALL_VIEWS
DBA_POLICY_ATTRIBUTES
GETLONG
PUBLIC
ALL_POLICY_ATTRIBUTES
|
|
|
|