SlideShare a Scribd company logo
1 of 61
Download to read offline
Basel Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart Vienna
Upgrade 8 nodes 11GR2 cluster to 12c.
Everything going smoothly ?
Let’s see…
© 2013TechEvent 27 September 2013 2
Agenda
 Target 11GR2 infrastructure
 Pre-upgrade Checks and restrictions
 Run CVU to validate readiness
 Upgrade the GRID
 Upgrade the RDBMS
 Post upgrade task
 Q/A
Trivadis
Tech-Event
27 Sept 2013
Basel Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart Vienna
Target 11GR2 infrastructure
© 2013TechEvent 27 September 2013 4
Target 11GR2 infrastructure
© 2013TechEvent 27 September 2013 5
Target 11GR2 infrastructure
OS is OEL 6.4 x64
3 server pools
 PMU: ACTIVE_SERVERS=node3 node5 node6 node8
 LUDO: ACTIVE_SERVERS=node1 node7 (rac one node)
 TST: ACTIVE_SERVERS=node2 node4 (rac one node)
© 2013TechEvent 27 September 2013 6
Target 11GR2 infrastructure
NAME TARGET STATE SERVER STATE_DETAILS
-------------------------------------------------------------------
ora.ludo.db
1 ONLINE ONLINE node1 Open
ora.pmu.db
1 ONLINE ONLINE node5 Open
2 ONLINE ONLINE node3 Open
3 ONLINE OFFLINE Instance Shutdown
4 ONLINE ONLINE node6 Open
5 ONLINE OFFLINE Instance Shutdown
6 ONLINE ONLINE node8 Open
ora.vico.db
1 ONLINE ONLINE node1 Open
© 2013
Target 11GR2 infrastructure
TechEvent 27 September 2013 7
The apex application
Basel Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart Vienna
Pre-upgrade Checks and restrictions
© 2013TechEvent 27 September 2013 9
Pre-upgrade Checks and restrictions
 Unset all environment variables
 $ unset ORACLE_BASE
 $ unset ORACLE_HOME
 $ unset ORACLE_SID
 $ unset TNS_ADMIN
 $ unset ORA_NLS10
 $ unset ORA_CRS_HOME (under oracle support)
 Also, ensure that the $ORACLE_HOME/bin path is
removed from your PATH environment variable.
© 2013TechEvent 27 September 2013 10
Pre-upgrade Checks and restrictions
 To upgrade existing Oracle Grid Infrastructure
installations from Oracle Grid Infrastructure 11g
Release 2 (11.2.0.2) to a later release, you must
apply patch 11.2.0.2.3 (11.2.0.2 PSU 3) or later.
 Back Up the Oracle Software Before Upgrades!
Basel Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart Vienna
Run CVU to validate readiness
© 2013TechEvent 27 September 2013 12
Run CVU to validate readiness
 CVU runs the appropriate system checks
automatically, and either prompts you to fix
problems, or provides a fixup script to be run on all
nodes in the cluster before proceeding with the
upgrade.
./runcluvfy.sh stage -pre crsinst -upgrade -n node1, node2,
node3, node4, node5, node6, node7, node8 -rolling -src_crshome
/oracle/grid/11.2.0.3 -dest_crshome /oracle/grid/12.1.0.0 -
dest_version 12.1.0.1.0 -fixup -verbose
dest_version must be: 12.1.0.1.0
© 2013TechEvent 27 September 2013 13
Run CVU to validate readiness
 For my cluster the test failed because of an NTP
issue. Timing between servers was ok but the time
server was not the same.
 Solution for me was to set the same time server for
all nodes.
 An other option would have been to disable NTP
during the upgrade phase and let CTSS run in
active mode.
 I did not report other issues for the check.
© 2013TechEvent 27 September 2013 14
Run CVU to validate readiness
NTP common Time Server Check started...
PRVF-5408 : NTP Time Server "94.23.228.130" is common only to the following nodes "node4"
PRVF-5408 : NTP Time Server "149.20.64.28" is common only to the following nodes "node8,node5"
PRVF-5408 : NTP Time Server "89.109.251.23" is common only to the following nodes "node4"
PRVF-5408 : NTP Time Server "145.238.203.14" is common only to the following nodes
"node3,node8,node7,node6"
PRVF-5408 : NTP Time Server "134.32.3.171" is common only to the following nodes "node3,node7"
PRVF-5408 : NTP Time Server "213.251.128.249" is common only to the following nodes "node1"
PRVF-5408 : NTP Time Server "7.171.61.54" is common only to the following nodes "node1"
PRVF-5408 : NTP Time Server "129.70.132.33" is common only to the following nodes "node8,node5"
PRVF-5408 : NTP Time Server "195.220.94.163" is common only to the following nodes "node2,node4"
PRVF-5408 : NTP Time Server "77.109.139.83" is common only to the following nodes "node2,node6"
PRVF-5408 : NTP Time Server "193.67.79.202" is common only to the following nodes "node3,node7"
PRVF-5408 : NTP Time Server "192.93.2.20" is common only to the following nodes "node1,node5"
PRVF-5408 : NTP Time Server "120.115.231.29" is common only to the following nodes "node2,node6"
PRVF-5416 : Query of NTP daemon failed on all nodes
Basel Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart Vienna
Upgrade the GRID
© 2013TechEvent 27 September 2013 16
Upgrade the GRID
Run ./runInstaller
© 2013TechEvent 27 September 2013 17
Upgrade the GRID
© 2013TechEvent 27 September 2013 18
Upgrade the GRID
Initially I have decide to just upgrade without new functionalities
© 2013TechEvent 27 September 2013 19
Upgrade the GRID
But to use some of them, you have to reinstall the grid 
© 2013TechEvent 27 September 2013 20
Upgrade the GRID
So I choose YES 
© 2013TechEvent 27 September 2013 21
Upgrade the GRID
© 2013TechEvent 27 September 2013 22
Upgrade the GRID
© 2013TechEvent 27 September 2013 23
Upgrade the GRID
Cool feature to group nodes to upgrade 
© 2013TechEvent 27 September 2013 24
Upgrade the GRID
© 2013TechEvent 27 September 2013 25
Upgrade the GRID
© 2013TechEvent 27 September 2013 26
Upgrade the GRID
© 2013TechEvent 27 September 2013 27
Upgrade the GRID
© 2013TechEvent 27 September 2013 28
Upgrade the GRID
 11gR2 alertNode1.log
[ctssd(3025)]CRS-2405:The Cluster Time Synchronization Service on host node1 is shutdown by user
 12c alertNode1.log
[client(28956)]CRS-1808:Node-specific configuration for node node1 in Oracle Local Registry was
upgraded to version 12.1.0.1.0.
[ohasd(29129)]CRS-2112:The OLR service started on node node1.
[ohasd(29129)]CRS-1301:Oracle High Availability Service started on node node1.
...
[crsd(9720)]CRS-1012:The OCR service started on node node1.
2013-09-06 21:22:19.214:
[crsd(9720)]CRS-1201:CRSD started on node node1.
2013-09-06 21:22:44.713:
[client(9981)]CRS-1804:Node node1 upgraded to version 12.1.0.1.0. 
© 2013TechEvent 27 September 2013 29
Upgrade the GRID
 Databases are automaticaly relocated to other nodes during the upgrade
