Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: command didn't match stdout output

...

No Format
languagesql
[oracle@source replicate]$ sqlplus repoe/repoe@TARGETrepoe@SOURCE
REPOE@SOURCE> create table repoe.tables as select * from user_tables;

Table created.

...

No Format
languagesql
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
languagesql
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
languagesql
\ 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.