Hi,
When you add and start Goldengate extract process, you may get ” OGG-10144 Parameter [INTEGRATEDPARAMS] is not valid for this configuration | OGG-01668 PROCESS ABENDING. ” error during the Extract start.
Details of error are as follows.
Source Context : SourceModule : [ggparam.util] SourceID : [/scratch/jkrath/view_storage/jkrath_ogg12fbo/oggcore/OpenSys/src/gglib/ggparam/paramutil.cpp] SourceFunction : [generate_msg] SourceLine : [895] 2020-02-06 15:22:30 ERROR OGG-10144 (e01msd.prm) line 23: Parameter [INTEGRATEDPARAMS] is not valid for this configuration. Source Context : SourceModule : [ggparam.util] SourceID : [/scratch/jkrath/view_storage/jkrath_ogg12fbo/oggcore/OpenSys/src/gglib/ggparam/paramutil.cpp] SourceFunction : [generate_msg] SourceLine : [895] 2020-02-06 15:22:30 ERROR OGG-10144 (e01msd.prm) line 15: Parameter [INTEGRATEDPARAMS] is not valid for this configuration. 2020-02-06 15:22:30 ERROR OGG-01668 PROCESS ABENDING.
Extract was added as follows.
ADD EXTRACT e01msd, TRANLOG, BEGIN NOW, THREADS 2
But this is the method of Classic extract, so we got the following error.
2020-02-06 15:22:30 ERROR OGG-10144 (e01msd.prm) line 15: Parameter [INTEGRATEDPARAMS] is not valid for this configuration. 2020-02-06 15:22:30 ERROR OGG-01668 PROCESS ABENDING.
If you used Integrated Capture in your Parameter file, you need to add your Goldengate process as Integrated as follows.
ADD EXTRACT E01MSD INTEGRATED TRANLOG, BEGIN NOW
When i add and start extract as follows, problem has been solved.
ADD EXTRACT E01MSD INTEGRATED TRANLOG, BEGIN NOW
Do you want to learn Oracle Goldengate, then read the following articles.
https://ittutorial.org/goldengate-tutorials-oracle-for-beginners/