thanks to policy managed
NAME TARGET STATE SERVER STATE_DETAILS
-------------------------------------------------------------------
ora.ludo.db
1 ONLINE ONLINE node2 Open
ora.pmu.db
1 ONLINE ONLINE node5 Open
2 ONLINE OFFLINE Instance Shutdown
3 ONLINE OFFLINE Instance Shutdown
4 ONLINE OFFLINE Instance Shutdown,STARTING
5 ONLINE OFFLINE Instance Shutdown,STARTING
6 ONLINE ONLINE node8 Open
ora.vico.db
1 ONLINE ONLINE node2 Open
© 2013TechEvent 27 September 2013 30
Upgrade the GRID
© 2013TechEvent 27 September 2013 31
Upgrade the GRID
Oups, what the hell going on!!  Let’s see the logs
© 2013TechEvent 27 September 2013 32
Upgrade the GRID
Log says: +GRID does not have enough space. Required space is 3358 MB ,
available space is 161 MB!
I would have appreciated a message during prerequisite checks
Actions:
1. Added more disks to the GRID diskgroup
2. Retried the configuration
3. Failed again as the available space is not updated
1. So I skipped the configuration and close the installer
2. Checked the log for the command that needs to be run
3. Run the command(s) manually
© 2013TechEvent 27 September 2013 33
Upgrade the GRID
-bash-4.1$ /oracle/grid/12.1.0.0/bin/dbca -silent -createDatabase -templateName
MGMTSeed_Database.dbc -sid -MGMTDB -gdbName _mgmtdb -storageType ASM -
diskGroupName GRID -datafileJarLocation /oracle/grid/12.1.0.0/assistants/dbca/templates -
characterset AL32UTF8 -autoGeneratePasswords -oui_internal
Copying database files
1% complete
..
35% complete
Creating and starting Oracle instance
37% complete
..
58% complete
Registering database with Oracle Grid Infrastructure
64% complete
Completing Database Creation
68% complete
..
100% complete
Look at the log file "/oracle/gridbase/cfgtoollogs/dbca/_mgmtdb/_mgmtdb.log" for further details.
© 2013TechEvent 27 September 2013 34
Upgrade the GRID
-bash-4.1$ /oracle/grid/12.1.0.0/oui/bin/runConfig.sh ORACLE_HOME=/oracle/grid/12.1.0.0
MODE=perform ACTION=configure RERUN=false $*
Setting the invPtrLoc to /oracle/grid/12.1.0.0/oraInst.loc
perform - mode is starting for action: configure
perform - mode finished for action: configure
You can see the log file: /oracle/grid/12.1.0.0/cfgtoollogs/oui/configActions2013-09-07_01-35-58-PM.log
Warning: if you do not set ORACLE_SID=-MGMTDB the process will create a new database!
This manual installation step should normally be avoided if you make sure you have 5Gb free
in your GRID diskgroup.
© 2013TechEvent 27 September 2013 35
Upgrade the GRID
 After the upgrade process some listeners failed to start and the post
upgrade check script failed of 4 nodes on the VIP section.
 If reboot the nodes one by one and everything was ok after that.
Post-check for cluster services setup was successful.
The plug-in Oracle Cluster Verification Utility has successfully been performed
The action configuration has successfully completed
© 2013TechEvent 27 September 2013 36
Upgrade the GRID
At the end
You should see something like this in the alertlog!
[crsd(9720)]CRS-1001:The OCR was formatted using version 4.
[cssd(9016)]CRS-1626:A Configuration change request completed successfully
[cssd(9016)]CRS-1601:CSSD Reconfiguration complete. Active nodes are node1 node2
node3 node4 node5 node6 node7 node8 .
[crsd(9720)]CRS-1005:The Oracle Clusterware upgrade was completed. Version has
changed from [186647296, 11.2.0.3.0] to [202375424, 12.1.0.1.0].
Details in /oracle/grid/12.1.0.0/log/node1/crsd/crsd.log.
© 2013TechEvent 27 September 2013 37
Upgrade the GRID
NAME TARGET STATE SERVER STATE_DETAILS
-------------------------------------------------------------------
ora.ludo.db
1 ONLINE ONLINE node5 Open,STABLE
ora.mgmtdb
1 ONLINE ONLINE node8 Open,STABLE
ora.pmu.db
1 ONLINE OFFLINE Instance Shutdown,STABLE
2 ONLINE ONLINE node1 Open,STABLE
3 ONLINE ONLINE node2 Open,STABLE
4 ONLINE OFFLINE Instance Shutdown,STABLE
5 ONLINE ONLINE node7 Open,STABLE
6 ONLINE ONLINE node8 Open,STABLE
ora.vico.db
1 ONLINE ONLINE node5 Open,STABLE
Note: I have started to reboot from node8. The first node that is ok get the
mgmtdb management database.
Basel Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart Vienna
Upgrade the RDBMS
© 2013TechEvent 27 September 2013 39
Upgrade the RDBMS
 CVU runs the appropriate system checks automatically in
the RAC before proceeding with the upgrade.
 Before running CVU, make sure the dbsnmp account is
unlocked and the password is set. You can specify and other
account.
Run CVU:/oracle/db/12.1.0.0/bin/cluvfy stage -pre dbinst -
upgrade -src_dbhome /oracle/db/11.2.0.3 -dest_dbhome
/oracle/db/12.1.0.0 -dest_version 12.1.0.0.0 –verbose
…
ASM and CRS versions are compatible
Database version "12.1.0.0.0" is compatible with the
Clusterware version "12.1.0.1.0".
Pre-check for database installation was successful.
© 2013TechEvent 27 September 2013 40
Upgrade the RDBMS
Run the installer and install “software only” across all nodes
© 2013TechEvent 27 September 2013 41
Upgrade the RDBMS
Would have preferred to be prompt for root credentials…
© 2013TechEvent 27 September 2013 42
Upgrade the RDBMS
 To upgrade a database, you must run the upgrade assistant
from a node where the database is running
Is Rolling Upgrade possible?
YES but using:
 Using Data Guard SQL Apply
 Using Physical Standby Databases and Transient Logical
Standby
© 2013TechEvent 27 September 2013 43
Upgrade the RDBMS
Run dbua from the node where the target db is running
© 2013TechEvent 27 September 2013 44
Upgrade the RDBMS
© 2013TechEvent 27 September 2013 45
Upgrade the RDBMS
Script can be generated to fix up upgrade prerequisites 
© 2013TechEvent 27 September 2013 46
Upgrade the RDBMS
Adjust some settings, the parallelism one is cool 
© 2013TechEvent 27 September 2013 47
Upgrade the RDBMS
Check the summary…
© 2013TechEvent 27 September 2013 48
Upgrade the RDBMS
Strange error as the oracle user has the right to do it. 
© 2013TechEvent 27 September 2013 49
Upgrade the RDBMS
You can then check the Upgrade Result 
© 2013TechEvent 27 September 2013 50
Upgrade the RDBMS
Important
It’s not possible to convert a 11gR2 database to a container
database.
To use this feature you have:
 Create a 12c container database
 Upgrade your 11gR2 databases to 12c
 Plug your upgraded 12c databases in the container database
© 2013
Upgrade the RDBMS
NAME TARGET STATE SERVER STATE_DETAILS
-------------------------------------------------------------------
ora.ludo.db
1 ONLINE ONLINE node6 Open,STABLE
ora.mgmtdb
1 ONLINE ONLINE node8 Open,STABLE
ora.pmu.db
1 ONLINE OFFLINE Instance Shutdown,STABLE
2 ONLINE ONLINE node1 Open,STABLE
3 ONLINE ONLINE node7 Open,STABLE
4 ONLINE OFFLINE Instance Shutdown,STABLE
5 ONLINE ONLINE node2 Open,STABLE
6 ONLINE ONLINE node8 Open,STABLE
ora.vico.db
1 ONLINE ONLINE node5 Open,STABLE
TechEvent 27 September 2013 51
© 2013
Upgrade the RDBMS
TechEvent 27 September 2013 52
The apex application is still alive after striking F5 
Basel Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart Vienna
Post upgrade tasks
© 2013TechEvent 27 September 2013 54
Post upgrade tasks
Remove Grid 11gR2 home
 You must first change the permission and ownership of the
