Martin Bach
-
Vagrant tips’n’tricks: changing /etc/hosts automatically for Oracle Universal Installer
Oracle Universal Installer, or OUI for short, doesn’t at all like it if the hostname resolves…
-
Tips’n’tricks: finding the (injected) private key pair used in Vagrant boxes
In an earlier article I described how you could use SSH keys to log into a…
-
Tips’n’tricks: understanding “too many authentication failures” in SSH
Virtualbox VMs powered by Vagrant require authentication via SSH keys so you don’t have to provide…
-
Ansible Tips’n’tricks: rebooting Vagrant boxes after a kernel upgrade
Occasionally I have to reboot my Vagrant boxes after kernel updates have been installed as part…
-
orachk can now warn about unwanted cleanup of files in /var/tmp/.oracle
Some time ago @martinberx mentioned on twitter that one of his Linux systems suffered from Clusterware…
-
Ansible tips’n’tricks: executing a loop conditionally
When writing playbooks, I occasionally add optional tasks. These tasks are only executed if a corresponding…
-
Dead Connection Detection (DCD) and the Oracle database
Dead Connection Detection is a useful feature of the Oracle database: it allows for the cleanup…
-
Little things worth knowing: keeping enq: TM enqueue at bay during direct path inserts
Direct path inserts are commonly found in processing where data are shifted from one source to…
-
ORA-14300 partitioning key maps to a partition outside maximum permitted number of partitions and NULLs
While researching interval partitioning in Oracle 19c I came across a phenomenon I had already solved…
-
sqlldr, direct path loads and concurrency in 12.2 and later
In my previous post I showed you that Oracle’s SQL loader (sqlldr) utility has a built-in…