Checks to Complete Before Upgrading Oracle Restart
Complete these preupgrade checks to avoid issues during the Oracle Restart upgrade process.
- Review the new features for the Oracle Restart release to which you want to upgrade.
 - 
                     
Ensure that you have all of the information you need for the upgrade. For example:
- 
                           
An Oracle base location for Oracle Restart.
 - 
                           
An Oracle Restart home location that is different from your existing Oracle Restart home.
 - 
                           
Privileged user operating system groups.
 - 
                           
rootuser access, to run scripts as therootuser during the upgrade. 
 - 
                           
 - 
                     
Unset the
$ORACLE_HOME,$ORACLE_BASE, and$ORACLE_SIDenvironment variables because these environment variables are used during the upgrade. For example, as thegriduser, run the following commands:For bash shell:
$ unset ORACLE_HOME $ unset ORACLE_BASE $ unset ORACLE_SIDFor C shell:
$ unsetenv ORACLE_HOME $ unsetenv ORACLE_BASE $ unsetenv ORACLE_SID - 
                     
Ensure that the installation owner user profile, such as
.profileor.cshrc, does not set any of these environment variables. - 
                     
Unset any environment variables, such as
ORA_NLS10andTNS_ADMIN, set for the installation owner user that is connected with the Oracle software homes. - 
                     
Ensure that the
$ORACLE_HOME/binpath is removed from your PATH environment variable. 
Related Topics
Parent topic: Preparing to Upgrade Oracle Restart