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


VIEW: SYS.CDB_RGROUP

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

All refresh groups. This view is not a join. in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
REFGROUP NUMBER

Internal identifier of refresh group
OWNER VARCHAR2 (128) Yes Owner of the refresh group
NAME VARCHAR2 (128) Yes Name of the refresh group
IMPLICIT_DESTROY VARCHAR2 (1)
Y or N, if Y then destroy the refresh group when its last item is subtracted
PUSH_DEFERRED_RPC VARCHAR2 (1)
Y or N, if Y then push changes from snapshot to master before refresh
REFRESH_AFTER_ERRORS VARCHAR2 (1)
If Y, proceed with refresh despite error when pushing deferred RPCs
ROLLBACK_SEG VARCHAR2 (128)
Name of the rollback segment to use while refreshing
JOB NUMBER
Yes Identifier of job used to automatically refresh the group
PURGE_OPTION NUMBER

The method for purging the transaction queue after each push
PARALLELISM NUMBER

The level of parallelism for transaction propagation
HEAP_SIZE NUMBER

The heap size used for transaction propagation
CON_ID NUMBER

container id
Query Text

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


SELECT REFGROUP
,      OWNER
,      NAME
,      IMPLICIT_DESTROY
,      PUSH_DEFERRED_RPC
,      REFRESH_AFTER_ERRORS
,      ROLLBACK_SEG
,      JOB
,      PURGE_OPTION
,      PARALLELISM
,      HEAP_SIZE
,      CON_ID
FROM SYS.CDB_RGROUP;

Dependencies

[top of page]

SYS.CDB_RGROUP does not reference any database object

SYS.CDB_RGROUP is referenced by following:

SchemaPUBLIC
SynonymCDB_RGROUP