SlideShare a Scribd company logo
Step By Step Upgrade oracle 11.2.0.3 to Database 12c
Osama Mustafa Page 1
Step By Step To Upgrade oracle 11.2.0.3 to Database 12c
About the author
Name: Osama Mustafa
Osama Mustafa is a database specialist, Oracle ACE , Certified Oracle Professional (10g, 11g),
Certified Ethical hacker (Penetration testing), and Sun System Administrator, author of book
Oracle Penetration Testing.
Osama currently works as an Oracle Instructor in the Middle East. He also works on
troubleshooting and the implementation of database projects.
He spends his free time on Oracle OTN forums and publishes many articles, including Oracle
database articles.
Twitter: @osamaoracle
LinkedIn: Osama Mustafa
Blog: http://osamamustafa.blogspot.com
Step By Step Upgrade oracle 11.2.0.3 to Database 12c
Osama Mustafa Page 2
Upgrade Oracle Database 11.2.0.3 to 12c
Operating system: Red-hat 6 updates 4
Note : The concepts on windows are the same.
There are two ways to upgrade oracle database:
 DBUA
 Manual ( will take about this later )
Upgrade Oracle Database 11.2.0.3 to oracle Database 12c using DBUA:
1- Make sure the database version supports direct upgrade.
2- Download the 12c Software depend on operating system.
3- Unzip downloaded software.
4- After Install Oracle database 12c Media, Fire ./runInstaller and Install Software Only.
5- Now you need to run dbua command from oracle database 12c .
6- Copy the Pre-Upgrade Information Tool (utlu112i.sql) from oracle 12c home
$ORACLE_HOME/rdbms/admin , execute on it database 11g
SQL> SPOOL upgrade_infomation.log
OPTIONAL: YOU CAN RUN EMDWGRD , EMDWGRD UTILITY CAN BE USED TO KEEP A COPY OF YOUR DATABASE CONTROL
FILES AND DATA BEFORE UPGRADING YOUR DATABASE. THE EMDWGRD UTILITY RESIDES IN THE ORACLE_HOME/BIN
DIRECTORY IN THE ORACLE DATABASE 12C HOME, AND YOU CAN USE IT LIKE THE BELOW:
SINGLE NODE:
EMDWGRD -SAVE -SID <SID-FOR-UPGRADE-DATABASE> -PATH <LOCATION-FOR-BACKUP-FILES>
REAL APPLICATION CLUSTER:
EMDWGRD -SAVE -SID <SID-FOR-UPGRADE-DATABASE> -PATH <LOCATION-FOR-BACKUP-FILES>
Step By Step Upgrade oracle 11.2.0.3 to Database 12c
Osama Mustafa Page 3
SQL> @utlu112i.sql
SQL> SPOOL OFF
Check the below screens:
Step By Step Upgrade oracle 11.2.0.3 to Database 12c
Osama Mustafa Page 4
Step By Step Upgrade oracle 11.2.0.3 to Database 12c
Osama Mustafa Page 5
Step By Step Upgrade oracle 11.2.0.3 to Database 12c
Osama Mustafa Page 6
Two warnings appear while upgrade:
1- EM Warning :
[oracle@upgrade Desktop]$ cd /u01/app/oracle/product/12.0.1/db_home1/
[oracle@upgrade db_home1]$ cd rdbms/admin/
[oracle@upgrade admin]$ cp emremove.sql /u01/
[oracle@upgrade admin]$ cd /u01/
[oracle@upgrade u01]$ sqlplus / as sysdba
SQL> @emremove.sql
old 69: IF (upper('&LOGGING') = 'VERBOSE')
new 69: IF (upper('VERBOSE') = 'VERBOSE')
PL/SQL procedure successfully completed.
2-DBMS LDAP dependencies exist ignore it
Step By Step Upgrade oracle 11.2.0.3 to Database 12c
Osama Mustafa Page 7
Step By Step Upgrade oracle 11.2.0.3 to Database 12c
Osama Mustafa Page 8
Step By Step Upgrade oracle 11.2.0.3 to Database 12c
Osama Mustafa Page 9
Step By Step Upgrade oracle 11.2.0.3 to Database 12c
Osama Mustafa Page 10
Step By Step Upgrade oracle 11.2.0.3 to Database 12c
Osama Mustafa Page 11
Step By Step Upgrade oracle 11.2.0.3 to Database 12c
Osama Mustafa Page 12
Step By Step Upgrade oracle 11.2.0.3 to Database 12c
Osama Mustafa Page 13
Step By Step Upgrade oracle 11.2.0.3 to Database 12c
Osama Mustafa Page 14
Step By Step Upgrade oracle 11.2.0.3 to Database 12c
Osama Mustafa Page 15
Finally you can remove old ORACLE_HOME for 11.2.0.3 using $ORACLE_HOME/deinstall
[oracle@upgrade deinstall]$ ./deinstall
Checking for required files and bootstrapping ...
Please wait ...
Location of logs /u01/app/oraInventory/logs/
The below are small section of deinstall output :
############ ORACLE DEINSTALL & DECONFIG TOOL START ############
######################## CHECK OPERATION START #########################
## [START] Install check configuration ##
Checking for existence of the Oracle home location /u01/app/oracle/product/11.2.0/db_2
Oracle Home type selected for deinstall is: Oracle Single Instance Database
Oracle Base selected for deinstall is: /u01/app/oracle
Checking for existence of central inventory location /u01/app/oraInventory
Checking for sufficient temp space availability on node(s) : 'upgrade'
## [END] Install check configuration ##
Fix .bash_profile to export your new ORACLE_HOME
Step By Step Upgrade oracle 11.2.0.3 to Database 12c
Osama Mustafa Page 16
[oracle@upgrade bin]$ ./sqlplus / as sysdba
SQL*Plus: Release 12.1.0.1.0 Production on Tue Jul 2 15:01:22 2013
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> select instance_name from v$instance ;
INSTANCE_NAME
----------------
Orcl
Congratulation you upgrade database

