-
Simplifying Oracle Database Appliance Configuration with odaconfigcli
With the release of Oracle Database Appliance (ODA) software 19.26, Oracle introduced a brand-new utility: odaconfigcli. This tool is designed to make configuration collection and troubleshooting easier for administrators managing ODA deployments. What is odaconfigcli? Traditionally, ODA admins had to rely on a mix of logs, manual commands, and odacli outputs to capture system details…
-
Fixing High %IRQ and Disk Utilization in Oracle RAC Labs: Why I Moved from Windows 11 to Linux
Introduction When I built my new desktop for Oracle RAC practice, I expected smooth sailing. Instead, I ran into persistent issues: high %irq, high %system CPU, and 100% disk utilization whenever I ran my RAC lab inside Oracle VirtualBox on Windows 11. Even simple RAC test workloads caused the VM guests to lag. Tools like…
-
Integrating SNMP with Oracle Direct NFS (dNFS): Why SNMPv3 Is Not Supported
Oracle Direct NFS (dNFS) is widely used for high-performance NFS I/O between Oracle databases and storage systems. When using Hybrid Columnar Compression (HCC) with dNFS on Oracle ZFS Storage Appliance (ZFSSA) or similar devices, Oracle relies on SNMP queries to validate that the storage system supports the required features. As organizations move toward stricter security…
-
ACFS Replication Based On Tagging
ACFS tagging plays a crucial role in optimizing ACFS replication. Instead of duplicating an entire mount point tagging allows administrators to selectively replicate only specific files or directories. During the initial replication setup on the primary system, tags can be assigned to define the scope of data to be replicated. These tags can also be…
-
Oracle GoldenGate Microservices Failing to Start via XAG
A few days back, I set up Oracle GoldenGate Microservices on: This database is vital for real-time data synchronization, and Oracle GoldenGate is the preferred solution for such requirements. It’s a very popular product nowadays for data replication and synchronization across environments. Personally, I appreciate and highly value Oracle GoldenGate for its robustness and capabilities…
-
OPATCHAUTO-72043 -Failed to apply the Patch
Some time ago, I attempted to apply a patch to upgrade my 2-node Oracle RAC Grid Infrastructure from version 19.24 to 19.27. However, I encountered the following error: SEVERE [1] com.oracle.glcm.patch.auto.OPatchAuto – OPatchAuto failed.> com.oracle.glcm.patch.auto.OPatchAutoException: OPATCHAUTO-72043: Patch collection failed.> OPATCHAUTO-72043: Failed to create bundle patch object.> OPATCHAUTO-72043: Please verify the patch supplied.> at com.oracle.glcm.patch.auto.db.integration.model.plan.PatchingProcessInitializer.initializePatchPackageBag(PatchingProcessInitializer.java:97)> at…
-
How ToResolved a Duplicate Diskgroup Issue in Oracle RAC 19c (19.27)
Recently, I encountered a situation in a 2-node Windows RAC 19c environment running the latest 19.27 Grid Infrastructure version.I had added a disk back using the force option. However, I mistakenly did not specify the disk name, which resulted in the creation of a duplicate disk associated with a new disk group (Group Number 0).…
