[Home] [Help]
[Dependency Information]
| Object Name: | ALL_MVIEW_DETAIL_RELATIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Description of the materialized view detail tables accessible to 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 |
| DETAILOBJ_OWNER | VARCHAR2 | (128) | Yes | Owner of the detail relation |
| DETAILOBJ_NAME | VARCHAR2 | (128) | Yes | Name of the materialized view detail table |
| DETAILOBJ_TYPE | VARCHAR2 | (9) | Type of materialized view detail table type | |
| DETAILOBJ_ALIAS | VARCHAR2 | (128) | Alias of the detail relation if used | |
| DETAILOBJ_PCT | VARCHAR2 | (1) | ||
| NUM_FRESH_PCT_PARTITIONS | NUMBER | |||
| NUM_STALE_PCT_PARTITIONS | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, MVIEW_NAME
, DETAILOBJ_OWNER
, DETAILOBJ_NAME
, DETAILOBJ_TYPE
, DETAILOBJ_ALIAS
, DETAILOBJ_PCT
, NUM_FRESH_PCT_PARTITIONS
, NUM_STALE_PCT_PARTITIONS
FROM SYS.ALL_MVIEW_DETAIL_RELATIONS;
SYS
OBJ$
OBJAUTH$
SUM$
SUMDELTA$
SUMDETAIL$
TABCOMPART$
TABPART$
TABSUBPART$
USER$
PUBLIC
ALL_MVIEW_DETAIL_RELATIONS
SYS
DBMS_CUBE
- show dependent code
DBMS_CUBE_ADVISE
- show dependent code
PRVT_PARTREC_NOPRIV
- show dependent code
|
|
|
|