More Related Content

What's hot (20)

PDF
Install oracle grid infrastructure on linux 6.6
Osama Mustafa
 
PDF
Installing oracle timesten database On Linux
Osama Mustafa
 
PDF
12c on RHEL7
Osama Mustafa
 
PPTX
Eouc 12 on 12c osama mustafa
Osama Mustafa
 
PDF
Install oracle solaris 11.2 using gui
Osama Mustafa
 
PDF
Pluggable database 3
Osama Mustafa
 
PDF
Oracle api gateway installation as cluster and single node
Osama Mustafa
 
PDF
12c installation
Osama Mustafa
 
PDF
Install oracle siebel on windows 2008 r2
Osama Mustafa
 
PDF
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Osama Mustafa
 
PDF
Oracle autovue
Osama Mustafa
 
PDF
Pluggable database tutorial 2
Osama Mustafa
 
PDF
Oracle Linux 7 Beta First Look (Installations)
Osama Mustafa
 
PDF
How to add storage to esxi 5.5
Osama Mustafa
 
PDF
Steps to Create odbc connection linux
Osama Mustafa
 
PDF
Deploy agent in em12c
Osama Mustafa
 
PDF
Install and upgrade Oracle grid infrastructure 12.1.0.2
Biju Thomas
 
PDF
61 Rac
Emanuel Mateus
 
PDF
Step by Step Restore rman to different host
Osama Mustafa
 
PDF
141 Rac
Emanuel Mateus
 
Install oracle grid infrastructure on linux 6.6
Osama Mustafa
 
Installing oracle timesten database On Linux
Osama Mustafa
 
12c on RHEL7
Osama Mustafa
 
Eouc 12 on 12c osama mustafa
Osama Mustafa
 
Install oracle solaris 11.2 using gui
Osama Mustafa
 
Pluggable database 3
Osama Mustafa
 
Oracle api gateway installation as cluster and single node
Osama Mustafa
 
12c installation
Osama Mustafa
 
Install oracle siebel on windows 2008 r2
Osama Mustafa
 
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Osama Mustafa
 
Oracle autovue
Osama Mustafa
 
Pluggable database tutorial 2
Osama Mustafa
 
Oracle Linux 7 Beta First Look (Installations)
Osama Mustafa
 
How to add storage to esxi 5.5
Osama Mustafa
 
Steps to Create odbc connection linux
Osama Mustafa
 
Deploy agent in em12c
Osama Mustafa
 
Install and upgrade Oracle grid infrastructure 12.1.0.2
Biju Thomas
 
Step by Step Restore rman to different host
Osama Mustafa
 

Viewers also liked (11)

PDF
Using VirtualBox - Learn Oracle Database 12c and EBS R12
Biju Thomas
 
PPT
D17316 gc20 l01_overview
Moeen_uddin
 
PPTX
All (that i know) about exadata external
Prasad Chitta
 
PPTX
Aphorisms on Information Technology & Systems
Prasad Chitta
 
PPTX
Oracle12c data guard farsync and whats new
Nassyam Basha
 
PDF
Oracle Exadata 1Z0-485 Certification
Exadatadba
 
PPT
PDoolan Oracle Overview PPT Version
Peter Doolan
 
