In case you missed the previous posts: This post covers the migration of a 19c database from a non-CDB to a PDB in the multitenant architecture. When planning an upgrade to 23ai, some customers prefer a two-step approach: first migrating to the multitenant architecture, then upgrading to 23ai. First Step Remember to always download the latest AutoUpgrade…
ORA-20401: Authorization failed for URI using Auth Token
Hi, During some tests with object storage and SQL*Loader, I came across an issue. As usual, I created the credentials in the database: However, when I attempted to list the files from my bucket, I received the following error: After checking MOS, I found a relevant note discussing the use of an API Key: ‘ORA-20401:…
Upgrade from 19c to 23ai using AutoUpgrade – Oracle Base Database service (BaseDB)
Oracle recently announced the ability to upgrade your Grid Infrastructure and database on the Oracle Base Database Service from 19c to 23c. You can find more details about this update here and here. However, some people have asked if they can use AutoUpgrade to upgrade the database. The short answer is yes, but there are…
Upgrade from 19c to 23ai using AutoUpgrade – Exadata Database Service on Dedicated Infrastructure (ExaDB-D) or Exadata Database Service on Cloud@Customer (ExaC@C) – Part 7 – Fallback options – Downgrade
In case you missed the previous posts: In Part 3, I covered the process of performing a traditional upgrade from a 19c PDB to 23ai.In Part 5, I covered the process of performing a traditional upgrade from a 19c PDB to 23ai with the fallback to 19c option when you duplicate the pdb datafiles.Now, I’ll demonstrate how to fallback from 23ai to 19c using catdwgrd.sql / dbdowngrade.This technique has one caveat: It requires the…
Upgrade from 19c to 23ai using AutoUpgrade – Exadata Database Service on Dedicated Infrastructure (ExaDB-D) or Exadata Database Service on Cloud@Customer (ExaC@C) – Part 6 – Fallback options – Create a 23ai Database with Compatible set to 19c
In case you missed the previous posts: As mentioned in a previous post, I was working on a workaround to have a 23ai database created with the Compatible parameter set to 19. Having the Compatible set to 19, you will be able to use some of the known techniques to rollback the database upgrade, including:…
Upgrade from 19c to 23ai using AutoUpgrade – Exadata Database Service on Dedicated Infrastructure (ExaDB-D) or Exadata Database Service on Cloud@Customer (ExaC@C) – Part 5 – Fallback options – target_pdb_copy_option
In case you missed the previous posts: In Part 3, I covered the process of performing a traditional upgrade from a 19c PDB to 23ai.Now, I’ll demonstrate how to fallback from 23ai to 19c using AutoUpgrade with target_pdb_copy_option.The only caveat with this technique is that it requires additional space to duplicate your PDB. Let’s create…
Upgrade from 19c to 23ai using AutoUpgrade – Exadata Database Service on Dedicated Infrastructure (ExaDB-D) or Exadata Database Service on Cloud@Customer (ExaC@C) – Part 4 – Fallback options
In case you missed the previous posts: When upgrading Oracle Databases in Oracle Cloud, there are several fallback options to ensure minimal risk and maximum reliability during the upgrade process. These options provide flexibility and safeguards in case the upgrade needs to be reverted or issues arise. Honestly, in 23 years of consulting, I never…
CPAT New Features (December-2024) – Cloud Premigration Advisor Tool – Part 6
Oracle CPAT serves as the single source of truth for Oracle Database migrations. We are continuously enhancing the tool to incorporate more comprehensive information and provide an even better experience for users. Let me walk you through some of the new features now available in CPAT. Source Cloud Vendor: CPAT will try to identify the…
Upgrade from 19c to 23ai using AutoUpgrade – Exadata Database Service on Dedicated Infrastructure (ExaDB-D) or Exadata Database Service on Cloud@Customer (ExaC@C) – Part 3 – 19c PDB to 23ai
In case you missed the previous posts: This post will cover the traditional upgrade from a 19c pdb to 23ai.I’ll also rename the PDB to demonstrate this capability. Why should I use AutoUpgrade? It’s worth mentioning that the same steps can be applied if you’re using Oracle Exadata Database Service on Cloud@Customer (ExaCC). What you can do:…
Upgrade from 19c to 23ai using AutoUpgrade – Exadata Database Service on Dedicated Infrastructure (ExaDB-D) or Exadata Database Service on Cloud@Customer (ExaC@C) – Part 2 – Non-CDB 19c to 23ai PDB
In case you missed the previous post: Part 1 – Refreshable Clone PDBs This post will cover the traditional upgrade from a non-cdb 19c to 23ai pdb.You can also use the same approach to upgrade from 19c pdb to 23ai. Why should I use AutoUpgrade? One thing to point out is you can use the same…