September 2013
Intermediate to advanced
362 pages
7h 56m
English
This recipe will show you how to verify data transfer on a target system.
For this recipe we will use the continuous replication setup for the SCOTT schema done in Setting up a simple GoldenGate replication configuration between two single node databases earlier in this chapter.
Perform the following steps in the source database:
SQL> select * from EMP where sal>3000; EMPNO ENAME JOB MGR HIREDATE SAL COMM DEPTNO ----- ----- --- --- -------- --- ---- ------ 7839 KING PRESIDENT 17-NOV-81 5000 10
SQL> update SCOTT.EMP ...
Read now
Unlock full access