PDF
Enable Mobile Apps Designer in OBIEE
Osama Mustafa
 
PDF
Erp installation r12.2
Osama Mustafa
 
PDF
J2ee user managment using dwh builder
Osama Mustafa
 
DOCX
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
ginniapps
 
Using VirtualBox - Learn Oracle Database 12c and EBS R12
Biju Thomas
 
D17316 gc20 l01_overview
Moeen_uddin
 
All (that i know) about exadata external
Prasad Chitta
 
Aphorisms on Information Technology & Systems
Prasad Chitta
 
Oracle12c data guard farsync and whats new
Nassyam Basha
 
Oracle Exadata 1Z0-485 Certification
Exadatadba
 
PDoolan Oracle Overview PPT Version
Peter Doolan
 
Enable Mobile Apps Designer in OBIEE
Osama Mustafa
 
Erp installation r12.2
Osama Mustafa
 
J2ee user managment using dwh builder
Osama Mustafa
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
ginniapps
 
Ad

Similar to Upgrade Oracle Database to 12c (20)

DOCX
Database upgradation
santosh kodandapani
 
PDF
oracle upgradation
influxbob
 
PDF
Upgrade/Migrate to Oracle 12c: Live and Uncensored!
Guatemala User Group
 
PDF
Oracle 10g to 11g upgrade on sap(10.2.0.5.0 to 11.2.0.3)
yoonus ch
 
PDF
Oracle 12 Upgrade
Hanh Nguyen Duy
 
PDF
33616611930205162156 upgrade internals_19c
Locuto Riorama
 
PDF
12c db upgrade from 11.2.0.4
uzzal basak
 
PDF
Upgrading oracle db 11.2.0.1 to 11.2.0.3
Ravi Kumar Lanke
 
PDF
12c r1 upgrade_companion_300
Sarfraz Khan
 
DOCX
Upgrade database using cloud_control Provisioning
Monowar Mukul
 
DOCX
Oracle upgrade
Raj p
 
PPTX
Dba I trailer
John Boyle
 
PPT
40084_graves.ppt : Oracle Database Documentation
herryheryadi1
 
PPT
Oracle Database Administration Part I covering Both Oracle 11g r2 and 12c r1
John Boyle
 
PDF
Upgrade OBIEE to 11.1.1.7.1
Osama Mustafa
 
PPTX
Supercharging oracle upgrades
Daniel Overby Hansen
 
PDF
Oracle 11g to 12c Upgrade With Data Guard and ASM
Arun Sharma
 
PPTX
Benefits of Upgrading Oracle E-Business Suite to Latest Release 12.2.11
Jade Global
 
DOCX
Oracle 12cR2 RAC Database Software Installation and Create Database
Monowar Mukul
 
PPTX
oracle upgrade 2015_509_Swonger_ppt.pptx
ssuser670564
 
Database upgradation
santosh kodandapani
 
oracle upgradation
influxbob
 
Upgrade/Migrate to Oracle 12c: Live and Uncensored!
Guatemala User Group
 
Oracle 10g to 11g upgrade on sap(10.2.0.5.0 to 11.2.0.3)
yoonus ch
 
Oracle 12 Upgrade
Hanh Nguyen Duy
 
33616611930205162156 upgrade internals_19c
Locuto Riorama
 
12c db upgrade from 11.2.0.4
uzzal basak
 
Upgrading oracle db 11.2.0.1 to 11.2.0.3
Ravi Kumar Lanke
 
12c r1 upgrade_companion_300
Sarfraz Khan
 
Upgrade database using cloud_control Provisioning
Monowar Mukul
 
Oracle upgrade
Raj p
 
Dba I trailer
John Boyle
 
40084_graves.ppt : Oracle Database Documentation
herryheryadi1
 
Oracle Database Administration Part I covering Both Oracle 11g r2 and 12c r1
John Boyle
 
Upgrade OBIEE to 11.1.1.7.1
Osama Mustafa
 
Supercharging oracle upgrades
Daniel Overby Hansen
 
Oracle 11g to 12c Upgrade With Data Guard and ASM
Arun Sharma
 
Benefits of Upgrading Oracle E-Business Suite to Latest Release 12.2.11
Jade Global
 
Oracle 12cR2 RAC Database Software Installation and Create Database
Monowar Mukul
 
oracle upgrade 2015_509_Swonger_ppt.pptx
ssuser670564
 
Ad

More from Osama Mustafa (15)

PDF
Case study for software architect
Osama Mustafa
 
PPTX
DevOps for database
Osama Mustafa
 
PPTX
Does cloud mean the end of the dba
Osama Mustafa
 
PDF
Using git hub for your code
Osama Mustafa
 
