1.2 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.
-
-
Unset the
%ORACLE_HOME%
,%ORACLE_BASE%
, and%ORACLE_SID%
environment variables because these environment variables are used during the upgrade. For example, as thegrid
user, run the following commands:SET ORACLE_HOME="" SET ORACLE_BASE="" SET ORACLE_SID=""
-
Set the value of the
TNS_ADMIN
variable under environment variables toNULL
. -
Unset the
PATH
environment variable:- Right-click My Computer, and select Properties.
- Select the Advanced system settings option in the right pane.
- Select the Environment Variables option in the Advanced tab.
- Select the
Path
variable and click Edit. - Click Delete in the Edit environment variable window, and click OK to confirm.
Related Topics
Parent topic: Preparing to Upgrade Oracle Restart