GoldenGate, Streams and Distributed Database (MOSC)

MOSC Banner

Incremental load

edited Dec 31, 2013 3:30AM 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 ?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center