PDF
DevOps Project
Osama Mustafa
 
PDF
Java business service
Osama Mustafa
 
PDF
Steps creating data_integration_services
Osama Mustafa
 
PDF
Build, Deploy and Run Node Js Application on Azure using Docker
Osama Mustafa
 
PDF
Helping implementer dealing with famous siebel based system messages and er...
Osama Mustafa
 
PPTX
Weblogic and docker
Osama Mustafa
 
PPTX
Weblogic 101 for dba
Osama Mustafa
 
PDF
Oracle obia 11.1.1.10.1 installation
Osama Mustafa
 
PDF
Oracle Enterprise manager 13c Installation
Osama Mustafa
 
PDF
OBIA Installation
Osama Mustafa
 
PDF
How to apply new patch on siebel 8.2.2.4
Osama Mustafa
 
Case study for software architect
Osama Mustafa
 
DevOps for database
Osama Mustafa
 
Does cloud mean the end of the dba
Osama Mustafa
 
Using git hub for your code
Osama Mustafa
 
DevOps Project
Osama Mustafa
 
Java business service
Osama Mustafa
 
Steps creating data_integration_services
Osama Mustafa
 
Build, Deploy and Run Node Js Application on Azure using Docker
Osama Mustafa
 
Helping implementer dealing with famous siebel based system messages and er...
Osama Mustafa
 
Weblogic and docker
Osama Mustafa
 
Weblogic 101 for dba
Osama Mustafa
 
Oracle obia 11.1.1.10.1 installation
Osama Mustafa
 
Oracle Enterprise manager 13c Installation
Osama Mustafa
 
OBIA Installation
Osama Mustafa
 
How to apply new patch on siebel 8.2.2.4
Osama Mustafa
 

Recently uploaded (20)

PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PPTX
The Future of AI & Machine Learning.pptx
pritsen4700
 
PDF
Per Axbom: The spectacular lies of maps
Nexer Digital
 
PPTX
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
PPTX
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
PDF
Researching The Best Chat SDK Providers in 2025
Ray Fields
 
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
PDF
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
PDF
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
PDF
Lecture A - AI Workflows for Banking.pdf
Dr. LAM Yat-fai (林日辉)
 
PDF
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PDF
NewMind AI Weekly Chronicles – July’25, Week III
NewMind AI
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PPTX
AI Code Generation Risks (Ramkumar Dilli, CIO, Myridius)
Priyanka Aash
 
PDF
Market Insight : ETH Dominance Returns
CIFDAQ
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
The Future of AI & Machine Learning.pptx
pritsen4700
 
Per Axbom: The spectacular lies of maps
Nexer Digital
 
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
Researching The Best Chat SDK Providers in 2025
Ray Fields
 
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
Lecture A - AI Workflows for Banking.pdf
Dr. LAM Yat-fai (林日辉)
 
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
NewMind AI Weekly Chronicles – July’25, Week III
NewMind AI
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
AI Code Generation Risks (Ramkumar Dilli, CIO, Myridius)
Priyanka Aash
 
Market Insight : ETH Dominance Returns
CIFDAQ
 

