<<Back to DB Administration Main Page Creating and adjusting the config file for AutoUpgrade 19c Creating and adjusting the config file for AutoUpgrade 19c In this post I will show you , how you can create a simple AutoUpgrade config file and adjust it for a database upgrade. java -jar $OH19/rdbms/admin/autoupgrade.jar -create_sample_file config oracle@host1 :/oracle/software/autoupgrade/$ java -jar autoupgrade.jar -create_sample_file config Created sample configuration file /oracle/software/autoupgrade/sample_config.cfg sample output: cat /ora_stage/software/autoupgrade/sample_config.cfg # # Sample config file for AutoUpgrade # # build version 24.6.240905 # build date 2024/09/05 11:30:40 -0400 # # # Global configurations # # This directory will include the following: # (1) AutoUpgrade''s global directory # (2) Any logs, not directly tied to a job # (3) Config files # (4) progress.json and status.json global.autou...
A Blog to share interesting Database Facts and Experience.