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


VIEW: SYS.CDB_SUMMARY_DETAIL_TABLES

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

in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the summary
SUMMARY_NAME VARCHAR2 (30) Yes Name of the summary
DETAIL_OWNER VARCHAR2 (30) Yes Owner of the detail relation
DETAIL_RELATION VARCHAR2 (30) Yes Name of the summary detail table
DETAIL_TYPE VARCHAR2 (9)
Type of summary detail table type
DETAIL_ALIAS VARCHAR2 (128)
Alias of the detail relation if used
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      SUMMARY_NAME
,      DETAIL_OWNER
,      DETAIL_RELATION
,      DETAIL_TYPE
,      DETAIL_ALIAS
,      CON_ID
FROM SYS.CDB_SUMMARY_DETAIL_TABLES;

Dependencies

[top of page]

SYS.CDB_SUMMARY_DETAIL_TABLES does not reference any database object

SYS.CDB_SUMMARY_DETAIL_TABLES is referenced by following:

SchemaPUBLIC
SynonymCDB_SUMMARY_DETAIL_TABLES