Upgrade Oracle Database to 12c

  • 1. Step By Step Upgrade oracle 11.2.0.3 to Database 12c Osama Mustafa Page 1 Step By Step To Upgrade oracle 11.2.0.3 to Database 12c About the author Name: Osama Mustafa Osama Mustafa is a database specialist, Oracle ACE , Certified Oracle Professional (10g, 11g), Certified Ethical hacker (Penetration testing), and Sun System Administrator, author of book Oracle Penetration Testing. Osama currently works as an Oracle Instructor in the Middle East. He also works on troubleshooting and the implementation of database projects. He spends his free time on Oracle OTN forums and publishes many articles, including Oracle database articles. Twitter: @osamaoracle LinkedIn: Osama Mustafa Blog: http://osamamustafa.blogspot.com
  • 2. Step By Step Upgrade oracle 11.2.0.3 to Database 12c Osama Mustafa Page 2 Upgrade Oracle Database 11.2.0.3 to 12c Operating system: Red-hat 6 updates 4 Note : The concepts on windows are the same. There are two ways to upgrade oracle database:  DBUA  Manual ( will take about this later ) Upgrade Oracle Database 11.2.0.3 to oracle Database 12c using DBUA: 1- Make sure the database version supports direct upgrade. 2- Download the 12c Software depend on operating system. 3- Unzip downloaded software. 4- After Install Oracle database 12c Media, Fire ./runInstaller and Install Software Only. 5- Now you need to run dbua command from oracle database 12c . 6- Copy the Pre-Upgrade Information Tool (utlu112i.sql) from oracle 12c home $ORACLE_HOME/rdbms/admin , execute on it database 11g SQL> SPOOL upgrade_infomation.log OPTIONAL: YOU CAN RUN EMDWGRD , EMDWGRD UTILITY CAN BE USED TO KEEP A COPY OF YOUR DATABASE CONTROL FILES AND DATA BEFORE UPGRADING YOUR DATABASE. THE EMDWGRD UTILITY RESIDES IN THE ORACLE_HOME/BIN DIRECTORY IN THE ORACLE DATABASE 12C HOME, AND YOU CAN USE IT LIKE THE BELOW: SINGLE NODE: EMDWGRD -SAVE -SID <SID-FOR-UPGRADE-DATABASE> -PATH <LOCATION-FOR-BACKUP-FILES> REAL APPLICATION CLUSTER: EMDWGRD -SAVE -SID <SID-FOR-UPGRADE-DATABASE> -PATH <LOCATION-FOR-BACKUP-FILES>
  • 3. Step By Step Upgrade oracle 11.2.0.3 to Database 12c Osama Mustafa Page 3 SQL> @utlu112i.sql SQL> SPOOL OFF Check the below screens:
  • 4. Step By Step Upgrade oracle 11.2.0.3 to Database 12c Osama Mustafa Page 4
  • 5. Step By Step Upgrade oracle 11.2.0.3 to Database 12c Osama Mustafa Page 5
  • 6. Step By Step Upgrade oracle 11.2.0.3 to Database 12c Osama Mustafa Page 6 Two warnings appear while upgrade: 1- EM Warning : [oracle@upgrade Desktop]$ cd /u01/app/oracle/product/12.0.1/db_home1/ [oracle@upgrade db_home1]$ cd rdbms/admin/ [oracle@upgrade admin]$ cp emremove.sql /u01/ [oracle@upgrade admin]$ cd /u01/ [oracle@upgrade u01]$ sqlplus / as sysdba SQL> @emremove.sql old 69: IF (upper('&LOGGING') = 'VERBOSE') new 69: IF (upper('VERBOSE') = 'VERBOSE') PL/SQL procedure successfully completed. 2-DBMS LDAP dependencies exist ignore it
  • 7. Step By Step Upgrade oracle 11.2.0.3 to Database 12c Osama Mustafa Page 7
  • 8. Step By Step Upgrade oracle 11.2.0.3 to Database 12c Osama Mustafa Page 8
  • 9. Step By Step Upgrade oracle 11.2.0.3 to Database 12c Osama Mustafa Page 9
  • 10. Step By Step Upgrade oracle 11.2.0.3 to Database 12c Osama Mustafa Page 10
  • 11. Step By Step Upgrade oracle 11.2.0.3 to Database 12c Osama Mustafa Page 11
  • 12. Step By Step Upgrade oracle 11.2.0.3 to Database 12c Osama Mustafa Page 12
  • 13. Step By Step Upgrade oracle 11.2.0.3 to Database 12c Osama Mustafa Page 13
  • 14. Step By Step Upgrade oracle 11.2.0.3 to Database 12c Osama Mustafa Page 14
  • 15. Step By Step Upgrade oracle 11.2.0.3 to Database 12c Osama Mustafa Page 15 Finally you can remove old ORACLE_HOME for 11.2.0.3 using $ORACLE_HOME/deinstall [oracle@upgrade deinstall]$ ./deinstall Checking for required files and bootstrapping ... Please wait ... Location of logs /u01/app/oraInventory/logs/ The below are small section of deinstall output : ############ ORACLE DEINSTALL & DECONFIG TOOL START ############ ######################## CHECK OPERATION START ######################### ## [START] Install check configuration ## Checking for existence of the Oracle home location /u01/app/oracle/product/11.2.0/db_2 Oracle Home type selected for deinstall is: Oracle Single Instance Database Oracle Base selected for deinstall is: /u01/app/oracle Checking for existence of central inventory location /u01/app/oraInventory Checking for sufficient temp space availability on node(s) : 'upgrade' ## [END] Install check configuration ## Fix .bash_profile to export your new ORACLE_HOME
  • 16. Step By Step Upgrade oracle 11.2.0.3 to Database 12c Osama Mustafa Page 16 [oracle@upgrade bin]$ ./sqlplus / as sysdba SQL*Plus: Release 12.1.0.1.0 Production on Tue Jul 2 15:01:22 2013 Copyright (c) 1982, 2013, Oracle. All rights reserved. Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options SQL> select instance_name from v$instance ; INSTANCE_NAME ---------------- Orcl Congratulation you upgrade database