Oracle 19c: Datapatch Fails with ORA-29532 after applying 19.28 RU

This exact scenario is on a Solaris sparc server without GI/HAS where we upgraded from 19.27 to 19.28. and a DB with CDB/PDB’s. Binary patching all went ok as expected: But at the time of running datapatch, it fails with this error: Nothing really clear on PDB_PLUG_IN_VIOLATIONS: Issue looks very similar to “19.28 OJVMRU Datapatch... » read more

Fedora 42: Kernel Panic After Upgrade

Recently I upgraded my fedora server from version 40 to 42 and upgrade: sudo dnf upgrade --refreshsudo dnf system-upgrade download --releaserver=42sudo dnf system-upgrade reboot But on the last reboot post upgrade, error and kernel panic: initramfs-6.15.7-200.fc42.x86_64.img not found error! Apparently, upgrading to Fedora 42, and for every kernel update afterwards, initramfs is not created and... » read more

Oracle 23ai: How to create a True Cache

True Cache is an in-memory, read-only replica database, similar to Oracle Active Data Guard but without disk storage. On this activity we are going to create a True Cache DB but I’m limited to the memory of my lab and I can not create a huge DB to test, so DB needs to be small.We... » read more

Oracle Linux 8: Block Device Names changing

Today I went to start a db on my Oracle Linux 8 server and had this error: Checking the database filesystem, I see the contents are from /boot: What is happening?? This behavior matches “Oracle Linux: Kernel Block Device Names changing, Order Became Non-deterministic (Doc ID 2899803.1)” so I did: done! Post Views: 1,659