SlideShare una empresa de Scribd logo
1 de 28
MIGRATING FROM SINGLE INSTANCE TO RAC AND
 UPGRADING: A DATA GUARD SUCCESS STORY

          Fuad Arshad @fuadar
            Walgreen Company
Me, Myself & I

•   More than 15 years of Oracle experience
•   Worked in textiles, telecom & retail/healthcare
•   Currently work for Walgreens in the Enterprise Shared
    Services area
•   Areas of Interest: backup & recovery, high availability,
    MAA, performance tuning
Socially Networkable
•   Twitter @fuadar

•   Linkedin http://www.linkedin.com/in/fuadar

•   G+ +Fuad Arshad

•   Blog http://www.fuadarshad.com
Agenda
•   Problem
•   Analysis
•   Decision
•   Strategy
•   Migration
•   Things to look out for!
•   Credits
Community Access
•       RAC Attack                 Ask Questions
•       IOUG RAC SIG
                                    •   Freelists Oracle L
•       IOUG
                                    •   Stack Overflow
Blogs / Blogs /Blogs .
                                    •   Quora
    •    http://www.orana.info
                                    •   MOS Communities
    •    http://blogs.oracle.com
                                    •   Oracle Forums
    •    http://www.oaktable.net
The Problem

“It was very early, and we were still like beta or alpha
stage, and so we started receiving a ton of download.
The server became overloaded, and that's when I
realized that this had a huge market.”
Shawn Fanning (Napster)



                         Paper #371                        7
Our Problem


• The application was growing and adding features
• Customer access slowdown was reported


                      Paper #371                    8
Our Problem

• System built in the early 2000’s to handle the new
  wave of technology
• More work as newer features were rolled out
• Architecture & design not intended to handle the
  rate of change
• Database is always the bottleneck
                        Paper #371                     9
Analysis
• Active/Passive servers
• Oracle database version close to desupport
• Old OS version
• Old SAN infrastructure
• CPU and disk I/O issues
         Result -----> IT WAS OLD
                    Paper #371                 10
Analysis
• Active/Passive Servers
• Oracle Database version close to desupport
• Old OS version
• Old SAN infrastructure

     • Result ---------------- IT WAS OLD
                     Paper #371                11
Paper #371   12
Decision
• Let’s migrate to RAC
• Can it be done yesterday?
• Can we do it with zero downtime?
• The application team doesn’t want to change
  anything


                    Paper #371                  13
Strategy
• Export/Import
• Transportable Table spaces
• Disk based replication
• GoldenGate
• Data Guard - The Choice
                   Paper #371   14
Pre-Migration


• Build of servers
• Build of network
• RAC starter kits

                     Paper #371   15
Pre-Migration

•   The strategy was to build a RAC database from a single
    instance environment
•   Oracle provided instructions on how to prep the single instance
    environment so that it is RAC-aware. This includes running
    catclust scripts and adding undo tablespaces for the number of
    nodes that the new cluster will have



                             Paper #371                               16
Pre-Migration
•   The server builds need to have all the patches based on the OS
    that is being used
•   Oracle provides a variety of starter kits that can be used to
    validate the configuration
•   It is also important that the network be configured and available
    based on best practices
•   11.2.0.2 and above have added requirements like SCAN that
    need to be accounted for

                              Paper #371                            17
Pre-Migration
•   RAC Check is important tool to ensure that the environment is
    built based on best practices
•   RAC Check can be downloaded at MOS # 1268927.1 and is
    updated frequently
    – OS settings including kernel parameters and patches
    – CRS/Grid Infrastructure
    – RDBMS memory and database parameters
    – ASM parameters and statistics


                            Paper #371                              18
