Database management, Oracle, Security Clone Oracle Database configured with Oracle Key Vault (OKV) 27.03.2024 by Oracle Team How to clone an Oracle Database which is configured to store the TDE (encryption keys) in the Oracle Key Vault (OKV)(…)
Oracle Patching Oracle databases with Nutanix NDB 14.03.2024 by Marc Wagner A few years back I had the great opportunity to test Nutanix NDB, at that time called Nutanix Era, and I had written a few blogs about provisioning Oracle databases, taking snapshot, log catchup, cloning a database, restoring a database,(…)
Oracle Migration from Non-CDB to Multitenant : CDB is using local undo, but no undo tablespace found in the PDB 29.02.2024 by Marc Wagner During a past migration test from on-premises to ExaCC, I faced a pdb violation, stating, CDB is using local undo, but no undo tablespace found in the PDB, after having run noncdb_to_pdb.sql script. Explanation The problem comes from the fact(…)
Oracle Migration from Non-CDB to Multitenant : Wallet Key Needed 29.02.2024 by Marc Wagner I have been recently able to make several migration tests from On-Premises to Exadata, and during some of my tests I faced a PDB_PLUG_IN_VIOLATIONS with cause been “Wallet Key Needed” when converting a migrated Non-CDB to PDB. Explanation This violation(…)
Oracle Physical Online Migration to ExaCC with Oracle Zero Downtime Migration (ZDM) 25.02.2024 by Marc Wagner A while ago I had been testing and blogging about ZDM, see my previous articles. And I finally had the chance to implement it at one of our customer to migrate on-premise databases to Exadata Cloud @Customer. After having been(…)
Oracle Logical Offline Migration to ExaCC with Oracle Zero Downtime Migration (ZDM) 21.02.2024 by Marc Wagner A while ago I had been testing and blogging about ZDM, see my previous articles. And I finally had the chance to implement it at one of our customer to migrate on-premises database to Exadata Cloud @Customer. In this article(…)
Oracle Oracle ZDM Migration – java.security.InvalidKeyException: invalid key format 18.02.2024 by Marc Wagner ZDM tool migration requires SSH Passwordless Login without passphrase between ZDM Host, the source and the target. Configuring appropriate keys might still result in a java security exception on this one. In this blog I will tell you how to(…)
Database Administration & Monitoring, Oracle How to create a Backup Report in EM Cloud Control 13c 29.01.2024 by Oracle Team This blog describes how to create a backup report in Enterprise Manager 13c.
Oracle How to patch your ODA to 19.21? 24.01.2024 by Jérôme Dubar Introduction Patch 19.21 is now available for Oracle Database Appliance series. Let’s find out what’s new and how to apply this patch. What’s new? The most important new component is Linux 8. X10 series were already running on Linux 8(…)
Oracle What is the fastest method to connect to an Oracle database? 23.01.2024 by Clemens Bleile There are still applications around, which do connect to the database, do some stuff and then disconnect again. I.e. for each and every operation a logon to the database is necessary. This produces unnecessary overhead and is expressed in a(…)