...
1. Switch to the session where the Dbvisit Replicate console is running and the replication can be seen to be progressing while Swingbench is running in the background.
No Format |
---|
/ Dbvisit Replicate 2.7.02.4333(MAX edition) - Evaluation License expires in 30 days
MINE IS running. Currently at plog 26 and SCN 527369 (08/12/2014 15:54:09).
APPLY IS running. Currently at plog 26 and SCN 527392 (08/12/2014 15:54:10).
Progress of replication dbvrep_XE:MINE->APPLY: total/this execution
--------------------------------------------------------------------------------------------------------------------------
REPOE.CUSTOMERS: 98% Mine:56/56 Unrecov:0/0 Applied:55/55 Conflicts:0/0 Last:12/08/2014 15:54:11/OK
REPOE.ADDRESSES: 100% Mine:55/55 Unrecov:0/0 Applied:55/55 Conflicts:0/0 Last:12/08/2014 15:54:11/OK
REPOE.CARD_DETAILS: 100% Mine:47/47 Unrecov:0/0 Applied:47/47 Conflicts:0/0 Last:12/08/2014 15:54:11/OK
REPOE.ORDER_ITEMS: 95% Mine:235/235 Unrecov:0/0 Applied:224/224 Conflicts:0/0 Last:12/08/2014 15:54:11/OK
REPOE.ORDERS: 93% Mine:195/195 Unrecov:0/0 Applied:182/182 Conflicts:0/0 Last:12/08/2014 15:54:11/OK
REPOE.INVENTORIES: 95% Mine:228/228 Unrecov:0/0 Applied:217/217 Conflicts:0/0 Last:12/08/2014 15:54:11/OK
REPOE.LOGON: 97% Mine:265/265 Unrecov:0/0 Applied:259/259 Conflicts:0/0 Last:12/08/2014 15:54:11/OK
--------------------------------------------------------------------------------------------------------------------------
7 tables listed.
dbvrep> |
Code Block | ||
---|---|---|
| ||
/ Dbvisit Replicate 2.7.02.433306(MAX edition) - Evaluation License expires in 30 days MINE IS running. Currently at plog 26 and SCN 527369 (08/12/2014 15:54:09). APPLY IS running. Currently at plog 26 and SCN 527392 (08/12/2014 15:54:10). Progress of replication dbvrep_XE:MINE->APPLY: total/this execution -------------------------------------------------------------------------------------------------------------------------- REPOE.CUSTOMERS: 98% Mine:56/56 Unrecov:0/0 Applied:55/55 Conflicts:0/0 Last:12/08/2014 15:54:11/OK REPOE.ADDRESSES: 100% Mine:55/55 Unrecov:0/0 Applied:55/55 Conflicts:0/0 Last:12/08/2014 15:54:11/OK REPOE.CARD_DETAILS: 100% Mine:47/47 Unrecov:0/0 Applied:47/47 Conflicts:0/0 Last:12/08/2014 15:54:11/OK REPOE.ORDER_ITEMS: 95% Mine:235/235 Unrecov:0/0 Applied:224/224 Conflicts:0/0 Last:12/08/2014 15:54:11/OK REPOE.ORDERS: 93% Mine:195/195 Unrecov:0/0 Applied:182/182 Conflicts:0/0 Last:12/08/2014 15:54:11/OK REPOE.INVENTORIES: 95% Mine:228/228 Unrecov:0/0 Applied:217/217 Conflicts:0/0 Last:12/08/2014 15:54:11/OK REPOE.LOGON: 97% Mine:265/265 Unrecov:0/0 Applied:259/259 Conflicts:0/0 Last:12/08/2014 15:54:11/OK -------------------------------------------------------------------------------------------------------------------------- 7 tables listed. dbvrep> |
...
In the above console output of the Replication Console the line numbers are shown for clarity reference and each line number relate relates to the following explanation:
- Shows the version number and the edition, edition of the software (LTD, XTD, or MAX), and the type of license.
- Shows the MINE process is running. Which PLOG sequence (which is the same as the redo log sequence) and SCN the MINE is processing and the database time related to the SCN
- Shows the APPLY process is running. Which PLOG sequence and SCN the APPLY is processing and the (source) database time related to the SCN
- Name of the replication
- Separator
- Replication statistics for table OEREPOE.CUSTOMER. The replication is at 99%98%. 1138 56 records have been mined. 1133 55 records have been applied. There are 0 conflicts.
- Replication statistics for table OEREPOE.ADDRESSES. The replication is at 99%100%. 1138 55 records have been mined. 1133 55 records have been applied. There are 0 conflicts.
- Replication statistics for table OEREPOE.CARD_DETAILS. The replication is at 99%100%. 1008 47 records have been mined. 1005 47 records have been applied. There are 0 conflicts.
- Replication statistics for table OEREPOE.ORDER_ITEMS. The replication is at 99%95%. 7615 235 records have been mined. 7596 224 records have been applied. There are 0 conflicts.
- Replication statistics for table OEREPOE.ORDERS. The replication is at 99%93%. 6143 195 records have been mined. 6127 182 records have been applied. There are 0 conflicts.
- Replication statistics for table OEREPOE.INVENTORIES. The replication is at 99%95%. 7468 228 records have been mined. 7450 217 records have been applied. There are 0 conflicts.
- Replication statistics for table OEREPOE.LOGON. The replication is at 99%97%. 7567 265 records have been mined. 7534 259 records have been applied. There are 0 conflicts.
- Separator
- Number of tables listed in the command console.
- The Replication Console command prompt.
Note | ||||||
---|---|---|---|---|---|---|
TIP 1 If the Dbvisit Replicate console is not running then:
|
Note | ||
---|---|---|
TIP 2 If there are many tables in the replication, then only a certain number of tables will be shown in the console. The number of active tables shown in the console is configurable with setting "STATUS_BAR_ACTIVE_TABLES". To get a list of all the tables in the replication, use the command:
The list progress report can be emailed automatically if notification is setup. The schedule when this report is sent is controlled by "NOTIFY_DAILY_LIST_PROGRESS_TIME24" |
Note | ||
---|---|---|
TIP 3 The statistics of the replication can be viewed with the following commands:
|
...