COMPUTER INFORMATION SYSTEMRédacteur : KOFFI FRANCKMODE OPERATOIREVersion 1.0UPGRADING DE ORACLE 11GgR2 A ORACLE 12cR1 SOUSORACLE LINUX 6.51/08/06/2016MODE OPERATOIREUPGRADING DE ORACLE 11GgR2 A ORACLE12cR1 SOUS ORACLE LINUX 6.5Document: StatutsA validerValidéVersionCrée / ModifiéParCommentaire1.030/05/2016KOFFI FRANCK KOUADIOINTRODUCTIONUpgradingtransforms an existing Oracle Database environment (including installed components and associatedapplications) into an Oracle Database 12c environment. The data dictionary for the database is upgraded to the newrelease. Upgrading does not directly affect user data; no data is touched, changed, or moved during an upgrade.Source EnvironmentServersrv-orcl11g-01.localdomainOracle SIDORCL11GVersion11.2.0.1.0PlatformLinux x86-64Intermediate Target EnvironmentServersrv-orcl11g-01.localdomainOracle SIDORCL11GVersion11.2.0.4.0PlatformLinux x86-64Target EnvironmentServersrv-orcl11g-01.localdomainOracle SIDORCL11GVersion12.1.0.2.0PlatformLinux x86-64
Supported Direct Upgrade Paths:Oracle Database 10g (10.2.0.5)Oracle Database 11g (11.1.0.7)Oracle Database 11g (11.2.0.2 )Oracle Database 11g (11.2.0.4 )Oracle Database 12g (12.1.0.2 )Upgrading Oracle Database 11.2.0.1 to 11.2.0.4 (Oracle 11g)We cannot upgrade directly from Oracle 11.2.0.1 to 12.1.0.2 so we need to upgrade to 11.2.0.4 before doing the 12c upgrade.Oracle Database 11gR2 (11.2.0.4) installation on Oracle Linux 6.5This part will to about oracle 11.2.0.4 patch installationIn this part, I’m going to install the Oracle Database 11g Release 2 (11.2.0.4) software on Oracle Linux 6.5,with instructions on how to apply the latest Patch Set Update (PSU) to your new Oracle home.Before you start, make sure your Linux server meets the minimum hardware requirements:1GB of RAM (plus appropriately sized swap space)4.5GB of disk space for the software installation1GB of disk space for your /tmp directorymake sure that the ‘oracle’ user has correct ownership of the /u01 mount point, and that the ‘oracle’ account has a password set.chown -R oracle:oinstall /u01chmod -R 775 /u01Package and OS requirementsIn this example, I’m meeting the package and Operating System requirements by running the following yum command (as root):yum install oracle-rdbms-server-11gR2-preinstallThis pre-install package will meet the necessary configuration tasks for you, and whilst the name implies it’s forinstalling Oracle Database Server 11gR2 software, it’s also a useful starting point to prepare your system for installingother Oracle software.Also, make sure that the ‘/etc/hosts’ file contains a Fully Qualified Domain Name (FQDN) for your server, for example:[[email protected] ~]# cat /etc/hosts127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4::1 localhost localhost.localdomain localhost6 localhost6.localdomain6192.168.48.150 srv-orcl11g-01.localdomain srv-orcl11g-01[[email protected] ~]#Check your linux OS system