I’ve told you a million times:
Always get the latest version of AutoUpgrade!
A while ago, AutoUpgrade even became available for direct download from Oracle.com. But it must be even easier.
Now, AutoUpgrade downloads the latest version of itself when you use the keywords RECOMMENDED or AU. Here’s an example:
global.global_log_dir=/home/oracle/autoupgrade-patching/log
global.keystore=/home/oracle/autoupgrade-patching/keystore
global.folder=/home/oracle/autoupgrade/patches
patch1.target_version=19
patch1.patch=RECOMMENDED
I start AutoUpgrade:
java -jar autoupgrade.jar -config download.cfg -mode download -patch
Conveniently, AutoUpgrade grabs the latest version after downloading the patches:
Connected to MOS - Searching for specified patches
-----------------------------------------------------
Downloading files to /home/oracle/autoupgrade/patches
-----------------------------------------------------
DATABASE RELEASE UPDATE 19.30.0.0.0(REL-JAN260130)
File: p38632161_190000_Linux-x86-64.zip - LOCATED
...
autoupgrade.jar 26.2 (February 2026)
File: autoupgrade.jar - LOCATED
-----------------------------------------------------
Simple and easy!
Other Tools
Besides AutoUpgrade, there are other important tools for Oracle AI Database.
Here’s a little sneak peek at what the next version of AutoUpgrade brings. Using this config file:
global.global_log_dir=/home/oracle/autoupgrade-patching/log
global.keystore=/home/oracle/autoupgrade-patching/keystore
global.folder=/home/oracle/autoupgrade/patches
patch1.target_version=19
patch1.patch=AHF,CVU,SQLCL
You’ll get the latest versions of:
- Autonomous Health Framework
- Cluster Verification Utility
- SQLcl
Leave a comment if you think there are other tools that AutoUpgrade should get for you.
