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


VIEW: SYS.CDB_MVIEW_DETAIL_PARTITION

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

Freshness information of all PCT materialized views in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the materialized view
MVIEW_NAME VARCHAR2 (30) Yes Name of the materialized view
DETAILOBJ_OWNER VARCHAR2 (30) Yes
DETAILOBJ_NAME VARCHAR2 (30) Yes Name of the detail object
DETAIL_PARTITION_NAME VARCHAR2 (30)
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
CON_ID NUMBER

container id
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
,      CON_ID
FROM SYS.CDB_MVIEW_DETAIL_PARTITION;

Dependencies

[top of page]

SYS.CDB_MVIEW_DETAIL_PARTITION does not reference any database object

SYS.CDB_MVIEW_DETAIL_PARTITION is referenced by following:

SchemaPUBLIC
SynonymCDB_MVIEW_DETAIL_PARTITION