previous release Grid home
#chmod -R 755 /oracle/grid/11.2.0.3
#chown -R grid /oracle/grid/11.2.0.3
 Use the Oracle Grid Infrastructure 11g standalone deinstallation
tool to remove the previous release Grid home.
 And not the 12c one as stated in the documentation 
 Download it from here:
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
© 2013TechEvent 27 September 2013 55
Post upgrade tasks
./deinstall -home /oracle/grid/11.2.0.3
####################### CHECK OPERATION SUMMARY #######################
Oracle Grid Infrastructure Home is: /oracle/grid/12.1.0.0
The cluster node(s) on which the Oracle home deinstallation will be performed
are:node1,node2,node3,node4,node5,node6,node7,node8
Oracle Home selected for deinstall is: /oracle/grid/11.2.0.3
Inventory Location where the Oracle home registered is: /oracle/oraInventory
The home being deconfigured is NOT a configured Grid Infrastructure home (/oracle/grid/12.1.0.0)
ASM was not detected in the Oracle Home
Do you want to continue (y - yes, n - no)? [n]: Y
…
####################### CLEAN OPERATION SUMMARY #######################
The home being deconfigured is NOT a configured Grid Infrastructure home (/oracle/grid/12.1.0.0)
Successfully detached Oracle home '/oracle/grid/11.2.0.3' from the central inventory on the local node.
Successfully deleted directory '/oracle/grid/11.2.0.3' on the local node.
Successfully detached Oracle home '/oracle/grid/11.2.0.3' from the central inventory on the remote nodes
'node5,node2,node3,node7,node6,node4,node8'.
Successfully deleted directory '/oracle/grid/11.2.0.3' on the remote nodes
'node2,node3,node4,node5,node6,node7,node8'.
Oracle Universal Installer cleanup completed Successfully.
Oracle deinstall tool successfully cleaned up temporary directories.
#######################################################################
© 2013TechEvent 27 September 2013 56
Post upgrade tasks
Remove RDBMS11gR2 home
 After having completed all 11gR2 database upgrades
 Use the Oracle Grid Infrastructure 11g standalone deinstallation
tool to remove the previous release Grid home.
 And not the 12c one as stated in the documentation 
 Download it from here:
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
© 2013TechEvent 27 September 2013 57
Post upgrade tasks
./deinstall -home /oracle/db/11.2.0.3
####################### CHECK OPERATION SUMMARY #######################
Oracle Grid Infrastructure Home is: /oracle/grid/12.1.0.0
The cluster node(s) on which the Oracle home deinstallation will be performed
are:node1,node2,node3,node4,node5,node6,node7,node8
Oracle Home selected for deinstall is: /oracle/db/11.2.0.3
Inventory Location where the Oracle home registered is: /oracle/oraInventory
No Enterprise Manager configuration to be updated for any database(s)
No Enterprise Manager ASM targets to update
No Enterprise Manager listener targets to migrate
Checking the config status for CCR
node1 : Oracle Home exists with CCR directory, but CCR is not configured
node2 : Oracle Home exists with CCR directory, but CCR is not configured
node3 : Oracle Home exists with CCR directory, but CCR is not configured
node4 : Oracle Home exists with CCR directory, but CCR is not configured
node5 : Oracle Home exists with CCR directory, but CCR is not configured
node6 : Oracle Home exists with CCR directory, but CCR is not configured
node7 : Oracle Home exists with CCR directory, but CCR is not configured
node8 : Oracle Home exists with CCR directory, but CCR is not configured
CCR check is finished
Do you want to continue (y - yes, n - no)? [n]: YES
© 2013TechEvent 27 September 2013 58
Post upgrade tasks
######################### CLEAN OPERATION END #########################
####################### CLEAN OPERATION SUMMARY #######################
Cleaning the config for CCR
As CCR is not configured, so skipping the cleaning of CCR configuration
CCR clean is finished
Successfully detached Oracle home '/oracle/db/11.2.0.3' from the central inventory on the local
node.
Successfully deleted directory '/oracle/db/11.2.0.3' on the local node.
Successfully detached Oracle home '/oracle/db/11.2.0.3' from the central inventory on the remote
nodes 'node5,node2,node3,node7,node6,node4,node8'.
Successfully deleted directory '/oracle/db/11.2.0.3' on the remote nodes
'node2,node3,node4,node5,node6,node7,node8'.
Oracle Universal Installer cleanup was successful.
Oracle deinstall tool successfully cleaned up temporary directories.
#######################################################################
############# ORACLE DEINSTALL & DECONFIG TOOL END #############
© 2013TechEvent 27 September 2013 59
Post upgrade tasks
Upgrade ASM DiskGroup attributes to 12,1,0,0
BUT, think about compatible parameter of the database!
You will not be able to start your database if you do not update
the parameter to “12.1.0.0.0” before changing ASM DiskGroup
attributes.
© 2013TechEvent 27 September 2013 60
Post upgrade tasks
After the upgrade, think to update
 Documentation,
 Procedure,
 DRP scenarios,
 …
Welcome to 12c!
Basel Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart Vienna
Thank you very much for your attention
?

More Related Content

What's hot

NoCOUG_201411_Patel_Managing_a_Large_OLTP_Database
NoCOUG_201411_Patel_Managing_a_Large_OLTP_DatabaseNoCOUG_201411_Patel_Managing_a_Large_OLTP_Database
NoCOUG_201411_Patel_Managing_a_Large_OLTP_DatabaseParesh Patel
 
Oracle Database 12.1.0.2 New Performance Features
Oracle Database 12.1.0.2 New Performance FeaturesOracle Database 12.1.0.2 New Performance Features
Oracle Database 12.1.0.2 New Performance FeaturesChristian Antognini
 
Trivadis TechEvent 2016 Oracle Client Failover - Under the Hood by Robert Bialek
Trivadis TechEvent 2016 Oracle Client Failover - Under the Hood by Robert BialekTrivadis TechEvent 2016 Oracle Client Failover - Under the Hood by Robert Bialek
Trivadis TechEvent 2016 Oracle Client Failover - Under the Hood by Robert BialekTrivadis
 
Real-Time Query for Data Guard
Real-Time Query for Data Guard Real-Time Query for Data Guard
Real-Time Query for Data Guard Uwe Hesse
 
Boost your Oracle RAC manageability with Policy-Managed Databases
Boost your Oracle RAC manageability with Policy-Managed DatabasesBoost your Oracle RAC manageability with Policy-Managed Databases
Boost your Oracle RAC manageability with Policy-Managed DatabasesLudovico Caldara
 
Performance Scenario: Diagnosing and resolving sudden slow down on two node RAC
Performance Scenario: Diagnosing and resolving sudden slow down on two node RACPerformance Scenario: Diagnosing and resolving sudden slow down on two node RAC
Performance Scenario: Diagnosing and resolving sudden slow down on two node RACKristofferson A
 
RACAttack 12c Advanced Lab: Server Pools and Policy-managed databases
RACAttack 12c Advanced Lab: Server Pools and Policy-managed databasesRACAttack 12c Advanced Lab: Server Pools and Policy-managed databases
RACAttack 12c Advanced Lab: Server Pools and Policy-managed databasesLudovico Caldara
 
Oracle Rapid Home Provisioning 12.2
Oracle Rapid Home Provisioning 12.2Oracle Rapid Home Provisioning 12.2
Oracle Rapid Home Provisioning 12.2Daniele Massimi
 
Oracle Database 12.1.0.2: New Features
Oracle Database 12.1.0.2: New FeaturesOracle Database 12.1.0.2: New Features
Oracle Database 12.1.0.2: New FeaturesDeiby Gómez
 
