DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.ALL_MVIEW_DETAIL_RELATIONS

Object Details
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

[View Source]

Columns
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

Query Text

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;

Dependencies

[top of page]

SYS.ALL_MVIEW_DETAIL_RELATIONS references the following:

SchemaSYS
TableOBJ$
TableOBJAUTH$
TableSUM$
TableSUMDELTA$
TableSUMDETAIL$
TableTABCOMPART$
TableTABPART$
TableTABSUBPART$
TableUSER$
SYS.ALL_MVIEW_DETAIL_RELATIONS is referenced by following:

SchemaPUBLIC
SynonymALL_MVIEW_DETAIL_RELATIONS
SchemaSYS
Package BodyDBMS_CUBE - show dependent code
Package BodyDBMS_CUBE_ADVISE - show dependent code
Package BodyPRVT_PARTREC_NOPRIV - show dependent code