[Home] [Help]
[Dependency Information]
| Object Name: | ALL_POLICY_CONTEXTS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All policy driving context defined for all synonyms, tables, or views accessable to the user
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJECT_OWNER | VARCHAR2 | (128) | Schema of the synonym, table, or view | |
| OBJECT_NAME | VARCHAR2 | (128) | Name of the synonym, table, or view | |
| NAMESPACE | VARCHAR2 | (128) | Namespace of the context | |
| ATTRIBUTE | VARCHAR2 | (128) | Attribute of the context |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_OWNER
, OBJECT_NAME
, NAMESPACE
, ATTRIBUTE
FROM SYS.ALL_POLICY_CONTEXTS;
SYS
ALL_SYNONYMS
ALL_TABLES
ALL_VIEWS
DBA_POLICY_CONTEXTS
GETLONG
PUBLIC
ALL_POLICY_CONTEXTS
|
|
|
|