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


VIEW: SYS.CDB_TEMPLATE_REFGROUPS

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

Table for maintaining refresh group information for template. in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
REFRESH_GROUP_ID NUMBER
Yes Internal primary key of the refresh groups table.
REFRESH_GROUP_NAME VARCHAR2 (30) Yes Name of the refresh group
REFRESH_TEMPLATE_ID NUMBER
Yes Primary key of the template containing the refresh group.
REFRESH_TEMPLATE_NAME VARCHAR2 (30) Yes Name of the deployment template containing the refresh group.
ROLLBACK_SEG VARCHAR2 (30)
Name of the rollback segment to use during refresh.
START_DATE VARCHAR2 (200)
Refresh start date.
INTERVAL VARCHAR2 (200)
Refresh interval.
CON_ID NUMBER

container id
Query Text

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


SELECT REFRESH_GROUP_ID
,      REFRESH_GROUP_NAME
,      REFRESH_TEMPLATE_ID
,      REFRESH_TEMPLATE_NAME
,      ROLLBACK_SEG
,      START_DATE
,      INTERVAL
,      CON_ID
FROM SYS.CDB_TEMPLATE_REFGROUPS;

Dependencies

[top of page]

SYS.CDB_TEMPLATE_REFGROUPS does not reference any database object

SYS.CDB_TEMPLATE_REFGROUPS is referenced by following:

SchemaPUBLIC
SynonymCDB_TEMPLATE_REFGROUPS