Oracle RAC, Data Guard, and Pluggable Databases: When MAA Meets Multitenant (...
Oracle RAC, Data Guard, and Pluggable Databases: When MAA Meets Multitenant (...Oracle RAC, Data Guard, and Pluggable Databases: When MAA Meets Multitenant (...
Oracle RAC, Data Guard, and Pluggable Databases: When MAA Meets Multitenant (...Ludovico Caldara
 
Oracle12c data guard farsync and whats new - Nassyam Basha
Oracle12c data guard farsync and whats new - Nassyam BashaOracle12c data guard farsync and whats new - Nassyam Basha
Oracle12c data guard farsync and whats new - Nassyam Bashapasalapudi123
 
Dataguard physical stand by setup
Dataguard physical stand by setupDataguard physical stand by setup
Dataguard physical stand by setupsmajeed1
 
Oracle Multitenant Database 2.0 - Improvements in Oracle Database 12c Release 2
Oracle Multitenant Database 2.0 - Improvements in Oracle Database 12c Release 2Oracle Multitenant Database 2.0 - Improvements in Oracle Database 12c Release 2
Oracle Multitenant Database 2.0 - Improvements in Oracle Database 12c Release 2Markus Flechtner
 
Zero Data Loss Recovery Appliance - Deep Dive
Zero Data Loss Recovery Appliance - Deep DiveZero Data Loss Recovery Appliance - Deep Dive
Zero Data Loss Recovery Appliance - Deep DiveDaniele Massimi
 
Upgrade 11gR2 to 12cR1 Clusterware
Upgrade 11gR2 to 12cR1 ClusterwareUpgrade 11gR2 to 12cR1 Clusterware
Upgrade 11gR2 to 12cR1 ClusterwareNikhil Kumar
 
Database-Migration and -Upgrade with Transportable Tablespaces
Database-Migration and -Upgrade with Transportable TablespacesDatabase-Migration and -Upgrade with Transportable Tablespaces
Database-Migration and -Upgrade with Transportable TablespacesMarkus Flechtner
 
Oracle Data Guard A to Z
Oracle Data Guard A to ZOracle Data Guard A to Z
Oracle Data Guard A to ZZohar Elkayam
 
Oracle data guard configuration in 12c
Oracle data guard configuration in 12cOracle data guard configuration in 12c
Oracle data guard configuration in 12cuzzal basak
 
RHP like Rapid Home Provisioning
RHP like Rapid Home ProvisioningRHP like Rapid Home Provisioning
RHP like Rapid Home ProvisioningDaniele Massimi
 

What's hot (20)

NoCOUG_201411_Patel_Managing_a_Large_OLTP_Database
NoCOUG_201411_Patel_Managing_a_Large_OLTP_DatabaseNoCOUG_201411_Patel_Managing_a_Large_OLTP_Database
NoCOUG_201411_Patel_Managing_a_Large_OLTP_Database
 
Oracle Database 12.1.0.2 New Performance Features
Oracle Database 12.1.0.2 New Performance FeaturesOracle Database 12.1.0.2 New Performance Features
Oracle Database 12.1.0.2 New Performance Features
 
Trivadis TechEvent 2016 Oracle Client Failover - Under the Hood by Robert Bialek
Trivadis TechEvent 2016 Oracle Client Failover - Under the Hood by Robert BialekTrivadis TechEvent 2016 Oracle Client Failover - Under the Hood by Robert Bialek
Trivadis TechEvent 2016 Oracle Client Failover - Under the Hood by Robert Bialek
 
Real-Time Query for Data Guard
Real-Time Query for Data Guard Real-Time Query for Data Guard
Real-Time Query for Data Guard
 
Boost your Oracle RAC manageability with Policy-Managed Databases
Boost your Oracle RAC manageability with Policy-Managed DatabasesBoost your Oracle RAC manageability with Policy-Managed Databases
Boost your Oracle RAC manageability with Policy-Managed Databases
 
Performance Scenario: Diagnosing and resolving sudden slow down on two node RAC
Performance Scenario: Diagnosing and resolving sudden slow down on two node RACPerformance Scenario: Diagnosing and resolving sudden slow down on two node RAC
Performance Scenario: Diagnosing and resolving sudden slow down on two node RAC
 
RACAttack 12c Advanced Lab: Server Pools and Policy-managed databases
RACAttack 12c Advanced Lab: Server Pools and Policy-managed databasesRACAttack 12c Advanced Lab: Server Pools and Policy-managed databases
RACAttack 12c Advanced Lab: Server Pools and Policy-managed databases
 
Oracle Rapid Home Provisioning 12.2
Oracle Rapid Home Provisioning 12.2Oracle Rapid Home Provisioning 12.2
Oracle Rapid Home Provisioning 12.2
 
Oracle Database 12.1.0.2: New Features
Oracle Database 12.1.0.2: New FeaturesOracle Database 12.1.0.2: New Features
Oracle Database 12.1.0.2: New Features
 
Oracle RAC, Data Guard, and Pluggable Databases: When MAA Meets Multitenant (...
Oracle RAC, Data Guard, and Pluggable Databases: When MAA Meets Multitenant (...Oracle RAC, Data Guard, and Pluggable Databases: When MAA Meets Multitenant (...
Oracle RAC, Data Guard, and Pluggable Databases: When MAA Meets Multitenant (...
 
Oracle12c data guard farsync and whats new - Nassyam Basha
Oracle12c data guard farsync and whats new - Nassyam BashaOracle12c data guard farsync and whats new - Nassyam Basha
Oracle12c data guard farsync and whats new - Nassyam Basha
 
Dataguard physical stand by setup
Dataguard physical stand by setupDataguard physical stand by setup
Dataguard physical stand by setup
 
Oracle Multitenant Database 2.0 - Improvements in Oracle Database 12c Release 2
Oracle Multitenant Database 2.0 - Improvements in Oracle Database 12c Release 2Oracle Multitenant Database 2.0 - Improvements in Oracle Database 12c Release 2
Oracle Multitenant Database 2.0 - Improvements in Oracle Database 12c Release 2
 
Zero Data Loss Recovery Appliance - Deep Dive
Zero Data Loss Recovery Appliance - Deep DiveZero Data Loss Recovery Appliance - Deep Dive
Zero Data Loss Recovery Appliance - Deep Dive
 
Upgrade 11gR2 to 12cR1 Clusterware
Upgrade 11gR2 to 12cR1 ClusterwareUpgrade 11gR2 to 12cR1 Clusterware
Upgrade 11gR2 to 12cR1 Clusterware
 
Database-Migration and -Upgrade with Transportable Tablespaces
Database-Migration and -Upgrade with Transportable TablespacesDatabase-Migration and -Upgrade with Transportable Tablespaces
Database-Migration and -Upgrade with Transportable Tablespaces
 
Oracle Data Guard A to Z
Oracle Data Guard A to ZOracle Data Guard A to Z
Oracle Data Guard A to Z
 
Oracle Data Guard
Oracle Data GuardOracle Data Guard
Oracle Data Guard
 
Oracle data guard configuration in 12c
Oracle data guard configuration in 12cOracle data guard configuration in 12c
Oracle data guard configuration in 12c
 
RHP like Rapid Home Provisioning
RHP like Rapid Home ProvisioningRHP like Rapid Home Provisioning
RHP like Rapid Home Provisioning
 

Similar to Presentation 12c grid_upgrade

BRKRST-3066 - Troubleshooting Nexus 7000 (2013 Melbourne) - 2 Hours.pdf
BRKRST-3066 - Troubleshooting Nexus 7000 (2013 Melbourne) - 2 Hours.pdfBRKRST-3066 - Troubleshooting Nexus 7000 (2013 Melbourne) - 2 Hours.pdf
BRKRST-3066 - Troubleshooting Nexus 7000 (2013 Melbourne) - 2 Hours.pdfaaajjj4
 
Programming embedded systems ii
Programming embedded systems iiProgramming embedded systems ii
Programming embedded systems iivtsplgroup
 
Tutorial WiFi driver code - Opening Nuts and Bolts of Linux WiFi Subsystem
Tutorial WiFi driver code - Opening Nuts and Bolts of Linux WiFi SubsystemTutorial WiFi driver code - Opening Nuts and Bolts of Linux WiFi Subsystem
Tutorial WiFi driver code - Opening Nuts and Bolts of Linux WiFi SubsystemDheryta Jaisinghani
 
Automate Oracle database patches and upgrades using Fleet Provisioning and Pa...
Automate Oracle database patches and upgrades using Fleet Provisioning and Pa...Automate Oracle database patches and upgrades using Fleet Provisioning and Pa...
Automate Oracle database patches and upgrades using Fleet Provisioning and Pa...Nelson Calero
 
Docker on openstack by OpenSource Consulting
Docker on openstack by OpenSource ConsultingDocker on openstack by OpenSource Consulting
Docker on openstack by OpenSource ConsultingOpen Source Consulting
 
Citrix TechEdge 2014 - Advanced Tools and Techniques for Troubleshooting NetS...
Citrix TechEdge 2014 - Advanced Tools and Techniques for Troubleshooting NetS...Citrix TechEdge 2014 - Advanced Tools and Techniques for Troubleshooting NetS...
Citrix TechEdge 2014 - Advanced Tools and Techniques for Troubleshooting NetS...David McGeough
 
JomaSoft VDCF - Solaris Private Cloud
JomaSoft VDCF - Solaris Private CloudJomaSoft VDCF - Solaris Private Cloud
JomaSoft VDCF - Solaris Private CloudJomaSoft
 
8051 Embedded Programming in C - Book-II
8051 Embedded Programming in C - Book-II8051 Embedded Programming in C - Book-II
8051 Embedded Programming in C - Book-IIhandson28
 
Managing troubleshooting cluster_360dgrees
Managing troubleshooting cluster_360dgreesManaging troubleshooting cluster_360dgrees
Managing troubleshooting cluster_360dgreesSyed Hussain
 
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
 
Advanced Tools and Techniques for Troubleshooting NetScaler Appliances
Advanced Tools and Techniques for Troubleshooting NetScaler AppliancesAdvanced Tools and Techniques for Troubleshooting NetScaler Appliances
Advanced Tools and Techniques for Troubleshooting NetScaler AppliancesDavid McGeough
 
Oracle 12c Multi Process Multi Threaded
Oracle 12c Multi Process Multi ThreadedOracle 12c Multi Process Multi Threaded
Oracle 12c Multi Process Multi ThreadedMarkus Flechtner
 
DockerCon14 Performance Characteristics of Traditional VMs vs. Docker Containers
DockerCon14 Performance Characteristics of Traditional VMs vs. Docker ContainersDockerCon14 Performance Characteristics of Traditional VMs vs. Docker Containers
DockerCon14 Performance Characteristics of Traditional VMs vs. Docker ContainersDocker, Inc.
 
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案inwin stack
 
Sprint 129
Sprint 129Sprint 129
Sprint 129ManageIQ
 
Sprint 145
Sprint 145Sprint 145
Sprint 145ManageIQ
 
Sprint 220
Sprint 220Sprint 220
Sprint 220ManageIQ
 
Cisco: Care and Feeding of Smart Licensing
Cisco: Care and Feeding of Smart LicensingCisco: Care and Feeding of Smart Licensing
Cisco: Care and Feeding of Smart Licensingdaxtindavon
 
Sprint 140
Sprint 140Sprint 140
Sprint 140ManageIQ
 

Similar to Presentation 12c grid_upgrade (20)

BRKRST-3066 - Troubleshooting Nexus 7000 (2013 Melbourne) - 2 Hours.pdf
BRKRST-3066 - Troubleshooting Nexus 7000 (2013 Melbourne) - 2 Hours.pdfBRKRST-3066 - Troubleshooting Nexus 7000 (2013 Melbourne) - 2 Hours.pdf
BRKRST-3066 - Troubleshooting Nexus 7000 (2013 Melbourne) - 2 Hours.pdf
 
Programming embedded systems ii
Programming embedded systems iiProgramming embedded systems ii
Programming embedded systems ii
 
Tutorial WiFi driver code - Opening Nuts and Bolts of Linux WiFi Subsystem
Tutorial WiFi driver code - Opening Nuts and Bolts of Linux WiFi SubsystemTutorial WiFi driver code - Opening Nuts and Bolts of Linux WiFi Subsystem
Tutorial WiFi driver code - Opening Nuts and Bolts of Linux WiFi Subsystem
 
Automate Oracle database patches and upgrades using Fleet Provisioning and Pa...
Automate Oracle database patches and upgrades using Fleet Provisioning and Pa...Automate Oracle database patches and upgrades using Fleet Provisioning and Pa...
Automate Oracle database patches and upgrades using Fleet Provisioning and Pa...
 
Docker on openstack by OpenSource Consulting
Docker on openstack by OpenSource ConsultingDocker on openstack by OpenSource Consulting
Docker on openstack by OpenSource Consulting
 
Citrix TechEdge 2014 - Advanced Tools and Techniques for Troubleshooting NetS...
Citrix TechEdge 2014 - Advanced Tools and Techniques for Troubleshooting NetS...Citrix TechEdge 2014 - Advanced Tools and Techniques for Troubleshooting NetS...
Citrix TechEdge 2014 - Advanced Tools and Techniques for Troubleshooting NetS...
 
JomaSoft VDCF - Solaris Private Cloud
JomaSoft VDCF - Solaris Private CloudJomaSoft VDCF - Solaris Private Cloud
JomaSoft VDCF - Solaris Private Cloud
 
8051 Embedded Programming in C - Book-II
8051 Embedded Programming in C - Book-II8051 Embedded Programming in C - Book-II
8051 Embedded Programming in C - Book-II
 
Managing troubleshooting cluster_360dgrees
Managing troubleshooting cluster_360dgreesManaging troubleshooting cluster_360dgrees
Managing troubleshooting cluster_360dgrees
 
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
 
Advanced Tools and Techniques for Troubleshooting NetScaler Appliances
Advanced Tools and Techniques for Troubleshooting NetScaler AppliancesAdvanced Tools and Techniques for Troubleshooting NetScaler Appliances
Advanced Tools and Techniques for Troubleshooting NetScaler Appliances
 
Oracle 12c Multi Process Multi Threaded
Oracle 12c Multi Process Multi ThreadedOracle 12c Multi Process Multi Threaded
Oracle 12c Multi Process Multi Threaded
 
DockerCon14 Performance Characteristics of Traditional VMs vs. Docker Containers
DockerCon14 Performance Characteristics of Traditional VMs vs. Docker ContainersDockerCon14 Performance Characteristics of Traditional VMs vs. Docker Containers
DockerCon14 Performance Characteristics of Traditional VMs vs. Docker Containers
 
Neutron DVR
Neutron DVRNeutron DVR
Neutron DVR
 
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
 
Sprint 129
Sprint 129Sprint 129
Sprint 129
 
Sprint 145
Sprint 145Sprint 145
Sprint 145
 
Sprint 220
Sprint 220Sprint 220
Sprint 220
 
Cisco: Care and Feeding of Smart Licensing
Cisco: Care and Feeding of Smart LicensingCisco: Care and Feeding of Smart Licensing
Cisco: Care and Feeding of Smart Licensing
 
Sprint 140
Sprint 140Sprint 140
Sprint 140
 

More from Jacques Kostic

Postgre sql best_practices
Postgre sql best_practicesPostgre sql best_practices
Postgre sql best_practicesJacques Kostic
 
High availability microsoftvsoracle
High availability microsoftvsoracleHigh availability microsoftvsoracle
High availability microsoftvsoracleJacques Kostic
 
High availability Microsoft vs Oracle
High availability Microsoft vs OracleHigh availability Microsoft vs Oracle
High availability Microsoft vs OracleJacques Kostic
 
Multiple awr reports_parser
Multiple awr reports_parserMultiple awr reports_parser
Multiple awr reports_parserJacques Kostic
 
Oracle 12c ilm_customer_experience
Oracle 12c ilm_customer_experienceOracle 12c ilm_customer_experience
Oracle 12c ilm_customer_experienceJacques Kostic
 
Tpf oracle success_story
Tpf oracle success_storyTpf oracle success_story
Tpf oracle success_storyJacques Kostic
 
Poc exadata pres_doag_2015
Poc exadata pres_doag_2015Poc exadata pres_doag_2015
Poc exadata pres_doag_2015Jacques Kostic
 

More from Jacques Kostic (10)

Postgre sql vs oracle
Postgre sql vs oraclePostgre sql vs oracle
Postgre sql vs oracle
 
Poc exadata 2018
Poc exadata 2018Poc exadata 2018
Poc exadata 2018
 
Postgre sql best_practices
Postgre sql best_practicesPostgre sql best_practices
Postgre sql best_practices
 
High availability microsoftvsoracle
High availability microsoftvsoracleHigh availability microsoftvsoracle
High availability microsoftvsoracle
 
High availability Microsoft vs Oracle
High availability Microsoft vs OracleHigh availability Microsoft vs Oracle
High availability Microsoft vs Oracle
 
Multiple awr reports_parser
Multiple awr reports_parserMultiple awr reports_parser
Multiple awr reports_parser
 
Oracle 12c ilm_customer_experience
Oracle 12c ilm_customer_experienceOracle 12c ilm_customer_experience
Oracle 12c ilm_customer_experience
 
In memorybtree
In memorybtreeIn memorybtree
In memorybtree
 
Tpf oracle success_story
Tpf oracle success_storyTpf oracle success_story
Tpf oracle success_story
 
Poc exadata pres_doag_2015
Poc exadata pres_doag_2015Poc exadata pres_doag_2015
Poc exadata pres_doag_2015
 

Recently uploaded

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 

Recently uploaded (20)

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 

Presentation 12c grid_upgrade

  • 1. Basel Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart Vienna Upgrade 8 nodes 11GR2 cluster to 12c. Everything going smoothly ? Let’s see…
  • 2. © 2013TechEvent 27 September 2013 2 Agenda  Target 11GR2 infrastructure  Pre-upgrade Checks and restrictions  Run CVU to validate readiness  Upgrade the GRID  Upgrade the RDBMS  Post upgrade task  Q/A Trivadis Tech-Event 27 Sept 2013
  • 3. Basel Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart Vienna Target 11GR2 infrastructure
  • 4. © 2013TechEvent 27 September 2013 4 Target 11GR2 infrastructure
  • 5. © 2013TechEvent 27 September 2013 5 Target 11GR2 infrastructure OS is OEL 6.4 x64 3 server pools  PMU: ACTIVE_SERVERS=node3 node5 node6 node8  LUDO: ACTIVE_SERVERS=node1 node7 (rac one node)  TST: ACTIVE_SERVERS=node2 node4 (rac one node)
  • 6. © 2013TechEvent 27 September 2013 6 Target 11GR2 infrastructure NAME TARGET STATE SERVER STATE_DETAILS ------------------------------------------------------------------- ora.ludo.db 1 ONLINE ONLINE node1 Open ora.pmu.db 1 ONLINE ONLINE node5 Open 2 ONLINE ONLINE node3 Open 3 ONLINE OFFLINE Instance Shutdown 4 ONLINE ONLINE node6 Open 5 ONLINE OFFLINE Instance Shutdown 6 ONLINE ONLINE node8 Open ora.vico.db 1 ONLINE ONLINE node1 Open
  • 7. © 2013 Target 11GR2 infrastructure TechEvent 27 September 2013 7 The apex application
  • 8. Basel Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart Vienna Pre-upgrade Checks and restrictions
  • 9. © 2013TechEvent 27 September 2013 9 Pre-upgrade Checks and restrictions  Unset all environment variables  $ unset ORACLE_BASE  $ unset ORACLE_HOME  $ unset ORACLE_SID  $ unset TNS_ADMIN  $ unset ORA_NLS10  $ unset ORA_CRS_HOME (under oracle support)  Also, ensure that the $ORACLE_HOME/bin path is removed from your PATH environment variable.
  • 10. © 2013TechEvent 27 September 2013 10 Pre-upgrade Checks and restrictions  To upgrade existing Oracle Grid Infrastructure installations from Oracle Grid Infrastructure 11g Release 2 (11.2.0.2) to a later release, you must apply patch 11.2.0.2.3 (11.2.0.2 PSU 3) or later.  Back Up the Oracle Software Before Upgrades!
  • 11. Basel Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart Vienna Run CVU to validate readiness
  • 12. © 2013TechEvent 27 September 2013 12 Run CVU to validate readiness  CVU runs the appropriate system checks automatically, and either prompts you to fix problems, or provides a fixup script to be run on all nodes in the cluster before proceeding with the upgrade. ./runcluvfy.sh stage -pre crsinst -upgrade -n node1, node2, node3, node4, node5, node6, node7, node8 -rolling -src_crshome /oracle/grid/11.2.0.3 -dest_crshome /oracle/grid/12.1.0.0 - dest_version 12.1.0.1.0 -fixup -verbose dest_version must be: 12.1.0.1.0
  • 13. © 2013TechEvent 27 September 2013 13 Run CVU to validate readiness  For my cluster the test failed because of an NTP issue. Timing between servers was ok but the time server was not the same.  Solution for me was to set the same time server for all nodes.  An other option would have been to disable NTP during the upgrade phase and let CTSS run in active mode.  I did not report other issues for the check.
  • 14. © 2013TechEvent 27 September 2013 14 Run CVU to validate readiness NTP common Time Server Check started... PRVF-5408 : NTP Time Server "94.23.228.130" is common only to the following nodes "node4" PRVF-5408 : NTP Time Server "149.20.64.28" is common only to the following nodes "node8,node5" PRVF-5408 : NTP Time Server "89.109.251.23" is common only to the following nodes "node4" PRVF-5408 : NTP Time Server "145.238.203.14" is common only to the following nodes "node3,node8,node7,node6" PRVF-5408 : NTP Time Server "134.32.3.171" is common only to the following nodes "node3,node7" PRVF-5408 : NTP Time Server "213.251.128.249" is common only to the following nodes "node1" PRVF-5408 : NTP Time Server "7.171.61.54" is common only to the following nodes "node1" PRVF-5408 : NTP Time Server "129.70.132.33" is common only to the following nodes "node8,node5" PRVF-5408 : NTP Time Server "195.220.94.163" is common only to the following nodes "node2,node4" PRVF-5408 : NTP Time Server "77.109.139.83" is common only to the following nodes "node2,node6" PRVF-5408 : NTP Time Server "193.67.79.202" is common only to the following nodes "node3,node7" PRVF-5408 : NTP Time Server "192.93.2.20" is common only to the following nodes "node1,node5" PRVF-5408 : NTP Time Server "120.115.231.29" is common only to the following nodes "node2,node6" PRVF-5416 : Query of NTP daemon failed on all nodes
  • 15. Basel Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart Vienna Upgrade the GRID
  • 16. © 2013TechEvent 27 September 2013 16 Upgrade the GRID Run ./runInstaller
  • 17. © 2013TechEvent 27 September 2013 17 Upgrade the GRID
  • 18. © 2013TechEvent 27 September 2013 18 Upgrade the GRID Initially I have decide to just upgrade without new functionalities
  • 19. © 2013TechEvent 27 September 2013 19 Upgrade the GRID But to use some of them, you have to reinstall the grid 
  • 20. © 2013TechEvent 27 September 2013 20 Upgrade the GRID So I choose YES 
  • 21. © 2013TechEvent 27 September 2013 21 Upgrade the GRID
  • 22. © 2013TechEvent 27 September 2013 22 Upgrade the GRID
  • 23. © 2013TechEvent 27 September 2013 23 Upgrade the GRID Cool feature to group nodes to upgrade 
  • 24. © 2013TechEvent 27 September 2013 24 Upgrade the GRID
  • 25. © 2013TechEvent 27 September 2013 25 Upgrade the GRID
  • 26. © 2013TechEvent 27 September 2013 26 Upgrade the GRID
  • 27. © 2013TechEvent 27 September 2013 27 Upgrade the GRID
  • 28. © 2013TechEvent 27 September 2013 28 Upgrade the GRID  11gR2 alertNode1.log [ctssd(3025)]CRS-2405:The Cluster Time Synchronization Service on host node1 is shutdown by user  12c alertNode1.log [client(28956)]CRS-1808:Node-specific configuration for node node1 in Oracle Local Registry was upgraded to version 12.1.0.1.0. [ohasd(29129)]CRS-2112:The OLR service started on node node1. [ohasd(29129)]CRS-1301:Oracle High Availability Service started on node node1. ... [crsd(9720)]CRS-1012:The OCR service started on node node1. 2013-09-06 21:22:19.214: [crsd(9720)]CRS-1201:CRSD started on node node1. 2013-09-06 21:22:44.713: [client(9981)]CRS-1804:Node node1 upgraded to version 12.1.0.1.0. 
  • 29. © 2013TechEvent 27 September 2013 29 Upgrade the GRID  Databases are automaticaly relocated to other nodes during the upgrade thanks to policy managed NAME TARGET STATE SERVER STATE_DETAILS ------------------------------------------------------------------- ora.ludo.db 1 ONLINE ONLINE node2 Open ora.pmu.db 1 ONLINE ONLINE node5 Open 2 ONLINE OFFLINE Instance Shutdown 3 ONLINE OFFLINE Instance Shutdown 4 ONLINE OFFLINE Instance Shutdown,STARTING 5 ONLINE OFFLINE Instance Shutdown,STARTING 6 ONLINE ONLINE node8 Open ora.vico.db 1 ONLINE ONLINE node2 Open
  • 30. © 2013TechEvent 27 September 2013 30 Upgrade the GRID
  • 31. © 2013TechEvent 27 September 2013 31 Upgrade the GRID Oups, what the hell going on!!  Let’s see the logs
  • 32. © 2013TechEvent 27 September 2013 32 Upgrade the GRID Log says: +GRID does not have enough space. Required space is 3358 MB , available space is 161 MB! I would have appreciated a message during prerequisite checks Actions: 1. Added more disks to the GRID diskgroup 2. Retried the configuration 3. Failed again as the available space is not updated 1. So I skipped the configuration and close the installer 2. Checked the log for the command that needs to be run 3. Run the command(s) manually
  • 33. © 2013TechEvent 27 September 2013 33 Upgrade the GRID -bash-4.1$ /oracle/grid/12.1.0.0/bin/dbca -silent -createDatabase -templateName MGMTSeed_Database.dbc -sid -MGMTDB -gdbName _mgmtdb -storageType ASM - diskGroupName GRID -datafileJarLocation /oracle/grid/12.1.0.0/assistants/dbca/templates - characterset AL32UTF8 -autoGeneratePasswords -oui_internal Copying database files 1% complete .. 35% complete Creating and starting Oracle instance 37% complete .. 58% complete Registering database with Oracle Grid Infrastructure 64% complete Completing Database Creation 68% complete .. 100% complete Look at the log file "/oracle/gridbase/cfgtoollogs/dbca/_mgmtdb/_mgmtdb.log" for further details.
  • 34. © 2013TechEvent 27 September 2013 34 Upgrade the GRID -bash-4.1$ /oracle/grid/12.1.0.0/oui/bin/runConfig.sh ORACLE_HOME=/oracle/grid/12.1.0.0 MODE=perform ACTION=configure RERUN=false $* Setting the invPtrLoc to /oracle/grid/12.1.0.0/oraInst.loc perform - mode is starting for action: configure perform - mode finished for action: configure You can see the log file: /oracle/grid/12.1.0.0/cfgtoollogs/oui/configActions2013-09-07_01-35-58-PM.log Warning: if you do not set ORACLE_SID=-MGMTDB the process will create a new database! This manual installation step should normally be avoided if you make sure you have 5Gb free in your GRID diskgroup.
  • 35. © 2013TechEvent 27 September 2013 35 Upgrade the GRID  After the upgrade process some listeners failed to start and the post upgrade check script failed of 4 nodes on the VIP section.  If reboot the nodes one by one and everything was ok after that. Post-check for cluster services setup was successful. The plug-in Oracle Cluster Verification Utility has successfully been performed The action configuration has successfully completed
  • 36. © 2013TechEvent 27 September 2013 36 Upgrade the GRID At the end You should see something like this in the alertlog! [crsd(9720)]CRS-1001:The OCR was formatted using version 4. [cssd(9016)]CRS-1626:A Configuration change request completed successfully [cssd(9016)]CRS-1601:CSSD Reconfiguration complete. Active nodes are node1 node2 node3 node4 node5 node6 node7 node8 . [crsd(9720)]CRS-1005:The Oracle Clusterware upgrade was completed. Version has changed from [186647296, 11.2.0.3.0] to [202375424, 12.1.0.1.0]. Details in /oracle/grid/12.1.0.0/log/node1/crsd/crsd.log.
  • 37. © 2013TechEvent 27 September 2013 37 Upgrade the GRID NAME TARGET STATE SERVER STATE_DETAILS ------------------------------------------------------------------- ora.ludo.db 1 ONLINE ONLINE node5 Open,STABLE ora.mgmtdb 1 ONLINE ONLINE node8 Open,STABLE ora.pmu.db 1 ONLINE OFFLINE Instance Shutdown,STABLE 2 ONLINE ONLINE node1 Open,STABLE 3 ONLINE ONLINE node2 Open,STABLE 4 ONLINE OFFLINE Instance Shutdown,STABLE 5 ONLINE ONLINE node7 Open,STABLE 6 ONLINE ONLINE node8 Open,STABLE ora.vico.db 1 ONLINE ONLINE node5 Open,STABLE Note: I have started to reboot from node8. The first node that is ok get the mgmtdb management database.
  • 38. Basel Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart Vienna Upgrade the RDBMS
  • 39. © 2013TechEvent 27 September 2013 39 Upgrade the RDBMS  CVU runs the appropriate system checks automatically in the RAC before proceeding with the upgrade.  Before running CVU, make sure the dbsnmp account is unlocked and the password is set. You can specify and other account. Run CVU:/oracle/db/12.1.0.0/bin/cluvfy stage -pre dbinst - upgrade -src_dbhome /oracle/db/11.2.0.3 -dest_dbhome /oracle/db/12.1.0.0 -dest_version 12.1.0.0.0 –verbose … ASM and CRS versions are compatible Database version "12.1.0.0.0" is compatible with the Clusterware version "12.1.0.1.0". Pre-check for database installation was successful.
  • 40. © 2013TechEvent 27 September 2013 40 Upgrade the RDBMS Run the installer and install “software only” across all nodes
  • 41. © 2013TechEvent 27 September 2013 41 Upgrade the RDBMS Would have preferred to be prompt for root credentials…
  • 42. © 2013TechEvent 27 September 2013 42 Upgrade the RDBMS  To upgrade a database, you must run the upgrade assistant from a node where the database is running Is Rolling Upgrade possible? YES but using:  Using Data Guard SQL Apply  Using Physical Standby Databases and Transient Logical Standby
  • 43. © 2013TechEvent 27 September 2013 43 Upgrade the RDBMS Run dbua from the node where the target db is running
  • 44. © 2013TechEvent 27 September 2013 44 Upgrade the RDBMS
  • 45. © 2013TechEvent 27 September 2013 45 Upgrade the RDBMS Script can be generated to fix up upgrade prerequisites 
  • 46. © 2013TechEvent 27 September 2013 46 Upgrade the RDBMS Adjust some settings, the parallelism one is cool 
  • 47. © 2013TechEvent 27 September 2013 47 Upgrade the RDBMS Check the summary…
  • 48. © 2013TechEvent 27 September 2013 48 Upgrade the RDBMS Strange error as the oracle user has the right to do it. 
  • 49. © 2013TechEvent 27 September 2013 49 Upgrade the RDBMS You can then check the Upgrade Result 
  • 50. © 2013TechEvent 27 September 2013 50 Upgrade the RDBMS Important It’s not possible to convert a 11gR2 database to a container database. To use this feature you have:  Create a 12c container database  Upgrade your 11gR2 databases to 12c  Plug your upgraded 12c databases in the container database
  • 51. © 2013 Upgrade the RDBMS NAME TARGET STATE SERVER STATE_DETAILS ------------------------------------------------------------------- ora.ludo.db 1 ONLINE ONLINE node6 Open,STABLE ora.mgmtdb 1 ONLINE ONLINE node8 Open,STABLE ora.pmu.db 1 ONLINE OFFLINE Instance Shutdown,STABLE 2 ONLINE ONLINE node1 Open,STABLE 3 ONLINE ONLINE node7 Open,STABLE 4 ONLINE OFFLINE Instance Shutdown,STABLE 5 ONLINE ONLINE node2 Open,STABLE 6 ONLINE ONLINE node8 Open,STABLE ora.vico.db 1 ONLINE ONLINE node5 Open,STABLE TechEvent 27 September 2013 51
  • 52. © 2013 Upgrade the RDBMS TechEvent 27 September 2013 52 The apex application is still alive after striking F5 
  • 53. Basel Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart Vienna Post upgrade tasks
  • 54. © 2013TechEvent 27 September 2013 54 Post upgrade tasks Remove Grid 11gR2 home  You must first change the permission and ownership of the previous release Grid home #chmod -R 755 /oracle/grid/11.2.0.3 #chown -R grid /oracle/grid/11.2.0.3  Use the Oracle Grid Infrastructure 11g standalone deinstallation tool to remove the previous release Grid home.  And not the 12c one as stated in the documentation   Download it from here: http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
  • 55. © 2013TechEvent 27 September 2013 55 Post upgrade tasks ./deinstall -home /oracle/grid/11.2.0.3 ####################### CHECK OPERATION SUMMARY ####################### Oracle Grid Infrastructure Home is: /oracle/grid/12.1.0.0 The cluster node(s) on which the Oracle home deinstallation will be performed are:node1,node2,node3,node4,node5,node6,node7,node8 Oracle Home selected for deinstall is: /oracle/grid/11.2.0.3 Inventory Location where the Oracle home registered is: /oracle/oraInventory The home being deconfigured is NOT a configured Grid Infrastructure home (/oracle/grid/12.1.0.0) ASM was not detected in the Oracle Home Do you want to continue (y - yes, n - no)? [n]: Y … ####################### CLEAN OPERATION SUMMARY ####################### The home being deconfigured is NOT a configured Grid Infrastructure home (/oracle/grid/12.1.0.0) Successfully detached Oracle home '/oracle/grid/11.2.0.3' from the central inventory on the local node. Successfully deleted directory '/oracle/grid/11.2.0.3' on the local node. Successfully detached Oracle home '/oracle/grid/11.2.0.3' from the central inventory on the remote nodes 'node5,node2,node3,node7,node6,node4,node8'. Successfully deleted directory '/oracle/grid/11.2.0.3' on the remote nodes 'node2,node3,node4,node5,node6,node7,node8'. Oracle Universal Installer cleanup completed Successfully. Oracle deinstall tool successfully cleaned up temporary directories. #######################################################################
  • 56. © 2013TechEvent 27 September 2013 56 Post upgrade tasks Remove RDBMS11gR2 home  After having completed all 11gR2 database upgrades  Use the Oracle Grid Infrastructure 11g standalone deinstallation tool to remove the previous release Grid home.  And not the 12c one as stated in the documentation   Download it from here: http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
  • 57. © 2013TechEvent 27 September 2013 57 Post upgrade tasks ./deinstall -home /oracle/db/11.2.0.3 ####################### CHECK OPERATION SUMMARY ####################### Oracle Grid Infrastructure Home is: /oracle/grid/12.1.0.0 The cluster node(s) on which the Oracle home deinstallation will be performed are:node1,node2,node3,node4,node5,node6,node7,node8 Oracle Home selected for deinstall is: /oracle/db/11.2.0.3 Inventory Location where the Oracle home registered is: /oracle/oraInventory No Enterprise Manager configuration to be updated for any database(s) No Enterprise Manager ASM targets to update No Enterprise Manager listener targets to migrate Checking the config status for CCR node1 : Oracle Home exists with CCR directory, but CCR is not configured node2 : Oracle Home exists with CCR directory, but CCR is not configured node3 : Oracle Home exists with CCR directory, but CCR is not configured node4 : Oracle Home exists with CCR directory, but CCR is not configured node5 : Oracle Home exists with CCR directory, but CCR is not configured node6 : Oracle Home exists with CCR directory, but CCR is not configured node7 : Oracle Home exists with CCR directory, but CCR is not configured node8 : Oracle Home exists with CCR directory, but CCR is not configured CCR check is finished Do you want to continue (y - yes, n - no)? [n]: YES
  • 58. © 2013TechEvent 27 September 2013 58 Post upgrade tasks ######################### CLEAN OPERATION END ######################### ####################### CLEAN OPERATION SUMMARY ####################### Cleaning the config for CCR As CCR is not configured, so skipping the cleaning of CCR configuration CCR clean is finished Successfully detached Oracle home '/oracle/db/11.2.0.3' from the central inventory on the local node. Successfully deleted directory '/oracle/db/11.2.0.3' on the local node. Successfully detached Oracle home '/oracle/db/11.2.0.3' from the central inventory on the remote nodes 'node5,node2,node3,node7,node6,node4,node8'. Successfully deleted directory '/oracle/db/11.2.0.3' on the remote nodes 'node2,node3,node4,node5,node6,node7,node8'. Oracle Universal Installer cleanup was successful. Oracle deinstall tool successfully cleaned up temporary directories. ####################################################################### ############# ORACLE DEINSTALL & DECONFIG TOOL END #############
  • 59. © 2013TechEvent 27 September 2013 59 Post upgrade tasks Upgrade ASM DiskGroup attributes to 12,1,0,0 BUT, think about compatible parameter of the database! You will not be able to start your database if you do not update the parameter to “12.1.0.0.0” before changing ASM DiskGroup attributes.
  • 60. © 2013TechEvent 27 September 2013 60 Post upgrade tasks After the upgrade, think to update  Documentation,  Procedure,  DRP scenarios,  … Welcome to 12c!
  • 61. Basel Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart Vienna Thank you very much for your attention ?