...
No Format |
---|
|
SQL> conn system/manager@target
Connected.
SQL> select * from repoe.tables
minus
select * from repoe.tables@source
union all
select * from repoe.tables@source
minus
select * from repoe.tables
/
no rows selected
SQL> |
Cleaning up
Lets drop the created table on source database:
No Format |
---|
|
SQL> conn repoe/repoe@source
Connected.
SQL> drop table repoe.tables;
Table dropped. |
From the dbvrep console, you can see, that the table disappeared from the output list:
No Format |
---|
|
\ Dbvisit Replicate 2.8.04(MAX edition) - Evaluation License expires in 29 days
MINE is running. Currently at plog 33 and SCN 827460 (06/09/2017 00:34:39).
APPLY is running. Currently at plog 33 and SCN 827430 (06/09/2017 00:34:33).
Progress of replication replicate:MINE->APPLY: total/this execution
--------------------------------------------------------------------------------------------------------------------------------------------
REPOE.CARD_DETAILS: 100% Mine:1/1 Unrecov:0/0 Applied:1/1 Conflicts:0/0 Last:08/06/2017 22:04:48/OK
--------------------------------------------------------------------------------------------------------------------------------------------
1 tables listed. |
The table was dropped on source, this command was replicated to target database and finally, it was unprepared from the Replication.