SlideShare a Scribd company logo
Oracle Upgrade 11.2.0.3 to 11.2.0.4
Pre Upgrade Tasks
No
.
Task Procedure Comments
1.1 Checking the
Original
Version of
Database
1. Check OraclePatch Set
Logon DB Server ' reuxgbuz338 ' as oracxl
oracxl>sqlplus -version
oracxl>sqlplus/ as sysdba
SQL> select version from v$instance;
SQL> exit
2. Check SBP
oracxl>more $ORACLE_HOME/sapbundle/version.txt
oracxl>sqlplus/ as sysdba
SQL> select VERSION, COMMENTS from DBA_REGISTRY_HISTORY;
reuxeuuz1097:orapml> sqlplus -version
SQL*Plus: Release 11.2.0.2.0 Production
reuxeuuz1097:orapml> sqlplus / as sysdba
SQL*Plus: Release 11.2.0.2.0 Production on Thu Jul
3 13:07:56 2014
Copyright (c) 1982, 2010,Oracle. All rights reserved.
Connected to:
OracleDatabase11gEnterprise Edition Release
11.2.0.2.0 - 64bitProduction
With the Partitioning,OLAP, Data Miningand Real
Application Testingoptions
SQL> select version from v$instance;
VERSION
-----------------
11.2.0.2.0
SQL> exit
reuxeuuz1097:orapml> sqlplus / as sysdba
SQL*Plus: Release 11.2.0.2.0 Production on Thu Jul
3 13:09:12 2014
Copyright (c) 1982, 2010,Oracle. All rights reserved.
Connected to:
OracleDatabase11gEnterprise Edition Release
11.2.0.2.0 - 64bitProduction
With the Partitioning,OLAP, Data Miningand Real
Application Testingoptions
SQL> select VERSION, COMMENTS from
DBA_REGISTRY_HISTORY;
VERSION
------------------------------
COMMENTS
---------------------------------------------------------------------
-----------
view invalidation
11.2.0.2.0
Upgraded from 10.2.0.4.0
11.2.0.2
PSU 11.2.0.2.3
1.2 Space Check Logon DB Server ' reuxgbuz338 ' as orawyl
1. At least10-15 GB for the OracleHome directory
reuxgbuz338:oracxl>cd $ORACLE_HOME/
dbsreuxgbuz338:oracxl>df -hk $ORACLE_HOME/
dbsFilesystemsize used avail capacity Mounted on
/oracle/CXL 25G 20G 4.2G 84% /oracle/CXL
2. About 1024 MB free spacein the /tmp directory
reuxgbuz338:oracxl>cd /tmp
reuxgbuz338:oracxl>df -h .
Filesystem size used avail capacity Mounted on
swap 2.0G 88K 2.0G 1% /tmp
3. At least1024 MB of physical RAM
reuxgbuz338:oracxl>/usr/sbin/ prtconf | grep Memory
prtconf: devinfo facility notavailableMemory size: 98304 Megabytes
4. Swap spaceabout 1.5 times the availablememory for memory up to 2
GB.
reuxgbuz338:oracxl>/usr/sbin/swap –s
reuxgbuz338:oracxl>swap -s
total: 53893072k bytes allocated + 6924788k reserved = 60817860k
used, 83885628k available
1.3 Check
Authorizatio
ns
1. Check write authorization for the /oracledirectory
reuxgbuz338:oracxl>touch /oracle/write_test
reuxgbuz338:oracxl>rm /oracle/write_test
rm: remove /oracle/write_test (yes/no)? Yes
2. Test GUI Launch
reuxgbuz338:oracxl>/usr/openwin/bin/xclock
3. Set umask
reuxgbuz338:orawyl> umask 022
4. Ensure "root" permission to run root.sh after DB Software Install.
If no write authorization,performbelow as root.
chgrp dba /oracle
chmod 775 /oracle
1.4 Copy Oracle
11.2.0.4
software
orawyl>cd /oracle/stage
orawyl>mkdir /oracle/stage/11204
orapm> chmod 775 11204
orawyl>cp -rp /sapnas1/SAPCD/oracle_11204_x86/*/oracle/stage/11204
1.5 OracleHome
Backup
1. OracleHome
oracxl>cp -rp /oracle/CXL/11203
/backup/CXL_BACKUP_RANGP4_DND_02072014
2. Central OracleInventory
oracxl>cp -rp /var/opt/oracle/oratab
/backup/CXL_BACKUP_RANGP4_DND_02072014
oracxl>cp -rp /oracle/CXL/oraInventory
/backup/CXL_BACKUP_RANGP4_DND_02072014
For DB Software installation and upgrade,database
must be runningon server where "/oraInventory" is
present. Because for clustered DB '/oraInventory'
will beavailbleonly on any one of the server.
1.6 Initiate
Database
Backup
1.DatabaseBackupTrigger Special Pre-upgrade DatabaseBackup to disk
2. DisableBackup.Suspend DatabaseBackup duringuntil upgradefinishes
WYL Backup
location:/backup/WYL_ORAUPGRADE_BACKUPS_DN
D_FREIP0/DB_BACKUPS
1.7 Update the
database
statistics
1. OracleDictionary statistics:
reuxgbuz338:orawyl> brconnect -u // -c -f stats -t oradict_stats
2. OracleSystem statistics:
reuxgbuz338:orawyl> brconnect -u // -c -f stats -t system_stats
3. Table statisticsfor SAP tables:
reuxgbuz338:orawyl> brconnect -u // -c -f stats -t all -p 4
1.8 OUI and OS
Check
1. Checking prerequisites for the OUI:
oracxl>cd /oracle/stage/11204/Oracle_11204_Server_Software/database
oracxl>./runInstaller -executeSysPrereqs
2. Checking operating system requirements :
oracxl>cd /oracle/stage/11204/Oracle_11204_Server_Software/database/SAP
orawyl>./RUNINSTALLER -check
If you get Warningstatus for below checks then
Ignore all
Checks
Hard Limit maximum open filedescriptors
OS Kernel Parameters
OS Kernel Parameter : tcp_largest_anon_port
OS Kernel Parameter: udp_largest_anon_port
Duplicateroot 0 id users
2. Software Installation
No. Task Procedure Comments
Checking
and Setting
the
Environmen
t Variables
1. Make surethe followingenvironment variables areNOT set:
TWO_TASK
ORA_NLS
ORA_NLS32
ORA_NLS33
ORA_NLS10
2. Make surethat the followingenvironment variables areset
DISPLAY=localhost:10.0
ORACLE_BASE=/oracle
DB_SID=CXL
ORACLE_HOME=/oracle/CXL/112_64
NLS_LANG=AMERICAN_AMERICA.UTF8
SAPDATA_HOME=/oracle/CXL
LD_LIBRARY_PATH=/usr/sap/CXL/SYS/exe/run:/oracle/CXL/112_64/lib:/usr/sap/C
XL/SYS/exe/uc/sun_64:/oracle/client/11x_64/instantclient
PATH=/oracle/CXL/112_64/bin:.:/export/home/oraCXL:/usr/sap/CXL/SYS/exe/run:
/usr/bin:/usr/sbin:/usr/ucb:/usr/local/bin:/opt/VRTS/bin:/opt/VRTSvcs/bin:/etc/v
x/bin:/usr/ucb:/usr/ccs/bin:/usr/bin:.:/usr/sap/CXL/SYS/exe/uc/sun_64:/export/h
ome/CXLadm
2.2 Initiate
Software
Installation
orawyl>cd /oracle/stage/11204/Oracle_11204_Server_Software/database/SAP
oractl>./RUNINSTALLER
2.3 Parameter
Input and
Installation
1. Configure Security updates
Leave default selection -> Next Select ‘Yes’ in Pop-up confirmation
2. Download Software updates
Select Skip Software Updates
3. Installation Option
Select Install databasesoftwareonly
4. Grid Installation Options
Select Singleinstancedatabaseinstallation
5. Product Languages
Select English
6. DatabaseEdition
Select EnterpriseEdition
7. Installation location
OracleBase->/oracleSoftware Location -> /oracle/CXL/11204
8. OperatingSystem Groups
DBA Administrator -> dbaDBA Operator -> oper
9. Prerequisitechecks Perform below only for warnings as per screenshot
Select Ignore all ->NextSelect ‘Yes’ in Pop-up confirmation
10. Summary Check settings are correct -> Install
11. Execute Configuration scripts
Select OK
12. Finish
Select Close
Oracleinstall error atthe end of install as unable
to write to oracleinventory as itwas set under
/oracle/WSC/11203/oraInventory with orawsc as
owner and no permissions for orawsc.In order
to fix did followingsteps:
1. Changed /var/opt/oracle/oraInst.locto
refelect -
inventory_loc=/oracle/WYL/11204/oraInventory
2. Ran cmd to re-create inventory from
/oracle/WYL/11204/oui/bin:./runInstaller -silent
-attachHome -invPtrLoc
/var/opt/oracle/oraInst.loc
ORACLE_HOME="/oracle/WYL/11204"
ORACLE_HOME_NAME="OraDb11g_home2"
2.4 Run Root.sh vesnvl@reuxgbuz338[Dev/Test]$ sudo /oracle/CXL/112_64/root.sh
Enter AD Password:
Performing root user operation for Oracle11g
The followingenvironment variables aresetas:
ORACLE_OWNER= oracxl
ORACLE_HOME= /oracle/CXL/11203
Enter the full pathname of the local bin directory:[/usr/local/bin]:
The contents of "dbhome" have not changed. No need to overwrite.
The contents of "oraenv" have not changed. No need to overwrite.
The contents of "coraenv" have not changed. No need to overwrite.
Entries will beadded to the /var/opt/oracle/oratab fileas needed by
DatabaseConfiguration Assistantwhen a databaseis created
Finished runninggeneric part of root script.
Now product-specific rootactions will beperformed.
Finished product-specificrootactions.
SAP Bundle Patch
2.5 Set Eviornment Variables
for SBP reuxgbuz338:oracxl>export ORACLE_HOME=/oracle/CXL/11204
reuxgbuz338:oracxl>export
LD_LIBRARY_PATH=/oracle/CXL/11204/lib
2.6 Update MOpatch and
Opatch Utility
reuxgbuz338:oracxl>mv /oracle/CXL/11204/OPatch
/oracle/CXL/11204/OPatch_BKP_040714
reuxgbuz338:oracxl> mv /oracle/CXL/11204/MOPatch
/oracle/CXL/11204/MOPatch_BKP_040714
reuxgbuz338:oracxl>cp -rp
/oracle/stage/11204/SBP_112041_201402/MOPatch
/oracle/CXL/11204
reuxgbuz338:oracxl>cp -rp
/oracle/stage/11204/SBP_112041_201402/OPatch
/oracle/CXL/11204
2.7 Apply SAP Bundle Patch reuxgbuz338:oracxl>/bin/sh
$ORACLE_HOME/MOPatch/mopatch.sh -v -s
/oracle/stage/11204/SAP11204P_1402-20010806.ZIP
Pleaseperform task 4.3 Run 'catsbp.sql' Script
after DB Upgrade to complete the SBP
2.8 Create Oraflash restore
point
In reuxgbuz400:
1. Check area and configuration
$ sqlplus/ as sysdba
SQL> show parameter db_recovery_file_dest
SQL> SELECT * FROM V$RECOVERY_FILE_DEST;
SQL> SELECT * FROM V$FLASH_RECOVERY_AREA_USAGE;
2. Create restore point
$ cd /oracle/CXL/11204/sap/ora_upgrade/pre_upgrade
$ sqlplus/ as sysdba @grp_create_restore_point.sql
3. List restore
$ sqlplus/ as sysdba @grp_list_restore_point.sql
3. DatabaseUpgrade
No. Task Procedure Comments
3.1 Stop SAP Application annd
Listener
Shutdown CI and Listener
1. Login to CI host reuxeuuz1102 as sidadmand stop SAP.
reuxeuuz1102:pmladm> stopsap
2. Login to DB Host with orasid and stop the listener
reuxgbuz338:oracxl>lsnrctl stop
3.2 Set Environment Variables
for Upgrade pre-check
reuxgbuz338:oracxl>export ORACLE_HOME=/oracle/CXL/112_64
reuxgbuz338:oracxl>export LD_LIBRARY_PATH=/oracle/PMl/112_64/lib
3.3 Run Pre-Upgrade Scripts Run 'Status' and 'Task' scripts
reuxgbuz338:oracxl>cd /oracle/CXL/11204/sap/ora_upgrade/pre_upgrade
reuxgbuz338:oracxl>sqlplus"/as sysdba"
SQL> @pre_upgrade_status.sql;
reuxgbuz338:oracxl>sqlplus"/as sysdba"
SQL> spool PRE_UPGRADE_TASKS.log
SQL> @pre_upgrade_tasks.sql;
SQL> spool off;
SQL> exit
Check again for any invalid objects by runningthe status preupgrade script
reuxgbuz338:oracxl>cd /oracle/CXL/11204/sap/ora_upgrade/pre_upgrade
reuxgbuz338:oracxl>sqlplus"/as sysdba"
SQL> @pre_upgrade_status.sql;
3.4 Set Environment Variables
for Upgrade
reuxgbuz338:oracxl>export ORACLE_HOME=/oracle/CXL/11204
reuxgbuz338:oracxl>export LD_LIBRARY_PATH=/oracle/CXL/11204/lib
reuxgbuz338:oracxl>export ORACLE_HOME_SRC=/oracle/CXL/112_64
reuxgbuz338:oracxl>export ORACLE_HOME_TGT=/oracle/CXL/11204
3.5 Check Oratab entry: reuxgbuz338:oracxl>vi /var/opt/oracle/oratab
CXL:/oracle/CXL/11203:N
3.6 Launch DatabaseUpgrade
Utility
1. Run in query mode for checking.
reuxgbuz338:oracxl>cd $ORACLE_HOME/sap/ora_upgrade/post_upgrade
reuxgbuz338:oracxl>./dbua.sap.sh -query
2. Start DatabaseUpgrade Assistant
reuxgbuz338:oracxl>cd $ORACLE_HOME/sap/ora_upgrade/post_upgrade
reuxgbuz3380:oracxl>./dbua.sap.sh
3.7 Parameter Input and
Upgrade
1. Upgrade Information
Check SID and Current Oracle Home is correct
Select Next
2. Warning
EVENT or _TRACE_EVENT is set.
Do you want to continuwwith upgrade :Yes
3. Upgrade Information
Recompile invalidobjects :Yes Pallalelism :3 -> Tick
Turn off Archiving for the duration ofthe upgrade :Kept untickedBackup
database :Kept unticked
Select :Next
4. Upgrade Information
Do Not Move Database Files as Part of Upgrade :Tick
Select :Next
5. Upgrade Information
SpecifyFast Recover Area :Tick
Fast RecoveryArea :/oracle/WYL/oraflash
Fast RecoveryArea Size :30000
Select :Next
6. Upgrade Information
Configure the database withEnterprise Manager :Untick
Select :Next
7. Summary
Check the detailsare correct andSelect Finish
8. Database Upgrade Assistant
REMOTE_OS_AUTHENT initialization parameter has beendeprecated:Ignore
This warning occurs at 2% andwindow appears inbackground for "progress"
window. Move the progresswindow to select ignore.
The upgrade nowstarts andruns throughthe various steps. The logfiles can
be foundin
9. Upgrade Results
Reviewthe results and Select Close
4. Post-Work
No. Task Procedure Comments
4.1 Startup Database 1. Rename old Oraclelogfile
reuxgbuz338:oracxl>/oracle/CXL/saptrace/diag/rdbms/cxl/CXL/trace
reuxgbuz338:oracxl>mv alert_CXL.log alert_CXL_13Aug2014
2. Re-create OracleHome softlink
reuxgbuz338:oracxl>cd /oracle/CXL
reuxgbuz338:oracxl>rm -rf 112_64
reuxgbuz338:oracxl>ln -s /oracle/CXL/11204 112_64
3. Start up Database
reuxgbuz338:oracxl>sqlplus"/as sysdba"
SQL> startup
4.2 Run Post Upgrade Scripts reuxgbuz338:oracxl>cd /oracle/CXL/11204/sap/ora_upgrade/post_upgrade
reuxgbuz338:oracxl>sqlplus"/as sysdba"
SQL> @post_upgrade_status.sql;
4.3 Run 'catsbp.sql' Script 1. Run SBP post-installation script.
reuxgbuz338:oracxl>cd /oracle/CXL/11204/sapbundle/SBP_112041_201402
reuxgbuz338:oracxl>sqlplus"/as sysdba"
SQL> @catsbp.sql;
2.Conifm SBP Level
SQL> select VERSION, COMMENTS from DBA_REGISTRY_HISTORY;
As per below update in Note
1431793,CATSBP.sql scripthas
to be run after DB upgrade
2013-May-15
4.4 Restart Database 1. Stop Database
reuxgbuz400:orawyl> sqlplus"/as sysdba"
SQL> shutdown immediate;
SQL> exit
Ensure all oracleprocesses areended with ps -ef . If still there kill them to avoid
mount in exclusivemode error.
2. Start up Database
reuxgbuz400:orawyl> sqlplus"/as sysdba"
SQL> startup;
5. Troubleshoot
No. Issue Resolution Comments
5.2 Error in ST04N/DBA Cockpit:
Synonyms missing:Pleaserun
initialization scriptas per SAP-note
706927
reuxgbuz338:oracxl>cd /oracle/stage/11204/SBP_112041_201402/note_706927
1. Script-1
reuxgbuz338:oracxl>sqlplus"/ as sysdba"@create_11_2.sql
If you would liketo continuepress <enter> elsetype no: <enter>
Enter valuefor sap_schema: SAPDAT
Password for user SAPDAT: <password>
2. Script-2
reuxgbuz338:oracxl>sqlplus"/ as sysdba"@CreateCompressTablesUnicode.sql
If you would liketo continuepress <enter> elsetype no: <enter>
Enter valuefor sap_schema: SAPDAT
Password for user SAPDAT: <password>
3. Script-3
reuxgbuz338:oracxl>sqlplus"/ as sysdba"@CreateSAPDollarViews_11_2.sql
Refer SAP Note 706927
Overview / Timings
Sl.No Tasks Start Date End Date Time Status
1. Pre-Work ( 11 Hours )
1.1 Checking theOriginalVersion of Database 5 min Completed
1.2 Space Check 5 min Completed
1.3 Check Authorizations 5 min Completed
1.4 Downloadand Copy Oracle 11.2.0.3softwares 8hr Completed
1.5 Oracle Home Backup 15 min Completed
1.6 Initiate Database Backup 2hr Completed
1.7 Update DatabaseStatistics 30 min Completed
1.8 OUI and OS Check 5 min Completed
2. Oracle Software Installation ( 6.5 Hours )
2.1 Checking and Setting the Environment Variables 5 min Completed
2.2 Initiate Software Installation 5 min Completed
2.3 InstallationParameter Inputand runInstallation 5 hr Completed
2.4 Run Root.sh 5 min Completed
2.5 Set EnvironmentVariables for SBP 5 min Completed
2.6 Update MOpatch and Opatch Utility 10 min Completed
2.7 Apply SAP BundlePatch 1 hr Completed
3. Database Upgrade ( 2 Hours )
3.1 Stop SAP Applicationand Listener 15 min Completed
3.2 Set EnvironmentVariables for Upgradepre-check 5 min Completed
3.3 Run Pre-UpgradeScripts 15 min Completed
3.4 Set EnvironmentVariables for Upgrade 5 min Completed
3.5 Check Oratab entry 5 min Completed
3.6 Launch DatabaseUpgrade Utility 5 min Completed
3.7 Upgrade Parameter Input and runUpgrade 1 hr Completed
4. Post-Work ( 8 Hours )
4.1 Startup Database 15 min Completed
4.2 Adjust _fix_controland event Parameters 15 min Completed
4.3 Run Post UpgradeScript 10 min Completed
4.4 Upgrade Oracle Client 30 min Completed
4.5 Run 'catsbp.sql' Script & RestartDatabase 30 min Completed
4.7 Perform ClientUpgrade for allSAP Instances 3hr Completed
4.8 Startup SAP and Listener 30 min Completed
4.9 Update DatabaseStatistics 30 min Completed
4.10 Initiate Database andArchive Backup 2hr Completed
4.11 AutomatedOracle DBparameter check 20 min Completed
5. Troubleshooting ( Included above )

More Related Content

What's hot

Oracle Database SQL Tuning Concept
Oracle Database SQL Tuning ConceptOracle Database SQL Tuning Concept
Oracle Database SQL Tuning Concept
Chien Chung Shen
 
Oracle 12c r1 installation on solaris 11.1
Oracle 12c r1 installation on solaris 11.1Oracle 12c r1 installation on solaris 11.1
Oracle 12c r1 installation on solaris 11.1Laurent Leturgez
 
Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1
Voeurng Sovann
 
Oracle数据库日志满导致错误
Oracle数据库日志满导致错误Oracle数据库日志满导致错误
Oracle数据库日志满导致错误Zianed Hou
 
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linuxUpgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linuxmaclean liu
 
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linuxUpgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linuxmaclean liu
 
Erp installation r12.2
Erp installation r12.2Erp installation r12.2
Erp installation r12.2
Osama Mustafa
 
oracle upgradation
oracle upgradationoracle upgradation
oracle upgradationinfluxbob
 
12c installation
12c installation12c installation
12c installation
Osama Mustafa
 
greenplum installation guide - 4 node VM
greenplum installation guide - 4 node VM greenplum installation guide - 4 node VM
greenplum installation guide - 4 node VM
seungdon Choi
 
Data Base Upgrade
Data Base UpgradeData Base Upgrade
Data Base Upgrade
guest362312
 
2011 384 hackworth_ppt
2011 384 hackworth_ppt2011 384 hackworth_ppt
2011 384 hackworth_pptmaclean liu
 
还原Oracle中真实的cache recovery
还原Oracle中真实的cache recovery还原Oracle中真实的cache recovery
还原Oracle中真实的cache recovery
maclean liu
 
Upgrade 11gR2 to 12cR1 Clusterware
Upgrade 11gR2 to 12cR1 ClusterwareUpgrade 11gR2 to 12cR1 Clusterware
Upgrade 11gR2 to 12cR1 ClusterwareNikhil Kumar
 
Phd tutorial hawq_v0.1
Phd tutorial hawq_v0.1Phd tutorial hawq_v0.1
Phd tutorial hawq_v0.1
seungdon Choi
 
Oracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create DatabaseOracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create Database
Monowar Mukul
 
9i hp relnotes
9i hp relnotes9i hp relnotes
9i hp relnotes
Anil Pandey
 

What's hot (18)

Oracle Database SQL Tuning Concept
Oracle Database SQL Tuning ConceptOracle Database SQL Tuning Concept
Oracle Database SQL Tuning Concept
 
Oracle 12c r1 installation on solaris 11.1
Oracle 12c r1 installation on solaris 11.1Oracle 12c r1 installation on solaris 11.1
Oracle 12c r1 installation on solaris 11.1
 
Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1
 
Oracle数据库日志满导致错误
Oracle数据库日志满导致错误Oracle数据库日志满导致错误
Oracle数据库日志满导致错误
 
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linuxUpgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linux
 
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linuxUpgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
 
Erp installation r12.2
Erp installation r12.2Erp installation r12.2
Erp installation r12.2
 
oracle upgradation
oracle upgradationoracle upgradation
oracle upgradation
 
Oracle Golden Gate
Oracle Golden GateOracle Golden Gate
Oracle Golden Gate
 
12c installation
12c installation12c installation
12c installation
 
greenplum installation guide - 4 node VM
greenplum installation guide - 4 node VM greenplum installation guide - 4 node VM
greenplum installation guide - 4 node VM
 
Data Base Upgrade
Data Base UpgradeData Base Upgrade
Data Base Upgrade
 
2011 384 hackworth_ppt
2011 384 hackworth_ppt2011 384 hackworth_ppt
2011 384 hackworth_ppt
 
还原Oracle中真实的cache recovery
还原Oracle中真实的cache recovery还原Oracle中真实的cache recovery
还原Oracle中真实的cache recovery
 
Upgrade 11gR2 to 12cR1 Clusterware
Upgrade 11gR2 to 12cR1 ClusterwareUpgrade 11gR2 to 12cR1 Clusterware
Upgrade 11gR2 to 12cR1 Clusterware
 
Phd tutorial hawq_v0.1
Phd tutorial hawq_v0.1Phd tutorial hawq_v0.1
Phd tutorial hawq_v0.1
 
Oracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create DatabaseOracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create Database
 
9i hp relnotes
9i hp relnotes9i hp relnotes
9i hp relnotes
 

Viewers also liked

Sap basis-training-material
Sap basis-training-materialSap basis-training-material
Sap basis-training-material
Raj p
 
Ap ar questions
Ap ar questionsAp ar questions
Ap ar questions
Raj p
 
Ap ar questions
Ap ar questionsAp ar questions
Ap ar questions
Raj p
 
Order to cash
Order to cashOrder to cash
Order to cash
Raj p
 
Step by Step Oracle11g out of-place upgrade from 11.2.0.3 to 11.2.0.4
Step by Step Oracle11g out of-place upgrade from 11.2.0.3 to 11.2.0.4Step by Step Oracle11g out of-place upgrade from 11.2.0.3 to 11.2.0.4
Step by Step Oracle11g out of-place upgrade from 11.2.0.3 to 11.2.0.4
Jorge Batista
 
Presentacion Campaña Quedamos en Carballo
Presentacion Campaña Quedamos en CarballoPresentacion Campaña Quedamos en Carballo
Presentacion Campaña Quedamos en Carballoquedamosencarballo
 
Organos de gobierno (1)
Organos de gobierno (1)Organos de gobierno (1)
Organos de gobierno (1)rubenggg
 
Data Relationship Management [ DRM ]
Data Relationship Management [ DRM ]Data Relationship Management [ DRM ]
Data Relationship Management [ DRM ]
Charles Babu J
 
Ficha adhesión A Busca do Tesouro (Carballo)
Ficha adhesión A Busca do Tesouro (Carballo)Ficha adhesión A Busca do Tesouro (Carballo)
Ficha adhesión A Busca do Tesouro (Carballo)quedamosencarballo
 
12c for epm
12c for epm12c for epm
12c for epm
Charles Babu J
 
Be Here: Main Street Project
Be Here: Main Street ProjectBe Here: Main Street Project
Be Here: Main Street Project
MuseWeb Foundation
 
From Headphones to Microphones: Co-creating the soundtracks to culture
From Headphones to Microphones: Co-creating the soundtracks to cultureFrom Headphones to Microphones: Co-creating the soundtracks to culture
From Headphones to Microphones: Co-creating the soundtracks to culture
Nancy Proctor
 
Evaluating mobile success for AAM2013
Evaluating mobile success for AAM2013Evaluating mobile success for AAM2013
Evaluating mobile success for AAM2013
Nancy Proctor
 
Order to cash with tables
Order to cash with tablesOrder to cash with tables
Order to cash with tables
sharatit
 

Viewers also liked (15)

Sap basis-training-material
Sap basis-training-materialSap basis-training-material
Sap basis-training-material
 
Ap ar questions
Ap ar questionsAp ar questions
Ap ar questions
 
Ap ar questions
Ap ar questionsAp ar questions
Ap ar questions
 
Order to cash
Order to cashOrder to cash
Order to cash
 
Step by Step Oracle11g out of-place upgrade from 11.2.0.3 to 11.2.0.4
Step by Step Oracle11g out of-place upgrade from 11.2.0.3 to 11.2.0.4Step by Step Oracle11g out of-place upgrade from 11.2.0.3 to 11.2.0.4
Step by Step Oracle11g out of-place upgrade from 11.2.0.3 to 11.2.0.4
 
Presentacion Campaña Quedamos en Carballo
Presentacion Campaña Quedamos en CarballoPresentacion Campaña Quedamos en Carballo
Presentacion Campaña Quedamos en Carballo
 
INTELIGENCIAS MULTIPLES
INTELIGENCIAS MULTIPLESINTELIGENCIAS MULTIPLES
INTELIGENCIAS MULTIPLES
 
Organos de gobierno (1)
Organos de gobierno (1)Organos de gobierno (1)
Organos de gobierno (1)
 
Data Relationship Management [ DRM ]
Data Relationship Management [ DRM ]Data Relationship Management [ DRM ]
Data Relationship Management [ DRM ]
 
Ficha adhesión A Busca do Tesouro (Carballo)
Ficha adhesión A Busca do Tesouro (Carballo)Ficha adhesión A Busca do Tesouro (Carballo)
Ficha adhesión A Busca do Tesouro (Carballo)
 
12c for epm
12c for epm12c for epm
12c for epm
 
Be Here: Main Street Project
Be Here: Main Street ProjectBe Here: Main Street Project
Be Here: Main Street Project
 
From Headphones to Microphones: Co-creating the soundtracks to culture
From Headphones to Microphones: Co-creating the soundtracks to cultureFrom Headphones to Microphones: Co-creating the soundtracks to culture
From Headphones to Microphones: Co-creating the soundtracks to culture
 
Evaluating mobile success for AAM2013
Evaluating mobile success for AAM2013Evaluating mobile success for AAM2013
Evaluating mobile success for AAM2013
 
Order to cash with tables
Order to cash with tablesOrder to cash with tables
Order to cash with tables
 

Similar to Oracle upgrade

12c (12.1) Database installation on Solaris 11(11.2)
12c (12.1) Database  installation on Solaris 11(11.2)12c (12.1) Database  installation on Solaris 11(11.2)
12c (12.1) Database installation on Solaris 11(11.2)
K Kumar Guduru
 
Enable oracle database vault
Enable oracle database vaultEnable oracle database vault
Enable oracle database vault
Osama Mustafa
 
Oracle11g suse11 ilker bakir
Oracle11g suse11 ilker bakirOracle11g suse11 ilker bakir
Oracle11g suse11 ilker bakir
ilkerb
 
OAM Install & Config
OAM Install & ConfigOAM Install & Config
OAM Install & Config
Vigilant Technologies
 
Log grid root
Log grid rootLog grid root
Log grid rootopenmi
 
Less04 instance
Less04 instanceLess04 instance
Less04 instanceImran Ali
 
Manual Tecnico OGG Oracle to MySQL
Manual Tecnico OGG Oracle to MySQLManual Tecnico OGG Oracle to MySQL
Manual Tecnico OGG Oracle to MySQL
Erick Vidbaz
 
Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c
Osama Mustafa
 
Enterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12cEnterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12c
Rakesh Gujjarlapudi
 
How to create a non managed standby database
How to create a non managed  standby databaseHow to create a non managed  standby database
How to create a non managed standby databaseJorge Batista
 
Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响
maclean liu
 
Less04_Database_Instance.ppt
Less04_Database_Instance.pptLess04_Database_Instance.ppt
Less04_Database_Instance.ppt
MuhammadUmair833474
 
Oracle Enterprise Repository 11g - Quick Start Guide
Oracle Enterprise Repository 11g - Quick Start GuideOracle Enterprise Repository 11g - Quick Start Guide
Oracle Enterprise Repository 11g - Quick Start Guide
Sreenivasa Setty
 
Oracle WebLogic Server_OL7_Sovann
Oracle WebLogic Server_OL7_SovannOracle WebLogic Server_OL7_Sovann
Oracle WebLogic Server_OL7_SovannVoeurng Sovann
 
Pluggable Databases: What they will break and why you should use them anyway!
Pluggable Databases: What they will break and why you should use them anyway!Pluggable Databases: What they will break and why you should use them anyway!
Pluggable Databases: What they will break and why you should use them anyway!
Guatemala User Group
 
Oracle11g on fedora14
Oracle11g on fedora14Oracle11g on fedora14
Oracle11g on fedora14
Khalid Matar Albuflasah
 
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Raheel Syed
 

Similar to Oracle upgrade (20)

Oracle-11g-upgrade
Oracle-11g-upgradeOracle-11g-upgrade
Oracle-11g-upgrade
 
12c (12.1) Database installation on Solaris 11(11.2)
12c (12.1) Database  installation on Solaris 11(11.2)12c (12.1) Database  installation on Solaris 11(11.2)
12c (12.1) Database installation on Solaris 11(11.2)
 
Enable oracle database vault
Enable oracle database vaultEnable oracle database vault
Enable oracle database vault
 
Physical_Standby_Database_R12.2.4
Physical_Standby_Database_R12.2.4Physical_Standby_Database_R12.2.4
Physical_Standby_Database_R12.2.4
 
Oracle11g suse11 ilker bakir
Oracle11g suse11 ilker bakirOracle11g suse11 ilker bakir
Oracle11g suse11 ilker bakir
 
Oam install & config
Oam install & configOam install & config
Oam install & config
 
OAM Install & Config
OAM Install & ConfigOAM Install & Config
OAM Install & Config
 
Log grid root
Log grid rootLog grid root
Log grid root
 
Less04 instance
Less04 instanceLess04 instance
Less04 instance
 
Manual Tecnico OGG Oracle to MySQL
Manual Tecnico OGG Oracle to MySQLManual Tecnico OGG Oracle to MySQL
Manual Tecnico OGG Oracle to MySQL
 
Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c
 
Enterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12cEnterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12c
 
How to create a non managed standby database
How to create a non managed  standby databaseHow to create a non managed  standby database
How to create a non managed standby database
 
Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响
 
Less04_Database_Instance.ppt
Less04_Database_Instance.pptLess04_Database_Instance.ppt
Less04_Database_Instance.ppt
 
Oracle Enterprise Repository 11g - Quick Start Guide
Oracle Enterprise Repository 11g - Quick Start GuideOracle Enterprise Repository 11g - Quick Start Guide
Oracle Enterprise Repository 11g - Quick Start Guide
 
Oracle WebLogic Server_OL7_Sovann
Oracle WebLogic Server_OL7_SovannOracle WebLogic Server_OL7_Sovann
Oracle WebLogic Server_OL7_Sovann
 
Pluggable Databases: What they will break and why you should use them anyway!
Pluggable Databases: What they will break and why you should use them anyway!Pluggable Databases: What they will break and why you should use them anyway!
Pluggable Databases: What they will break and why you should use them anyway!
 
Oracle11g on fedora14
Oracle11g on fedora14Oracle11g on fedora14
Oracle11g on fedora14
 
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
 

More from Raj p

Business roles
Business rolesBusiness roles
Business roles
Raj p
 
Sap plant connectivity (p co)
Sap plant connectivity (p co)Sap plant connectivity (p co)
Sap plant connectivity (p co)
Raj p
 
Solution manager 7.2 details
Solution manager 7.2   detailsSolution manager 7.2   details
Solution manager 7.2 details
Raj p
 
Sap system copy
Sap system copySap system copy
Sap system copy
Raj p
 
Sap memory managerment
Sap memory managermentSap memory managerment
Sap memory managerment
Raj p
 
stms
stmsstms
stms
Raj p
 
How to guide configure ssl in abap system
How to guide   configure ssl in abap systemHow to guide   configure ssl in abap system
How to guide configure ssl in abap system
Raj p
 
T pn r3trans
T pn r3transT pn r3trans
T pn r3trans
Raj p
 
Sap overview
Sap overviewSap overview
Sap overview
Raj p
 
Sap transaction-codes-list
Sap transaction-codes-listSap transaction-codes-list
Sap transaction-codes-list
Raj p
 

More from Raj p (10)

Business roles
Business rolesBusiness roles
Business roles
 
Sap plant connectivity (p co)
Sap plant connectivity (p co)Sap plant connectivity (p co)
Sap plant connectivity (p co)
 
Solution manager 7.2 details
Solution manager 7.2   detailsSolution manager 7.2   details
Solution manager 7.2 details
 
Sap system copy
Sap system copySap system copy
Sap system copy
 
Sap memory managerment
Sap memory managermentSap memory managerment
Sap memory managerment
 
stms
stmsstms
stms
 
How to guide configure ssl in abap system
How to guide   configure ssl in abap systemHow to guide   configure ssl in abap system
How to guide configure ssl in abap system
 
T pn r3trans
T pn r3transT pn r3trans
T pn r3trans
 
Sap overview
Sap overviewSap overview
Sap overview
 
Sap transaction-codes-list
Sap transaction-codes-listSap transaction-codes-list
Sap transaction-codes-list
 

Recently uploaded

Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 

Recently uploaded (20)

Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 

Oracle upgrade

  • 1. Oracle Upgrade 11.2.0.3 to 11.2.0.4 Pre Upgrade Tasks No . Task Procedure Comments 1.1 Checking the Original Version of Database 1. Check OraclePatch Set Logon DB Server ' reuxgbuz338 ' as oracxl oracxl>sqlplus -version oracxl>sqlplus/ as sysdba SQL> select version from v$instance; SQL> exit 2. Check SBP oracxl>more $ORACLE_HOME/sapbundle/version.txt oracxl>sqlplus/ as sysdba SQL> select VERSION, COMMENTS from DBA_REGISTRY_HISTORY; reuxeuuz1097:orapml> sqlplus -version SQL*Plus: Release 11.2.0.2.0 Production reuxeuuz1097:orapml> sqlplus / as sysdba SQL*Plus: Release 11.2.0.2.0 Production on Thu Jul 3 13:07:56 2014 Copyright (c) 1982, 2010,Oracle. All rights reserved. Connected to: OracleDatabase11gEnterprise Edition Release 11.2.0.2.0 - 64bitProduction With the Partitioning,OLAP, Data Miningand Real Application Testingoptions SQL> select version from v$instance; VERSION ----------------- 11.2.0.2.0 SQL> exit reuxeuuz1097:orapml> sqlplus / as sysdba SQL*Plus: Release 11.2.0.2.0 Production on Thu Jul 3 13:09:12 2014
  • 2. Copyright (c) 1982, 2010,Oracle. All rights reserved. Connected to: OracleDatabase11gEnterprise Edition Release 11.2.0.2.0 - 64bitProduction With the Partitioning,OLAP, Data Miningand Real Application Testingoptions SQL> select VERSION, COMMENTS from DBA_REGISTRY_HISTORY; VERSION ------------------------------ COMMENTS --------------------------------------------------------------------- ----------- view invalidation 11.2.0.2.0 Upgraded from 10.2.0.4.0 11.2.0.2 PSU 11.2.0.2.3
  • 3. 1.2 Space Check Logon DB Server ' reuxgbuz338 ' as orawyl 1. At least10-15 GB for the OracleHome directory reuxgbuz338:oracxl>cd $ORACLE_HOME/ dbsreuxgbuz338:oracxl>df -hk $ORACLE_HOME/ dbsFilesystemsize used avail capacity Mounted on /oracle/CXL 25G 20G 4.2G 84% /oracle/CXL 2. About 1024 MB free spacein the /tmp directory reuxgbuz338:oracxl>cd /tmp reuxgbuz338:oracxl>df -h . Filesystem size used avail capacity Mounted on swap 2.0G 88K 2.0G 1% /tmp 3. At least1024 MB of physical RAM reuxgbuz338:oracxl>/usr/sbin/ prtconf | grep Memory prtconf: devinfo facility notavailableMemory size: 98304 Megabytes 4. Swap spaceabout 1.5 times the availablememory for memory up to 2 GB. reuxgbuz338:oracxl>/usr/sbin/swap –s reuxgbuz338:oracxl>swap -s total: 53893072k bytes allocated + 6924788k reserved = 60817860k used, 83885628k available 1.3 Check Authorizatio ns 1. Check write authorization for the /oracledirectory reuxgbuz338:oracxl>touch /oracle/write_test reuxgbuz338:oracxl>rm /oracle/write_test rm: remove /oracle/write_test (yes/no)? Yes 2. Test GUI Launch reuxgbuz338:oracxl>/usr/openwin/bin/xclock 3. Set umask reuxgbuz338:orawyl> umask 022 4. Ensure "root" permission to run root.sh after DB Software Install. If no write authorization,performbelow as root. chgrp dba /oracle chmod 775 /oracle 1.4 Copy Oracle 11.2.0.4 software orawyl>cd /oracle/stage orawyl>mkdir /oracle/stage/11204 orapm> chmod 775 11204 orawyl>cp -rp /sapnas1/SAPCD/oracle_11204_x86/*/oracle/stage/11204
  • 4. 1.5 OracleHome Backup 1. OracleHome oracxl>cp -rp /oracle/CXL/11203 /backup/CXL_BACKUP_RANGP4_DND_02072014 2. Central OracleInventory oracxl>cp -rp /var/opt/oracle/oratab /backup/CXL_BACKUP_RANGP4_DND_02072014 oracxl>cp -rp /oracle/CXL/oraInventory /backup/CXL_BACKUP_RANGP4_DND_02072014 For DB Software installation and upgrade,database must be runningon server where "/oraInventory" is present. Because for clustered DB '/oraInventory' will beavailbleonly on any one of the server. 1.6 Initiate Database Backup 1.DatabaseBackupTrigger Special Pre-upgrade DatabaseBackup to disk 2. DisableBackup.Suspend DatabaseBackup duringuntil upgradefinishes WYL Backup location:/backup/WYL_ORAUPGRADE_BACKUPS_DN D_FREIP0/DB_BACKUPS 1.7 Update the database statistics 1. OracleDictionary statistics: reuxgbuz338:orawyl> brconnect -u // -c -f stats -t oradict_stats 2. OracleSystem statistics: reuxgbuz338:orawyl> brconnect -u // -c -f stats -t system_stats 3. Table statisticsfor SAP tables: reuxgbuz338:orawyl> brconnect -u // -c -f stats -t all -p 4 1.8 OUI and OS Check 1. Checking prerequisites for the OUI: oracxl>cd /oracle/stage/11204/Oracle_11204_Server_Software/database oracxl>./runInstaller -executeSysPrereqs 2. Checking operating system requirements : oracxl>cd /oracle/stage/11204/Oracle_11204_Server_Software/database/SAP orawyl>./RUNINSTALLER -check If you get Warningstatus for below checks then Ignore all Checks Hard Limit maximum open filedescriptors OS Kernel Parameters OS Kernel Parameter : tcp_largest_anon_port OS Kernel Parameter: udp_largest_anon_port Duplicateroot 0 id users
  • 5. 2. Software Installation No. Task Procedure Comments Checking and Setting the Environmen t Variables 1. Make surethe followingenvironment variables areNOT set: TWO_TASK ORA_NLS ORA_NLS32 ORA_NLS33 ORA_NLS10 2. Make surethat the followingenvironment variables areset DISPLAY=localhost:10.0 ORACLE_BASE=/oracle DB_SID=CXL ORACLE_HOME=/oracle/CXL/112_64 NLS_LANG=AMERICAN_AMERICA.UTF8 SAPDATA_HOME=/oracle/CXL LD_LIBRARY_PATH=/usr/sap/CXL/SYS/exe/run:/oracle/CXL/112_64/lib:/usr/sap/C XL/SYS/exe/uc/sun_64:/oracle/client/11x_64/instantclient PATH=/oracle/CXL/112_64/bin:.:/export/home/oraCXL:/usr/sap/CXL/SYS/exe/run: /usr/bin:/usr/sbin:/usr/ucb:/usr/local/bin:/opt/VRTS/bin:/opt/VRTSvcs/bin:/etc/v x/bin:/usr/ucb:/usr/ccs/bin:/usr/bin:.:/usr/sap/CXL/SYS/exe/uc/sun_64:/export/h ome/CXLadm
  • 6. 2.2 Initiate Software Installation orawyl>cd /oracle/stage/11204/Oracle_11204_Server_Software/database/SAP oractl>./RUNINSTALLER 2.3 Parameter Input and Installation 1. Configure Security updates Leave default selection -> Next Select ‘Yes’ in Pop-up confirmation 2. Download Software updates Select Skip Software Updates 3. Installation Option Select Install databasesoftwareonly 4. Grid Installation Options Select Singleinstancedatabaseinstallation 5. Product Languages Select English 6. DatabaseEdition Select EnterpriseEdition 7. Installation location OracleBase->/oracleSoftware Location -> /oracle/CXL/11204 8. OperatingSystem Groups DBA Administrator -> dbaDBA Operator -> oper 9. Prerequisitechecks Perform below only for warnings as per screenshot Select Ignore all ->NextSelect ‘Yes’ in Pop-up confirmation 10. Summary Check settings are correct -> Install 11. Execute Configuration scripts Select OK 12. Finish Select Close Oracleinstall error atthe end of install as unable to write to oracleinventory as itwas set under /oracle/WSC/11203/oraInventory with orawsc as owner and no permissions for orawsc.In order to fix did followingsteps: 1. Changed /var/opt/oracle/oraInst.locto refelect - inventory_loc=/oracle/WYL/11204/oraInventory 2. Ran cmd to re-create inventory from /oracle/WYL/11204/oui/bin:./runInstaller -silent -attachHome -invPtrLoc /var/opt/oracle/oraInst.loc ORACLE_HOME="/oracle/WYL/11204" ORACLE_HOME_NAME="OraDb11g_home2" 2.4 Run Root.sh vesnvl@reuxgbuz338[Dev/Test]$ sudo /oracle/CXL/112_64/root.sh Enter AD Password:
  • 7. Performing root user operation for Oracle11g The followingenvironment variables aresetas: ORACLE_OWNER= oracxl ORACLE_HOME= /oracle/CXL/11203 Enter the full pathname of the local bin directory:[/usr/local/bin]: The contents of "dbhome" have not changed. No need to overwrite. The contents of "oraenv" have not changed. No need to overwrite. The contents of "coraenv" have not changed. No need to overwrite. Entries will beadded to the /var/opt/oracle/oratab fileas needed by DatabaseConfiguration Assistantwhen a databaseis created Finished runninggeneric part of root script. Now product-specific rootactions will beperformed. Finished product-specificrootactions. SAP Bundle Patch 2.5 Set Eviornment Variables for SBP reuxgbuz338:oracxl>export ORACLE_HOME=/oracle/CXL/11204 reuxgbuz338:oracxl>export LD_LIBRARY_PATH=/oracle/CXL/11204/lib 2.6 Update MOpatch and Opatch Utility reuxgbuz338:oracxl>mv /oracle/CXL/11204/OPatch /oracle/CXL/11204/OPatch_BKP_040714 reuxgbuz338:oracxl> mv /oracle/CXL/11204/MOPatch /oracle/CXL/11204/MOPatch_BKP_040714 reuxgbuz338:oracxl>cp -rp /oracle/stage/11204/SBP_112041_201402/MOPatch /oracle/CXL/11204 reuxgbuz338:oracxl>cp -rp /oracle/stage/11204/SBP_112041_201402/OPatch /oracle/CXL/11204
  • 8. 2.7 Apply SAP Bundle Patch reuxgbuz338:oracxl>/bin/sh $ORACLE_HOME/MOPatch/mopatch.sh -v -s /oracle/stage/11204/SAP11204P_1402-20010806.ZIP Pleaseperform task 4.3 Run 'catsbp.sql' Script after DB Upgrade to complete the SBP 2.8 Create Oraflash restore point In reuxgbuz400: 1. Check area and configuration $ sqlplus/ as sysdba SQL> show parameter db_recovery_file_dest SQL> SELECT * FROM V$RECOVERY_FILE_DEST; SQL> SELECT * FROM V$FLASH_RECOVERY_AREA_USAGE; 2. Create restore point $ cd /oracle/CXL/11204/sap/ora_upgrade/pre_upgrade $ sqlplus/ as sysdba @grp_create_restore_point.sql 3. List restore $ sqlplus/ as sysdba @grp_list_restore_point.sql
  • 9. 3. DatabaseUpgrade No. Task Procedure Comments 3.1 Stop SAP Application annd Listener Shutdown CI and Listener 1. Login to CI host reuxeuuz1102 as sidadmand stop SAP. reuxeuuz1102:pmladm> stopsap 2. Login to DB Host with orasid and stop the listener reuxgbuz338:oracxl>lsnrctl stop 3.2 Set Environment Variables for Upgrade pre-check reuxgbuz338:oracxl>export ORACLE_HOME=/oracle/CXL/112_64 reuxgbuz338:oracxl>export LD_LIBRARY_PATH=/oracle/PMl/112_64/lib 3.3 Run Pre-Upgrade Scripts Run 'Status' and 'Task' scripts reuxgbuz338:oracxl>cd /oracle/CXL/11204/sap/ora_upgrade/pre_upgrade reuxgbuz338:oracxl>sqlplus"/as sysdba" SQL> @pre_upgrade_status.sql; reuxgbuz338:oracxl>sqlplus"/as sysdba" SQL> spool PRE_UPGRADE_TASKS.log SQL> @pre_upgrade_tasks.sql; SQL> spool off; SQL> exit Check again for any invalid objects by runningthe status preupgrade script reuxgbuz338:oracxl>cd /oracle/CXL/11204/sap/ora_upgrade/pre_upgrade reuxgbuz338:oracxl>sqlplus"/as sysdba" SQL> @pre_upgrade_status.sql; 3.4 Set Environment Variables for Upgrade reuxgbuz338:oracxl>export ORACLE_HOME=/oracle/CXL/11204 reuxgbuz338:oracxl>export LD_LIBRARY_PATH=/oracle/CXL/11204/lib reuxgbuz338:oracxl>export ORACLE_HOME_SRC=/oracle/CXL/112_64 reuxgbuz338:oracxl>export ORACLE_HOME_TGT=/oracle/CXL/11204 3.5 Check Oratab entry: reuxgbuz338:oracxl>vi /var/opt/oracle/oratab CXL:/oracle/CXL/11203:N
  • 10. 3.6 Launch DatabaseUpgrade Utility 1. Run in query mode for checking. reuxgbuz338:oracxl>cd $ORACLE_HOME/sap/ora_upgrade/post_upgrade reuxgbuz338:oracxl>./dbua.sap.sh -query 2. Start DatabaseUpgrade Assistant reuxgbuz338:oracxl>cd $ORACLE_HOME/sap/ora_upgrade/post_upgrade reuxgbuz3380:oracxl>./dbua.sap.sh 3.7 Parameter Input and Upgrade 1. Upgrade Information Check SID and Current Oracle Home is correct Select Next 2. Warning EVENT or _TRACE_EVENT is set. Do you want to continuwwith upgrade :Yes 3. Upgrade Information Recompile invalidobjects :Yes Pallalelism :3 -> Tick Turn off Archiving for the duration ofthe upgrade :Kept untickedBackup database :Kept unticked Select :Next 4. Upgrade Information Do Not Move Database Files as Part of Upgrade :Tick Select :Next 5. Upgrade Information SpecifyFast Recover Area :Tick Fast RecoveryArea :/oracle/WYL/oraflash Fast RecoveryArea Size :30000 Select :Next 6. Upgrade Information Configure the database withEnterprise Manager :Untick Select :Next 7. Summary Check the detailsare correct andSelect Finish 8. Database Upgrade Assistant REMOTE_OS_AUTHENT initialization parameter has beendeprecated:Ignore This warning occurs at 2% andwindow appears inbackground for "progress" window. Move the progresswindow to select ignore. The upgrade nowstarts andruns throughthe various steps. The logfiles can be foundin 9. Upgrade Results Reviewthe results and Select Close
  • 11. 4. Post-Work No. Task Procedure Comments 4.1 Startup Database 1. Rename old Oraclelogfile reuxgbuz338:oracxl>/oracle/CXL/saptrace/diag/rdbms/cxl/CXL/trace reuxgbuz338:oracxl>mv alert_CXL.log alert_CXL_13Aug2014 2. Re-create OracleHome softlink reuxgbuz338:oracxl>cd /oracle/CXL reuxgbuz338:oracxl>rm -rf 112_64 reuxgbuz338:oracxl>ln -s /oracle/CXL/11204 112_64 3. Start up Database reuxgbuz338:oracxl>sqlplus"/as sysdba" SQL> startup 4.2 Run Post Upgrade Scripts reuxgbuz338:oracxl>cd /oracle/CXL/11204/sap/ora_upgrade/post_upgrade reuxgbuz338:oracxl>sqlplus"/as sysdba" SQL> @post_upgrade_status.sql; 4.3 Run 'catsbp.sql' Script 1. Run SBP post-installation script. reuxgbuz338:oracxl>cd /oracle/CXL/11204/sapbundle/SBP_112041_201402 reuxgbuz338:oracxl>sqlplus"/as sysdba" SQL> @catsbp.sql; 2.Conifm SBP Level SQL> select VERSION, COMMENTS from DBA_REGISTRY_HISTORY; As per below update in Note 1431793,CATSBP.sql scripthas to be run after DB upgrade 2013-May-15 4.4 Restart Database 1. Stop Database reuxgbuz400:orawyl> sqlplus"/as sysdba" SQL> shutdown immediate; SQL> exit Ensure all oracleprocesses areended with ps -ef . If still there kill them to avoid mount in exclusivemode error. 2. Start up Database reuxgbuz400:orawyl> sqlplus"/as sysdba" SQL> startup;
  • 12. 5. Troubleshoot No. Issue Resolution Comments 5.2 Error in ST04N/DBA Cockpit: Synonyms missing:Pleaserun initialization scriptas per SAP-note 706927 reuxgbuz338:oracxl>cd /oracle/stage/11204/SBP_112041_201402/note_706927 1. Script-1 reuxgbuz338:oracxl>sqlplus"/ as sysdba"@create_11_2.sql If you would liketo continuepress <enter> elsetype no: <enter> Enter valuefor sap_schema: SAPDAT Password for user SAPDAT: <password> 2. Script-2 reuxgbuz338:oracxl>sqlplus"/ as sysdba"@CreateCompressTablesUnicode.sql If you would liketo continuepress <enter> elsetype no: <enter> Enter valuefor sap_schema: SAPDAT Password for user SAPDAT: <password> 3. Script-3 reuxgbuz338:oracxl>sqlplus"/ as sysdba"@CreateSAPDollarViews_11_2.sql Refer SAP Note 706927
  • 13. Overview / Timings Sl.No Tasks Start Date End Date Time Status 1. Pre-Work ( 11 Hours ) 1.1 Checking theOriginalVersion of Database 5 min Completed 1.2 Space Check 5 min Completed 1.3 Check Authorizations 5 min Completed 1.4 Downloadand Copy Oracle 11.2.0.3softwares 8hr Completed 1.5 Oracle Home Backup 15 min Completed 1.6 Initiate Database Backup 2hr Completed 1.7 Update DatabaseStatistics 30 min Completed 1.8 OUI and OS Check 5 min Completed 2. Oracle Software Installation ( 6.5 Hours ) 2.1 Checking and Setting the Environment Variables 5 min Completed 2.2 Initiate Software Installation 5 min Completed 2.3 InstallationParameter Inputand runInstallation 5 hr Completed 2.4 Run Root.sh 5 min Completed 2.5 Set EnvironmentVariables for SBP 5 min Completed 2.6 Update MOpatch and Opatch Utility 10 min Completed 2.7 Apply SAP BundlePatch 1 hr Completed 3. Database Upgrade ( 2 Hours ) 3.1 Stop SAP Applicationand Listener 15 min Completed 3.2 Set EnvironmentVariables for Upgradepre-check 5 min Completed 3.3 Run Pre-UpgradeScripts 15 min Completed 3.4 Set EnvironmentVariables for Upgrade 5 min Completed 3.5 Check Oratab entry 5 min Completed 3.6 Launch DatabaseUpgrade Utility 5 min Completed 3.7 Upgrade Parameter Input and runUpgrade 1 hr Completed 4. Post-Work ( 8 Hours ) 4.1 Startup Database 15 min Completed 4.2 Adjust _fix_controland event Parameters 15 min Completed 4.3 Run Post UpgradeScript 10 min Completed 4.4 Upgrade Oracle Client 30 min Completed 4.5 Run 'catsbp.sql' Script & RestartDatabase 30 min Completed
  • 14. 4.7 Perform ClientUpgrade for allSAP Instances 3hr Completed 4.8 Startup SAP and Listener 30 min Completed 4.9 Update DatabaseStatistics 30 min Completed 4.10 Initiate Database andArchive Backup 2hr Completed 4.11 AutomatedOracle DBparameter check 20 min Completed 5. Troubleshooting ( Included above )