Oracle USERID Syntax Warning in GoldenGate Migration Utility 12.03.2026 by Julien Delattre When running the GoldenGate migration utility, which I presented in a 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.
Oracle Save your credential store before patching GoldenGate ! 17.02.2026 by Julien Delattre I recently had an issue with the GoldenGate credential store at a customer when patching a GoldenGate 19c setup with the latest 19.30 patch. Since it is not the first time that I have encountered this problem, I figured(…)
Oracle OGG-08116 when creating a connection with GoldenGate REST API 09.02.2026 by Julien Delattre When playing around with the GoldenGate REST API, you might have encountered the OGG-08116 error. It happens when using the Create Connection REST API call, with the following endpoint given in the GoldenGate documentation.
Oracle Debugging GoldenGate Veridata Agents 02.02.2026 by Julien Delattre A crucial step after installing a Veridata server is to set up Veridata agents. And, as mentioned in a previous blog post about GoldenGate Veridata installation, Oracle didn’t bother to indicate when an agent is(…)
Oracle GoldenGate REST API basics with Python 29.01.2026 by Julien Delattre Oracle GoldenGate REST API has been around for quite some time now, but I’ve yet to see it used in practice at customers. Every time I tried to introduce it, it was some sort of novelty. Mainly because DBAs(…)