Incremental Load in Initial Load
edited Dec 27, 2013 8:37AM in GoldenGate, Streams and Distributed Database (MOSC) 3 commentsAnswered
Hi,
I want to load Incremental load via initial load. I create 1 ETL table and insert object name (EMP) and ETL_DATE (xxx), initial load run successful but no any data transfer.
TABLE scott.emp,SQLEXEC (id etl_date, query "select max(etl_date) output from scott.etl where object_name = 'EMP'", beforefilter , noparams),
filter (hiredate < @getval(etl_date.output));
Is there any person help to correct this query ?
0