[Home] [Help]
[Dependency Information]
| Object Name: | USER_MVIEW_JOINS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Description of a join between two columns in the
WHERE clause of a materialized view created by the user
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | Owner of the materialized view |
| MVIEW_NAME | VARCHAR2 | (128) | Yes | Name of the materialized view |
| DETAILOBJ1_OWNER | VARCHAR2 | (128) | Yes | Owner of the 1st detail object |
| DETAILOBJ1_RELATION | VARCHAR2 | (128) | Yes | Name of the 1st detail object |
| DETAILOBJ1_COLUMN | VARCHAR2 | (128) | Yes | Name of the 1st detail object column |
| OPERATOR | CHAR | (1) | Name of the join operator. Currently only = is defined | |
| OPERATOR_TYPE | VARCHAR2 | (1) | ||
| DETAILOBJ2_OWNER | VARCHAR2 | (128) | Yes | Owner of the 2nd detail object |
| DETAILOBJ2_RELATION | VARCHAR2 | (128) | Yes | Name of the 2nd detail object |
| DETAILOBJ2_COLUMN | VARCHAR2 | (128) | Yes | Name of the 2nd detail object column |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, MVIEW_NAME
, DETAILOBJ1_OWNER
, DETAILOBJ1_RELATION
, DETAILOBJ1_COLUMN
, OPERATOR
, OPERATOR_TYPE
, DETAILOBJ2_OWNER
, DETAILOBJ2_RELATION
, DETAILOBJ2_COLUMN
FROM SYS.USER_MVIEW_JOINS;
SYS
COL$
OBJ$
SUM$
SUMJOIN$
USER$
PUBLIC
USER_MVIEW_JOINS
|
|
|
|