Questions:
- What is the best way to upgrade to the latest version of Oracle?
- For Oracle 13c, which tool or technology does Oracle use to upgrade the database?
When you install oracle, you will probably have an Oracle11g, 12c database that you wish to migrate along with the installation.
This lesson shows you how to perform such an upgrade. There are many possible ways to do this, but for this demonstration we will choose most of the default selections. However, as we proceed, we will point out where you can make customized changes. This Slideshow illustrates the general flow of the installation process. More specifically, it will show you how to upgrade from Oracle8 to Oracle. The platform we are using is Windows NT; most platforms will look identical to this because the Universal Installer is Java based. It is possible to run this kind of
installation in a silent mode,
where all responses are predefined.
Distributed databases have become almost commonplace in business systems. One of the problems with distributed databases is that you sometimes do not have a skilled Database Administrator (DBA) at every site. When it is time to upgrade your remote database, someone must tell the installation process what to do. Oracle Universal Installer lets you predefine the answers to questions that are usually defined during the installation process. Copy the example response file from the installation CD-ROM, customize it as needed, and then tell the Universal to use it. In Windows, the command for a silent installation is:
setup.exe -responseFilefilename -silent
On Solaris, the command is:
runInstaller -responseFile filename -silent
Replace filename with the name of the file that actually contains the predefined responses you need.
The following
series of images provide legacy documentation for upgrading Oracle.