Oracle Deployment Creation INS-85037 Error With GoldenGate 26ai for DB2 z/OS 26.03.2026 by Julien Delattre Among all the automation I was doing around a GoldenGate installation for DB2, I recently ended up with an INS-85037 error when running the configuration assistant oggca.sh. And because this error is quite common and has many different possible(…)
Oracle Creating Path Connections with GoldenGate REST API 23.03.2026 by Julien Delattre When automating your GoldenGate deployment management, you might want to create path connections with the GoldenGate REST API. This is an important aspect when connecting GoldenGate deployments with distribution paths. A first step towards this is to create a(…)
Oracle Credential Errors (OGG-15409) with GoldenGate Migration Utility 19.03.2026 by Julien Delattre The GoldenGate migration utility provided by Oracle allows you to quickly upgrade your classic architecture into GoldenGate 26ai with Microservices Architecture. But even after some updates, it still has a few bugs, as I explained(…)
Oracle OGG-12020 Payload Error in GoldenGate Migration Utility 16.03.2026 by Julien Delattre While migrating a GoldenGate classic architecture setup with the migration utility, I recently had the following OGG-12020 error: [ERROR] OGG-12020 - The request payload for 'POST /services/v2/config/files/ext.prm' is not defined as an object It(…)
Oracle USERID Syntax Warning in GoldenGate Migration Utility 12.03.2026 by Julien Delattre When running the GoldenGate migration utility, which I presented in an previous blog post, you might encounter the following warning on USERID syntax: WARNING: USERID/PASSWORD parameter is no longer supported and(…)
Oracle OGG-08048 after patching GoldenGate: explanations and solutions 09.03.2026 by Julien Delattre When patching GoldenGate Classic Architecture, you might encounter an OGG-08048 error when restarting your extracts and replicats. OGG-08048: Failed to initialize timezone information. Check location of ORACLE_HOME. What should you do exactly, and how do you avoid this(…)
Oracle Create a new GoldenGate deployment with the REST API 05.03.2026 by Julien Delattre Is it possible to create a new GoldenGate deployment with the REST API ? This is the question I will try to answer in this blog, based on my experience with the REST API. I will dive in what(…)
Oracle Relocate trail files with convchk when migrating GoldenGate to the Microservices Architecture 27.02.2026 by Julien Delattre Depending on the location of your GoldenGate trail files, you might have to use the convchk utility to relocate them before migrating to the Microservices Architecture. Oracle has the following restrictions for using the(…)
Oracle Production-ready GoldenGate REST client in Python 23.02.2026 by Julien Delattre Updated in June 2026, based on the latest version of the client. In this blog, I provide GoldenGate administrators with a fully working, production-ready Python client to efficiently handle GoldenGate REST API calls. From extract creation to user(…)
Oracle Querying GoldenGate REST API log efficiently 20.02.2026 by Julien Delattre In this blog post, I will guide you on how to query the restapi.log file of your GoldenGate deployments more efficiently. These logs are a valuable source of information for GoldenGate administrators but are unfortunately not easy to analyze.