GoldenGate, Streams and Distributed Database (MOSC)

MOSC Banner

@IF condition error

edited Aug 24, 2018 6:40PM in GoldenGate, Streams and Distributed Database (MOSC) 3 commentsAnswered ✓
Replicat is abending saying that mapping is in error.
Here is the error message:
ERROR   OGG-01334  Error mapping data from DBO.GGFUNCTIONS to DBO.GGFUNCTIONS.state_val in function IF.


Can you tell me whats wrong with this statement?
MAP DBO.ggfunctions, TARGET DBO.ggfunctions
COLMAP (USEDEFAULTS, 
state_val = @IF (state = "GA" OR state = "FL", "TRUE", "FALSE"));
 

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