GoldenGate, Streams and Distributed Database (MOSC)

MOSC Banner

GG - using SQLEXEC FILTER, EVENTACTIONS IGNORE only works when using STOP. is this expected bhvr?

TABLE M.ebt, &
SQLEXEC (ID lookup, &
QUERY "SELECT I_TYPE_CD FROM M.INST WHERE INST_ID = :CODE_PARAM", &
PARAMS ( CODE_PARAM = INST_ID ), BEFOREFILTER, TRACE ALL), &
FILTER ( ( @STRCMP ( @GETVAL ( lookup.i_type_cd ), 'TERM' ) ) = 0 ), &
EVENTACTIONS ( IGNORE RECORD, LOG INFO, STOP );
TABLE M.*;

looking to IGNORE record when match occurs, only working if STOP included, is this expected behavour?

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