Scripts for Upgrading Oracle Database
Oracle provides a set of tools and scripts for upgrades that you run before, during, and after upgrading.
Note:
Some of the scripts Oracle provides cannot be run in UPGRADE mode.
The following table lists the various scripts and tools with a description for each.
Table A-1 Upgrade, Post-Upgrade, and Downgrade Scripts
Script | Description |
---|---|
|
Must be run in UPGRADE mode. This script is used when upgrading a CDB. |
|
Parallel Upgrade Utility ( |
|
Shell script utility that calls the |
|
Shell scripts that call the catctl.pl script. These shell scripts are available with Oracle Database 12c release 2 (12.2) and later releases. The scripts enable you to enter the dbupgrade command at the shell command prompt. You can either run these scripts with default values, or you can run them with the same input parameters that you use to run catctl.pl from the Perl prompt. Use dbupgrade for Linux and UNIX systems, and dbupgrade.cmd for Windows systems.
|
|
This is the downgrade script, which is used in the procedure to downgrade to the earlier release from which you upgraded. |
|
Do not run in UPGRADE mode. Run this script only after upgrading. The |
|
The upgrade process runs this script for you; however, you can run the |
|
You must run this script, either through DBUA or manually, if you perform a manual upgrade. DBUA automatically runs Do not run this in UPGRADE mode. Run Caution: If you perform a manual upgrade, and you do not run |
|
The catuptabdata.sql script is run automatically by catuppst.sql to run ALTER TABLE UPGRADE on any Oracle-Maintained tables that are affected by changes to Oracle-Maintained types during the upgrade.
You can run the |
|
Do not run this script in UPGRADE mode. The If it is possible that you want to downgrade Oracle Database 18c to Oracle Database 11g (11.2), and you want to restore Oracle DB Control, then you must run See Also: Oracle Support document ID 1484775.1. |
|
The Caution: If you want to preserve the DB Control configuration and data to have the option of downgrading and restoring DB Control, then you must first follow the procedure for using |
|
Do not run this script in UPGRADE mode. The
|
|
The |
|
(Obsolete in 12.2 and later releases) The |
|
The |
|
Use |
|
The |
|
Run the You must run the User tables are not automatically upgraded to new versions of types during the database upgrade, so that you can run the upgrade with user tablespaces set to READ ONLY. |
Parent topic: Oracle Database Upgrade Utilities