#oracle
9 posts
Deployment Creation INS-85037 Error With GoldenGate 26ai for DB2 z/OS
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
OGG-08048 after patching GoldenGate: explanations and solutions
When patching GoldenGate Classic Architecture, you might encounter an OGG-08048 error when restarting your extracts and replicats. What should you do exactly, and how do you avoid this error in the
Creating an Oracle Cloud Infrastructure VM Using the CLI
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
OGG-10556 when starting extract from GoldenGate 23ai web UI
Another day, another not-so-documented GoldenGate error, this time about the OGG-10556 error, which I had when setting up replication on a new GoldenGate installation. After making changes from the
Extend Session Timeout in GoldenGate Microservices Web UI
If you start using the GoldenGate web UI after installing it, you might end up thinking that extending the session timeout would be nice. Since there is no clear Oracle documentation on that matter,
OGG-00423 when performing initial load with GoldenGate 23ai
Very quick piece of blog today to tackle the OGG-00423 error. There is not much information online on the matter, and the official Oracle documentation doesn't help. If you ever stumble upon an
ORA-44001 when setting up GoldenGate privileges on a CDB
I was recently setting up GoldenGate for a client when I was struck by a ORA-44001 error. I definitely wasn't the first one to come across this while playing with grants on GoldenGate users, but
GoldenGate 23ai Installation: Graphic and Silent Mode Comparison for Automation
Automating Oracle installations can sometimes be daunting, given the long list of parameters available. We'll compare both graphic and silent installations of GoldenGate 23ai, focusing on building
Using Oracle API for MongoDB on OCI
If you've ever had to deal with MongoDB after years (or even decades) of working with SQL, you've probably realized that querying JSON documents can sometimes be painful, to say the least. In