[Home] [Help]
[Dependency Information]
| Object Name: | CDB_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 accessible to dba in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (30) | Yes | Owner of the materialized view |
| MVIEW_NAME | VARCHAR2 | (30) | Yes | Name of the materialized view |
| DETAILOBJ1_OWNER | VARCHAR2 | (30) | Yes | Owner of the 1st detail object |
| DETAILOBJ1_RELATION | VARCHAR2 | (30) | Yes | Name of the 1st detail object |
| DETAILOBJ1_COLUMN | VARCHAR2 | (30) | Yes | Name of the 1st detail object column |
| OPERATOR | CHAR | (1) | Name of the join operator. Currently only = is defined | |
| OPERATOR_TYPE | VARCHAR2 | (1) | Indicates inner or outer join. I = inner join, L = DETAILOBJ1 table is the left side of an outer join | |
| DETAILOBJ2_OWNER | VARCHAR2 | (30) | Yes | Owner of the 2nd detail object |
| DETAILOBJ2_RELATION | VARCHAR2 | (30) | Yes | Name of the 2nd detail object |
| DETAILOBJ2_COLUMN | VARCHAR2 | (30) | Yes | Name of the 2nd detail object column |
| CON_ID | NUMBER | container id |
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
, CON_ID
FROM SYS.CDB_MVIEW_JOINS;
SYS.CDB_MVIEW_JOINS does not reference any database object
SYS.CDB_MVIEW_JOINS is referenced by following:
PUBLIC
CDB_MVIEW_JOINS
|
|
|
|