Pre-Migration (Primary)
Data Guard setup steps need to be followed which include :
  •   Enable supplemental logging & force logging on primary

  •   Add additional REDO threads (Based on # of RAC nodes)

  •   Add additional UNDO tablespaces (Based on # of RAC nodes)

  •   Backup the primary database

  •   Create a PFILE from the primary database

  •   Copy TNSNAMES and LISTENER files into a staging directory

  •   Configure the primary database for Data Guard

                                 Paper #371                       19
Pre-Migration
•   RAC Check is important tool to ensure that the environment is
    built based on best practices
•   RAC Check can be downloaded at MOS # 1268927.1 and is
    updated frequently
    – OS settings including kernel parameters and patches
    – CRS/Grid Infrastructure
    – RDBMS memory and database parameters
    – ASM parameters and statistics


                            Paper #371                              20
Pre-Migration (Standby RAC)
•   Data Guard setup steps need to be followed which include:
    •   NFS mount or copy backup and auxiliary files
    •   Configure Oracle Net which includes setting up TNSNAMES and LISTENER
        for 11.2.0.2 (This will be done in the Grid infrastructure home)
    •   Modify the TNSNAMES.ORA to include the primary as well as the standby
        tns entries
    •   Create a tns entry for the listener and make sure it is referenced in the
        REMOTE_LISTENER (REMOTE_LISTENER specifies the global list of
        listeners in a RAC configuration)
    •   Make sure the listener alias referenced by the LOCAL_LISTENER
        initialization parameter is in each standby tnsnames.ora file
    •   Ensure that the standby server has the same software version and patches
        installed as the primary   Paper #371                                    21
Pre-Migration (Standby RAC, cont.)
Data Guard setup steps need to be followed which include:
  •   Ensure that a password file is configured on both the primary and the
      standby
  •   Copy the PFILE to the $ORACLE_HOME/dbs in the standby node
  •   Add DB_UNIQUE_NAME and CLUSTER_DATABASE parameters in the
      PFILE
  •   Modify all the other parameters outlined in the white paper
  •   Connect to the standby and create an SPFILE in the ASM diskgroup
  •   Startup the proposed standby environment in NOMOUNT mode
  •   Duplicate the database using “DUPLICATE TARGET DATABASE FOR
      STANDBY”
  •   Setup Server Control (SRVCTL) to register the instances
                                  Paper #371                                  22
Pre-Migration (Standby RAC, cont.)
Data Guard setup steps need to be followed which include:
  •   Add additional standby REDO logs (The number of standby redo logs should
      be one more than the number of online REDO logs per thread and should be
      the same size)
  •   Enable Managed Recovery Mode on the standby database
  •   Enable archive destination on the primary to start shipping logs to the
      standby
  •   Validate the transfer
  •   Setup Data Guard Broker
  •   Validate the configuration and ensure that logs are being applied
  •   Bring up the other nodes in the RAC environment
                                   Paper #371                                   23
Migration
Migrating is simple after the Data Guard database is setup
   •   Ensure all ARCHIVELOGS have been applied
   •   Put the primary database in restricted mode and switch ARCHIVELOGS
   •   After all the outstanding logs have been applied, shutdown REDO apply on
       the standby
   •   Validate SCN across the primary and the standby
   •   Two options from here:
       - Switchover & upgrade
       - Shutdown & upgrade
   **We Chose Shutdown & Upgrade**
                                  Paper #371                                  24
Migration

•   All standby RAC nodes can be up if using DBUA

•   Ensure pre-checks are done

•   DBUA is brutal if you don’t remove the obsolete parameters

•   DST changes are important

•   If manually upgrading DBMS_DST needs to be run to upgrade DST




                                Paper #371                          25
Things to Look Out For
Ensure Environments Are Validated
  •   RDA should be run and all issues fixed
  •   RAC check will give you a detailed overview of the system
  •   Ensure all starter kits and the RAC manuals are consulted: the result can be
      a good best practices evolving document
  •   Use services to better manage how the application connects and load
      balance your system
  •   Private network is key with RAC: follow Oracle’s best practices.
  •   XA changes in 11.2.0.2 & can cause issues: important to understand them
  •   “Compatible” parameter testing is important.
  •   Monitoring the environment after go-live is very important
                                    Paper #371                                       26
Credits
I’d like to thank the following people for helping me with the
presentation and accompanying white paper:
    •    Matthew Gallagher, Architect -- Walgreens

    •    Brice Lahl, Manager DB Architecture -- Walgreens

    •    Daniel Morgan, ACE Director -- Drugstore.com

A special shout out to Arup Nanda & Alex Gorbachev for encouraging me to present and
Leighton Smith for reviewing my session

Also special credit to the RAC Assurance Team at Oracle for helping is get through this migration and
subsequent issues. Some content in the whitepaper and presentation has been republished with permission from
the Oracle RAC Assurance Team whose goal had been to proactively provide input to customers with new and
existing CRS, RAC, ASM and MAA implementations.

                                             Paper #371                                                  27
Questions
• Please fill
  out
  evaluations

    Paper #371   28

Más contenido relacionado

La actualidad más candente

Mindmap: Oracle to Couchbase for developers
Mindmap: Oracle to Couchbase for developersMindmap: Oracle to Couchbase for developers
Mindmap: Oracle to Couchbase for developersKeshav Murthy
 
Oracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONOracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONMarkus Michalewicz
 
しばちょう先生が語る!オラクルデータベースの進化の歴史と最新技術動向#3
しばちょう先生が語る!オラクルデータベースの進化の歴史と最新技術動向#3しばちょう先生が語る!オラクルデータベースの進化の歴史と最新技術動向#3
しばちょう先生が語る!オラクルデータベースの進化の歴史と最新技術動向#3オラクルエンジニア通信
 
C34 Always On 可用性グループ 構築時のポイント by 小澤真之
C34 Always On 可用性グループ 構築時のポイント by 小澤真之C34 Always On 可用性グループ 構築時のポイント by 小澤真之
C34 Always On 可用性グループ 構築時のポイント by 小澤真之Insight Technology, Inc.
 
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsOracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsMarkus Michalewicz
 
Why oracle data guard new features in oracle 18c, 19c
Why oracle data guard new features in oracle 18c, 19cWhy oracle data guard new features in oracle 18c, 19c
Why oracle data guard new features in oracle 18c, 19cSatishbabu Gunukula
 
Exadata master series_asm_2020
Exadata master series_asm_2020Exadata master series_asm_2020
Exadata master series_asm_2020Anil Nair
 
10 ways to improve your rman script
10 ways to improve your rman script10 ways to improve your rman script
10 ways to improve your rman scriptMaris Elsins
 
SSL Setup for Oracle 10g AS
SSL Setup for Oracle 10g ASSSL Setup for Oracle 10g AS
SSL Setup for Oracle 10g ASEnkitec
 
[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...
[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...
[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...OpenStack Korea Community
 
Db2 Warehouse セッション資料 db tech showcase
Db2 Warehouse セッション資料 db tech showcase Db2 Warehouse セッション資料 db tech showcase
Db2 Warehouse セッション資料 db tech showcase IBM Analytics Japan
 
監査ログをもっと身近に!〜統合監査のすすめ〜
監査ログをもっと身近に!〜統合監査のすすめ〜監査ログをもっと身近に!〜統合監査のすすめ〜
監査ログをもっと身近に!〜統合監査のすすめ〜Michitoshi Yoshida
 
Sql server パーティション 概要
Sql server パーティション 概要Sql server パーティション 概要
Sql server パーティション 概要Masayuki Ozawa
 
Oracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionOracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionMarkus Michalewicz
 

La actualidad más candente (20)

Mindmap: Oracle to Couchbase for developers
Mindmap: Oracle to Couchbase for developersMindmap: Oracle to Couchbase for developers
Mindmap: Oracle to Couchbase for developers
 
HBase
HBaseHBase
HBase
 
Oracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONOracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLON
 
Sqoop
SqoopSqoop
Sqoop
 
しばちょう先生が語る!オラクルデータベースの進化の歴史と最新技術動向#3
しばちょう先生が語る!オラクルデータベースの進化の歴史と最新技術動向#3しばちょう先生が語る!オラクルデータベースの進化の歴史と最新技術動向#3
しばちょう先生が語る!オラクルデータベースの進化の歴史と最新技術動向#3
 
Rapid Home Provisioning
Rapid Home ProvisioningRapid Home Provisioning
Rapid Home Provisioning
 
Oracle Database Applianceのご紹介(詳細)
Oracle Database Applianceのご紹介(詳細)Oracle Database Applianceのご紹介(詳細)
Oracle Database Applianceのご紹介(詳細)
 
C34 Always On 可用性グループ 構築時のポイント by 小澤真之
C34 Always On 可用性グループ 構築時のポイント by 小澤真之C34 Always On 可用性グループ 構築時のポイント by 小澤真之
C34 Always On 可用性グループ 構築時のポイント by 小澤真之
 
Exadata X8M-2 KVM仮想化ベストプラクティス
Exadata X8M-2 KVM仮想化ベストプラクティスExadata X8M-2 KVM仮想化ベストプラクティス
Exadata X8M-2 KVM仮想化ベストプラクティス
 
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsOracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
 
Db2 V11 GUIツール
Db2 V11 GUIツールDb2 V11 GUIツール
Db2 V11 GUIツール
 
Why oracle data guard new features in oracle 18c, 19c
Why oracle data guard new features in oracle 18c, 19cWhy oracle data guard new features in oracle 18c, 19c
Why oracle data guard new features in oracle 18c, 19c
 
Exadata master series_asm_2020
Exadata master series_asm_2020Exadata master series_asm_2020
Exadata master series_asm_2020
 
10 ways to improve your rman script
10 ways to improve your rman script10 ways to improve your rman script
10 ways to improve your rman script
 
SSL Setup for Oracle 10g AS
SSL Setup for Oracle 10g ASSSL Setup for Oracle 10g AS
SSL Setup for Oracle 10g AS
 
[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...
[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...
[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...
 
Db2 Warehouse セッション資料 db tech showcase
Db2 Warehouse セッション資料 db tech showcase Db2 Warehouse セッション資料 db tech showcase
Db2 Warehouse セッション資料 db tech showcase
 
監査ログをもっと身近に!〜統合監査のすすめ〜
監査ログをもっと身近に!〜統合監査のすすめ〜監査ログをもっと身近に!〜統合監査のすすめ〜
監査ログをもっと身近に!〜統合監査のすすめ〜
 
Sql server パーティション 概要
Sql server パーティション 概要Sql server パーティション 概要
Sql server パーティション 概要
 
Oracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionOracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion Edition
 

Similar a MIgrating from Single Instance to RAC via Dataguard

MIgrating to RAC using Dataguard
MIgrating to RAC  using Dataguard MIgrating to RAC  using Dataguard
MIgrating to RAC using Dataguard Fuad Arshad
 
Dipesh Singh 01112016
Dipesh Singh 01112016Dipesh Singh 01112016
Dipesh Singh 01112016Dipesh Singh
 
Are You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best PracticesAre You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best PracticesPerformance Tuning Corporation
 
Oracle big data appliance and solutions
Oracle big data appliance and solutionsOracle big data appliance and solutions
Oracle big data appliance and solutionssolarisyougood
 
Yugandhar uppala oracle dba_2016
Yugandhar uppala oracle dba_2016Yugandhar uppala oracle dba_2016
Yugandhar uppala oracle dba_2016Yugandhar Uppala
 
Scylla Summit 2016: Compose on Containing the Database
Scylla Summit 2016: Compose on Containing the DatabaseScylla Summit 2016: Compose on Containing the Database
Scylla Summit 2016: Compose on Containing the DatabaseScyllaDB
 
Migrating from Single Instance to RAC Data guard
Migrating from Single Instance to RAC Data guard Migrating from Single Instance to RAC Data guard
Migrating from Single Instance to RAC Data guard Fuad Arshad
 
Chaitanyadba profile (1) (1) gg
Chaitanyadba profile  (1) (1)   ggChaitanyadba profile  (1) (1)   gg
Chaitanyadba profile (1) (1) ggChaitanya Dba
 
NGENSTOR_ODA_P2V_V5
NGENSTOR_ODA_P2V_V5NGENSTOR_ODA_P2V_V5
NGENSTOR_ODA_P2V_V5UniFabric
 
Oracle_DBA_Biswachetak_palo
Oracle_DBA_Biswachetak_paloOracle_DBA_Biswachetak_palo
Oracle_DBA_Biswachetak_paloBiswachetak Palo
 
Modern MySQL Monitoring and Dashboards.
Modern MySQL Monitoring and Dashboards.Modern MySQL Monitoring and Dashboards.
Modern MySQL Monitoring and Dashboards.Mydbops
 
Oracle GoldenGate Presentation from OTN Virtual Technology Summit - 7/9/14 (PDF)
Oracle GoldenGate Presentation from OTN Virtual Technology Summit - 7/9/14 (PDF)Oracle GoldenGate Presentation from OTN Virtual Technology Summit - 7/9/14 (PDF)
Oracle GoldenGate Presentation from OTN Virtual Technology Summit - 7/9/14 (PDF)Bobby Curtis
 
COUG_AAbate_Oracle_Database_12c_New_Features
COUG_AAbate_Oracle_Database_12c_New_FeaturesCOUG_AAbate_Oracle_Database_12c_New_Features
COUG_AAbate_Oracle_Database_12c_New_FeaturesAlfredo Abate
 

Similar a MIgrating from Single Instance to RAC via Dataguard (20)

MIgrating to RAC using Dataguard
MIgrating to RAC  using Dataguard MIgrating to RAC  using Dataguard
MIgrating to RAC using Dataguard
 
Dipesh Singh 01112016
Dipesh Singh 01112016Dipesh Singh 01112016
Dipesh Singh 01112016
 
Are You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best PracticesAre You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best Practices
 
ChaitanyaPrati
ChaitanyaPratiChaitanyaPrati
ChaitanyaPrati
 
Oracle big data appliance and solutions
Oracle big data appliance and solutionsOracle big data appliance and solutions
Oracle big data appliance and solutions
 
Yugandhar uppala oracle dba_2016
Yugandhar uppala oracle dba_2016Yugandhar uppala oracle dba_2016
Yugandhar uppala oracle dba_2016
 
Scylla Summit 2016: Compose on Containing the Database
Scylla Summit 2016: Compose on Containing the DatabaseScylla Summit 2016: Compose on Containing the Database
Scylla Summit 2016: Compose on Containing the Database
 
Migrating from Single Instance to RAC Data guard
Migrating from Single Instance to RAC Data guard Migrating from Single Instance to RAC Data guard
Migrating from Single Instance to RAC Data guard
 
Deepak_Singh_CV
Deepak_Singh_CVDeepak_Singh_CV
Deepak_Singh_CV
 
rakesh_resume
rakesh_resumerakesh_resume
rakesh_resume
 
Rohit_Panot
Rohit_PanotRohit_Panot
Rohit_Panot
 
Chaitanyadba profile (1) (1) gg
Chaitanyadba profile  (1) (1)   ggChaitanyadba profile  (1) (1)   gg
Chaitanyadba profile (1) (1) gg
 
NGENSTOR_ODA_P2V_V5
NGENSTOR_ODA_P2V_V5NGENSTOR_ODA_P2V_V5
NGENSTOR_ODA_P2V_V5
 
Oracle_DBA_Biswachetak_palo
Oracle_DBA_Biswachetak_paloOracle_DBA_Biswachetak_palo
Oracle_DBA_Biswachetak_palo
 
Razak
RazakRazak
Razak
 
Modern MySQL Monitoring and Dashboards.
Modern MySQL Monitoring and Dashboards.Modern MySQL Monitoring and Dashboards.
Modern MySQL Monitoring and Dashboards.
 
Oracle GoldenGate Presentation from OTN Virtual Technology Summit - 7/9/14 (PDF)
Oracle GoldenGate Presentation from OTN Virtual Technology Summit - 7/9/14 (PDF)Oracle GoldenGate Presentation from OTN Virtual Technology Summit - 7/9/14 (PDF)
Oracle GoldenGate Presentation from OTN Virtual Technology Summit - 7/9/14 (PDF)
 
COUG_AAbate_Oracle_Database_12c_New_Features
COUG_AAbate_Oracle_Database_12c_New_FeaturesCOUG_AAbate_Oracle_Database_12c_New_Features
COUG_AAbate_Oracle_Database_12c_New_Features
 
Sitaram_Chalasani_CV
Sitaram_Chalasani_CVSitaram_Chalasani_CV
Sitaram_Chalasani_CV
 
I one Service Offerings
I one Service OfferingsI one Service Offerings
I one Service Offerings
 

Último

What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 

Último (20)

What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 

MIgrating from Single Instance to RAC via Dataguard

  • 1.
  • 2. MIGRATING FROM SINGLE INSTANCE TO RAC AND UPGRADING: A DATA GUARD SUCCESS STORY Fuad Arshad @fuadar Walgreen Company
  • 3. Me, Myself & I • More than 15 years of Oracle experience • Worked in textiles, telecom & retail/healthcare • Currently work for Walgreens in the Enterprise Shared Services area • Areas of Interest: backup & recovery, high availability, MAA, performance tuning
  • 4. Socially Networkable • Twitter @fuadar • Linkedin http://www.linkedin.com/in/fuadar • G+ +Fuad Arshad • Blog http://www.fuadarshad.com
  • 5. Agenda • Problem • Analysis • Decision • Strategy • Migration • Things to look out for! • Credits
  • 6. Community Access • RAC Attack Ask Questions • IOUG RAC SIG • Freelists Oracle L • IOUG • Stack Overflow Blogs / Blogs /Blogs . • Quora • http://www.orana.info • MOS Communities • http://blogs.oracle.com • Oracle Forums • http://www.oaktable.net
  • 7. The Problem “It was very early, and we were still like beta or alpha stage, and so we started receiving a ton of download. The server became overloaded, and that's when I realized that this had a huge market.” Shawn Fanning (Napster) Paper #371 7
  • 8. Our Problem • The application was growing and adding features • Customer access slowdown was reported Paper #371 8
  • 9. Our Problem • System built in the early 2000’s to handle the new wave of technology • More work as newer features were rolled out • Architecture & design not intended to handle the rate of change • Database is always the bottleneck Paper #371 9
  • 10. Analysis • Active/Passive servers • Oracle database version close to desupport • Old OS version • Old SAN infrastructure • CPU and disk I/O issues Result -----> IT WAS OLD Paper #371 10
  • 11. Analysis • Active/Passive Servers • Oracle Database version close to desupport • Old OS version • Old SAN infrastructure • Result ---------------- IT WAS OLD Paper #371 11
  • 13. Decision • Let’s migrate to RAC • Can it be done yesterday? • Can we do it with zero downtime? • The application team doesn’t want to change anything Paper #371 13
  • 14. Strategy • Export/Import • Transportable Table spaces • Disk based replication • GoldenGate • Data Guard - The Choice Paper #371 14
  • 15. Pre-Migration • Build of servers • Build of network • RAC starter kits Paper #371 15
  • 16. Pre-Migration • The strategy was to build a RAC database from a single instance environment • Oracle provided instructions on how to prep the single instance environment so that it is RAC-aware. This includes running catclust scripts and adding undo tablespaces for the number of nodes that the new cluster will have Paper #371 16
  • 17. Pre-Migration • The server builds need to have all the patches based on the OS that is being used • Oracle provides a variety of starter kits that can be used to validate the configuration • It is also important that the network be configured and available based on best practices • 11.2.0.2 and above have added requirements like SCAN that need to be accounted for Paper #371 17
  • 18. Pre-Migration • RAC Check is important tool to ensure that the environment is built based on best practices • RAC Check can be downloaded at MOS # 1268927.1 and is updated frequently – OS settings including kernel parameters and patches – CRS/Grid Infrastructure – RDBMS memory and database parameters – ASM parameters and statistics Paper #371 18
  • 19. Pre-Migration (Primary) Data Guard setup steps need to be followed which include : • Enable supplemental logging & force logging on primary • Add additional REDO threads (Based on # of RAC nodes) • Add additional UNDO tablespaces (Based on # of RAC nodes) • Backup the primary database • Create a PFILE from the primary database • Copy TNSNAMES and LISTENER files into a staging directory • Configure the primary database for Data Guard Paper #371 19
  • 20. Pre-Migration • RAC Check is important tool to ensure that the environment is built based on best practices • RAC Check can be downloaded at MOS # 1268927.1 and is updated frequently – OS settings including kernel parameters and patches – CRS/Grid Infrastructure – RDBMS memory and database parameters – ASM parameters and statistics Paper #371 20
  • 21. Pre-Migration (Standby RAC) • Data Guard setup steps need to be followed which include: • NFS mount or copy backup and auxiliary files • Configure Oracle Net which includes setting up TNSNAMES and LISTENER for 11.2.0.2 (This will be done in the Grid infrastructure home) • Modify the TNSNAMES.ORA to include the primary as well as the standby tns entries • Create a tns entry for the listener and make sure it is referenced in the REMOTE_LISTENER (REMOTE_LISTENER specifies the global list of listeners in a RAC configuration) • Make sure the listener alias referenced by the LOCAL_LISTENER initialization parameter is in each standby tnsnames.ora file • Ensure that the standby server has the same software version and patches installed as the primary Paper #371 21
  • 22. Pre-Migration (Standby RAC, cont.) Data Guard setup steps need to be followed which include: • Ensure that a password file is configured on both the primary and the standby • Copy the PFILE to the $ORACLE_HOME/dbs in the standby node • Add DB_UNIQUE_NAME and CLUSTER_DATABASE parameters in the PFILE • Modify all the other parameters outlined in the white paper • Connect to the standby and create an SPFILE in the ASM diskgroup • Startup the proposed standby environment in NOMOUNT mode • Duplicate the database using “DUPLICATE TARGET DATABASE FOR STANDBY” • Setup Server Control (SRVCTL) to register the instances Paper #371 22
  • 23. Pre-Migration (Standby RAC, cont.) Data Guard setup steps need to be followed which include: • Add additional standby REDO logs (The number of standby redo logs should be one more than the number of online REDO logs per thread and should be the same size) • Enable Managed Recovery Mode on the standby database • Enable archive destination on the primary to start shipping logs to the standby • Validate the transfer • Setup Data Guard Broker • Validate the configuration and ensure that logs are being applied • Bring up the other nodes in the RAC environment Paper #371 23
  • 24. Migration Migrating is simple after the Data Guard database is setup • Ensure all ARCHIVELOGS have been applied • Put the primary database in restricted mode and switch ARCHIVELOGS • After all the outstanding logs have been applied, shutdown REDO apply on the standby • Validate SCN across the primary and the standby • Two options from here: - Switchover & upgrade - Shutdown & upgrade **We Chose Shutdown & Upgrade** Paper #371 24
  • 25. Migration • All standby RAC nodes can be up if using DBUA • Ensure pre-checks are done • DBUA is brutal if you don’t remove the obsolete parameters • DST changes are important • If manually upgrading DBMS_DST needs to be run to upgrade DST Paper #371 25
  • 26. Things to Look Out For Ensure Environments Are Validated • RDA should be run and all issues fixed • RAC check will give you a detailed overview of the system • Ensure all starter kits and the RAC manuals are consulted: the result can be a good best practices evolving document • Use services to better manage how the application connects and load balance your system • Private network is key with RAC: follow Oracle’s best practices. • XA changes in 11.2.0.2 & can cause issues: important to understand them • “Compatible” parameter testing is important. • Monitoring the environment after go-live is very important Paper #371 26
  • 27. Credits I’d like to thank the following people for helping me with the presentation and accompanying white paper: • Matthew Gallagher, Architect -- Walgreens • Brice Lahl, Manager DB Architecture -- Walgreens • Daniel Morgan, ACE Director -- Drugstore.com A special shout out to Arup Nanda & Alex Gorbachev for encouraging me to present and Leighton Smith for reviewing my session Also special credit to the RAC Assurance Team at Oracle for helping is get through this migration and subsequent issues. Some content in the whitepaper and presentation has been republished with permission from the Oracle RAC Assurance Team whose goal had been to proactively provide input to customers with new and existing CRS, RAC, ASM and MAA implementations. Paper #371 27
  • 28. Questions • Please fill out evaluations Paper #371 28

Notas del editor

  1. While the chart shows about an average CPU consumption. What is doesn’t show it the what you see in the High Value Seasonal Adjustment which was 92 %. Now we Always had and Still have What Tom /Graham and Andrew talk about too many connections ratio to the the cores available
  2. This was a plan presented to upgrade the hardware in current form.
  3. Decisions are always hard and are always made late. The users expect that time to market after a decision to be immediate.
  4. Adding the dg_config,archive_dest fal_server and fal_client can be done ahead of time with the log_archive_dest_state be disabled till the standby instance is up
  5. It is very important to understand that the infrastructure has to be ready and support a RAC environment. The SPFILE shouldb e on a shared Accessible point as well as all nodes need to be in the GI already
  6. It is very important to ensure that fal_client and fal_server are set up correctly. Dataguard Broker can be setup with a few caveats since it is not officially supported on an Active/Passive Cluster. The Solution to Having a Active/Passive Cluster Working with a Broker is setting the local_listener parameter to the Virtual NodeName/IP
  7. Prechecks like utl112i not being run and validated can cause issue. We have seen cases where if too many versions are in between the upgrades utl112 might not catch an obsolete parameter and cause issues with DBUA. We tested the process with manual upgrades and DBUA. DBUA is much cleaner in newer versions and allows for getting everything right. Logging is better.
  8. Prechecks like utl112i not being run and validated can cause issue. We have seen cases where if too many versions are in between the upgrades utl112 might not catch an obsolete parameter and cause issues with DBUA. We tested the process with manual upgrades and DBUA. DBUA is much cleaner in newer versions and allows for getting everything right. Logging is better.
  9. RDA can show various errors as as allow for a DBA to health check their environment. Raccheck is a health Audit Tool. Starter Kits are important.Services can help your application. Look and understand before impl