EXTENSION_ID
|
RAW(16)
|
NOT NULL
|
The identifier for a current pending request to add master databases to a master group without quiesce. |
GOWNER
|
VARCHAR2(30)
|
NOT NULL
|
The name of the user who owns the master group. |
GNAME
|
VARCHAR2(30)
|
NOT NULL
|
The name of the master group. |
DBLINK
|
VARCHAR2(128)
|
NOT NULL
|
The database link for a new master site. |
FULL_INSTANTIATION
|
VARCHAR2(1)
|
- |
Y indicates that the new database in DBLINK is to be added using full database export/import or change-based recovery.
N indicates that the new database in DBLINK is to be added using object-level export/import.
|
MASTER_STATUS
|
VARCHAR2(13)
|
- |
The instantiation status of a new master site. This value is only meaningful at the master definition site.
The possible values are:
READY : The new master site is ready.
INSTANTIATING : The new master site is in the process of being instantiated.
INSTANTIATED : The new master has been instantiated and is being prepared for replication activity. That is, the DBMS_REPCAT.PREPARE_INSTANTIATED_MASTER procedure has been run.
PREPARED : The propagation of deferred transactions is enabled from the new master site to other prepared masters, to existing masters, and to the master definition site. The new master is now prepared to participate in the replication environment.
|