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


VIEW: SYS.DBA_REPEXTENSIONS

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

Information about replication extension requests

[View Source]

Columns
Name Datatype Length Mandatory Comments
EXTENSION_ID RAW (16) Yes Globally unique identifier for replication extension
REQUEST VARCHAR2 (15)
Kind of replication extension
MASTERDEF VARCHAR2 (128)
Master definition site for replication extension
EXPORT_REQUIRED VARCHAR2 (3)
YES if this extension requires an export, and NO if no export is required
REPCATLOG_ID NUMBER

Identifier of repcatlog records related to replication extension
EXTENSION_STATUS VARCHAR2 (13)
Status of replication extension
FLASHBACK_SCN NUMBER

Flashback_scn for export or change-based recovery for replication extension
BREAK_TRANS_TO_MASTERDEF VARCHAR2 (3)
YES if existing masters partially push to masterdef, NO if no pushing
BREAK_TRANS_TO_NEW_MASTERS VARCHAR2 (3)
YES if existing masters partially push to new masters, NO if no pushing
PERCENTAGE_FOR_CATCHUP_MDEF NUMBER

Fraction of push to masterdef cycle devoted to catching up
CYCLE_SECONDS_MDEF NUMBER

Length of push to masterdef cycle when catching up
PERCENTAGE_FOR_CATCHUP_NEW NUMBER

Fraction of push to new masters cycle devoted to catching up
CYCLE_SECONDS_NEW NUMBER

Length of push to new masters cycle when catching up
Query Text

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


SELECT EXTENSION_ID
,      REQUEST
,      MASTERDEF
,      EXPORT_REQUIRED
,      REPCATLOG_ID
,      EXTENSION_STATUS
,      FLASHBACK_SCN
,      BREAK_TRANS_TO_MASTERDEF
,      BREAK_TRANS_TO_NEW_MASTERS
,      PERCENTAGE_FOR_CATCHUP_MDEF
,      CYCLE_SECONDS_MDEF
,      PERCENTAGE_FOR_CATCHUP_NEW
,      CYCLE_SECONDS_NEW
FROM SYS.DBA_REPEXTENSIONS;

Dependencies

[top of page]

SYS.DBA_REPEXTENSIONS references the following:

SchemaSYSTEM
TableREPCAT$_EXTENSION
SYS.DBA_REPEXTENSIONS is referenced by following:

SchemaPUBLIC
SynonymDBA_REPEXTENSIONS
SchemaSYS
View_ALL_REPEXTENSIONS