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


VIEW: SYS.USER_MVIEW_DETAIL_PARTITION

Object Details
Object Name: USER_MVIEW_DETAIL_PARTITION
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Freshness information of all PCT materialized views in the database

[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
DETAILOBJ_NAME VARCHAR2 (128) Yes Name of the detail object
DETAIL_PARTITION_NAME VARCHAR2 (128)
Name of the detail object partition
DETAIL_PARTITION_POSITION NUMBER

Position of the detail object partition
FRESHNESS CHAR (5)
Freshness of the detail object partition
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      MVIEW_NAME
,      DETAILOBJ_OWNER
,      DETAILOBJ_NAME
,      DETAIL_PARTITION_NAME
,      DETAIL_PARTITION_POSITION
,      FRESHNESS
FROM SYS.USER_MVIEW_DETAIL_PARTITION;

Dependencies

[top of page]

SYS.USER_MVIEW_DETAIL_PARTITION references the following:

SchemaSYS
ViewDBA_MVIEW_DETAIL_PARTITION
TableUSER$
SYS.USER_MVIEW_DETAIL_PARTITION is referenced by following:

SchemaPUBLIC
SynonymUSER_MVIEW_DETAIL_PARTITION