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(…)
Cloud Creating an Oracle Cloud Infrastructure VM Using the CLI 02.03.2026 by Julien Delattre Oracle Cloud Infrastructure (OCI) provides an easy-to-use command line interface named oci, with which you can do a lot of administrative tasks. Let’s see in this blog how to create virtual machines in OCI with this. Setting(…)
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(…)
MongoDB DMK 2.4.0 : new features 13.02.2026 by Julien Delattre In this blog, I will present the new features introduced with the latest release (2.4.0) of the MongoDB DMK. The DMK is a set of standardized tools that aims at easing the work of DBAs by having dbi’s(…)
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.