Introduction Oracle 19c is the Long-Term Support (LTS) release in Oracle's database roadmap, so with 12c now past its extended support window, upgrading is less optional than it used to be. Beyond staying supported, 19c brings performance and stability improvements that make the move worthwhile on its own. This is the first post in a four-part series covering the ways to get a database from 12c to 19c, starting with the most common route: DBUA. Methods of Upgrade Across this series, we'll cover four ways to perform the upgrade: Using DBUA (Database Upgrade Assistant) Using the manual method Using autoupgrade.jar Using RMAN and catctl.pl DBUA is the GUI-driven option and the one most DBAs reach for first, since it handles prechecks, fixups, and the catalog upgrade through a single wizard with minimal manual intervention. This article walks through that path step by step. Prerequisites 12c binary installed with the database. 19c binary installed without a datab...