SlideShare una empresa de Scribd logo
1 de 28
Descargar para leer sin conexión
Oracle 11G SCAN:
                    Concepts and implementation
                              experience sharing
Yury Velikanov      Todd Carlson
Senior Oracle DBA   Sr Manager, DBA Team
SCAN Agenda
    • Background

    • Introduction

    • SCAN Infrastructure Main Components

    • SCAN troubleshooting

    • Advanced points

    • Q&A


2                       © 2009/2010 Pythian
Few words about Yury
    • Oracle ACE and RAC SIG regional leader
           -    @yvelikanov
           -    http://www.pythian.com/news/author/velikanov/
    • Started as Oracle DBA
           -    with 7.2 (in 1997, 14+)
    • First international appearance
           -    2005 - Hotsos Symposium 2005
    • First RAC experience
           -    2000 FIFA - Oracle Parallel Server
    • Education (Master Degree in Computer science)
           -    OCP 7/8/8i/9/10 + OCM 9i/10g/11g

    • Several 11GR2 RAC projects in production
           -    Including GNS implementation
                                                                        Google: Oracle Yury
                                          Blog, Twitter, Linkedin, ACE … email, phone number

3                                    © 2009/2010 Pythian
Few words about Todd
    • Have been a DBA for 12 years
           -    7.3.4
    • Currently manage a team of
           -    7 DBAs covering Oracle, SQL Server and eBusiness Suite
                (11.5.10.2)
           -    3 Data Warehouse Developers
    • First RAC experience
           -    2006 – 10g R2
    • Education (Master Degree in Business)
           -    OCP 8/8i/9/10g/11g
    • 11GR2 RAC in production
           -    2/18/2011 – Migrated 1.3 TB EBS Database from 10g R2 Solaris
                9 Single Instance to 11g R2 3-node cluster on RHEL 5.5 via Cross
                Platform Transportable Tablespaces



4                                    © 2009/2010 Pythian
World Wide Technology
   Industry Leading Systems Integrator Providing Technology
    & Supply Chain Services to Customers Around the World
➭ Privately Held with Revenue Over $4.5 Billion

➭ Over 1,600 Employees Across the Country and Around The Globe

➭ Global Strategy in Three Key Markets:
       Value Added Reseller
       Data Center
       Supply Chain




                                 © 2009/2010 Pythian
WWT’s SCAN Business Drivers
•   Cluster managed server-side load balancing
•   Simple connection strings with failover
•   Prepare for the future
•   Adding Nodes with SCAN is masked from the clients
•   SCAN with Services completely abstracts the
    underlying complexities from the applications
                                             PRODRACDB1                         PRODRACDB2                           PRODRACDB3




                       S
                                                                          Cluster Ready Services



                       C
                                                Datafil        Redo               Archive             Voting         Control


                       A                          es           Logs                Logs                Disk



                                                          All System Log Files for Operations (alert, trace, core)
                                                                                                                      Files




                       N                                   Shared Storage via Automatic Storage Management




                       © 2009/2010 Pythian
WWT’s Services Business Drivers
• Need application activity visibility at the database
  level beyond what Application & Module offered
• Use Resource Manager to control workloads by
  Service
• Pin Services to specific nodes
• Provide specific failover options
• Tuning via Services




                        © 2009/2010 Pythian
WWT Environment - Physical
                          F5

                                                                         EBS Tier:
                   O                  O                     O
        OracleFi
           re
         X4200
                   r
                   a
                           OracleFi
                              re
                            X4200
                                      r
                                      a
                                                 OracleFi
                                                    re
                                                  X4200
                                                            r
                                                            a
                                                                  Oracle x4170's - 24 gig RAM
                   c
                   l
                                      c
                                      l
                                                            c
                                                            l   2 x Intel Xeon X5570 Quad-Core
                   e                  e                     e
                                                                             2.93GHz


                   O                  O                     O
        OracleFi
        re X4600   r       OracleFi
                           re X4600   r          OracleFi
                                                 re X4600   r
                   a                  a                     a
                   c
                   l
                                      c
                                      l
                                                            c
                                                            l
                                                                          DB Tier:
                   e                  e                     e
                                                                  Oracle X4270 - 96 gig RAM
                                                                2 x Intel Xeon X5570 Quad-Core
                                                                             2.93GHz

                                                                        Interconnect:
                                                                 Oracle Datacenter Infiniband
                                                                           Switch
                                                                        Storage Tier:
                                                                       EMC DMX 3500
                                                                         RAID 1+0
                                                                      73GB fiber drives
                       Database


                                          © 2009/2010 Pythian
WWT Environment - Database
• 4 Production Databases run on the same cluster
  •   Each runs as a separate OS user with non-shared homes
  •   EBS database supports 11.5.10.2 & over 25 custom apps
      •   Ave ~2000 concurrent users
      •   1.4 TB
      •   Ave 220+ DML transactions per second (tps) and peak at 2500 tps
• WWT applications running from
  •   WebLogic
  •   WebMethods                                           Service
                                                       PRODERP_IBI
                                                                              Application
                                                                         Reporting via IBI
  •   APEX                                             PRODERP_BI
                                                       PRODERP_WEBM
                                                                         BI Processing
                                                                         Middleware

  •   Shell                                            PRODERP_WWT_B2B
                                                       PRODERP_10g
                                                                         OS File Processing
                                                                         Reporting via 10g

  •   Misc. platforms                                  PRODERP_GENERAL
                                                       PRODERP_APEX
                                                                         Developers & DBAs
                                                                         APEX


• Each database has up to 7 services

                                 © 2009/2010 Pythian
WWT SCAN Results
• With SCAN, the Users don’t even know what
  database, much less what server, their Service is
  running on.
  •   7/23/11 – Node 3 crashed due to a PCI Driver issue
      •   All applications reconnected to Nodes 1 & 2 automatically
      •   Load was evenly distributed
      •   Only got 1 ticket because the offending system was hardcoded
      •   Priceless
  •   Mission critical batch load failed from Node 2 to Node 1
      •   Failed the batch load between nodes seamlessly for troubleshooting
      •   The batch load completed successfully




                                 © 2009/2010 Pythian
Single [Client Access] Name




           scan.clustgrid-prod.yourdomain.com
                                               + service




11                       © 2009/2010 Pythian
There are Two SCAN related news



     • Good
           • SCAN is based on known components you worked for
             years now

     • Other news
           • SCAN uses those components in different way


 RAC: Frequently Asked Questions [ID 220970.1]
 How to Troubleshoot Connectivity Issue with 11gR2 SCAN Name [ID 975457.1]
 11gR2 Grid Infrastructure Single Client Access Name (SCAN) Explained [ID 887522.1]
 SCAN & EBS 11i [ID 823581.1 ] R12 [823587.1]


12                                         © 2009/2010 Pythian
SCAN Introduction
     • Single Client Access Name
     • Addresses the TNSNAMES multi address issue

     • Old - 10G FAILOVER
         • Complex TNS entries
         • Complex to manage (add a node)
         • Previous Oracle Clients support

     • New - 11GR2
         • One Simple TNS entry on client side
         • Easy to add nodes
         • Transparent to Oracle Client versions (!DNS issue!)
         • No static listener.ora file
13                           © 2009/2010 Pythian
SCAN and PREV tnsnames.ora
      PROD _HR.yourdomain.com =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (FAILOVER=on)
          (LOAD_BALANCE=TRUE)
          (ADDRESS = (PROTOCOL = TCP)(HOST = vip.node1)(PORT = 1523))
          (ADDRESS = (PROTOCOL = TCP)(HOST = vip.node2)(PORT = 1523))
          (ADDRESS= (PROTOCOL = TCP)(HOST = vip.node3)(PORT = 1523))
        )
        (CONNECT_DATA = (SERVICE_NAME = HR) )
      )


                scan.clustgrid-prod.yourdomain.com:1523/HR




14                               © 2009/2010 Pythian
Ora*Net: Easy Connect
                 scan.clustgrid-prod.yourdomain.com
                scan.clustgrid-prod.yourdomain.com:1521
              scan.clustgrid-prod.yourdomain.com:1521/HR
      scan.clustgrid-prod.yourdomain.com:1521/HR:dedicated/ERP1

     PROD _HR.yourdomain.com =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = scan.clustgrid-prod)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = HR)
        )
      )

     Oracle® Database Net Services Administrator's Guide
     11g Release 2 (11.2)
     Part Number E10836-06
     http://download.oracle.com/docs/cd/E11882_01/network.112/e10836/naming.htm#BABJBFHJ




15                                                © 2009/2010 Pythian
16   © 2009/2010 Pythian
SCAN Infrastructure Main Components
     • Single Client Access Name + Oracle Services (Definitions)

     • DNS – resolving SCAN to 3 IP addresses (Round Robin)
           • Primary / Secondary
           • NameServer configuration (client side)
     • SCAN Listeners
           • Keeps records on available Local Listeners and Services those serve
           • Forwards connections to less loaded Local Listener
     • Local (VIP) Listeners
           • Creates foreground processes
           • Manages sockets
     • RAC (SCAN / VIP / Interconnect) ip addresses

     • Grid Name Service
           • registers and resolves RAC ip addresses
     • DHCP
           • Assign dynamically IP addresses


17                                   © 2009/2010 Pythian
18   © 2009/2010 Pythian
SCAN troubleshooting
• Service Names
             • DO NOT MODIFY init.ora:service_name
             • USE srvctl to configure and manage services

             srvctl config service -d <DB Name>
     …
     Service name: DEVERP_APEX.GGT.COM
     Service is enabled
     Failover type: NONE
     Preferred instances: DEVERP1
     Available instances: DEVERP1,DEVERP2,DEVERP3,DEVERP4,DEVERP5,DEVERP6
     …

             show parameter service_name
     SQL> show parameter service_name

     NAME                 TYPE        VALUE
     -------------------- ----------- --------------------------------------------------
     service_names        string      DEVERP_CDC.GGT.COM, SYS$APPLSYS.WF_CONTROL.DEVERP.
                                      WORLD, SYS$STREAMS_ADMIN.CDC$Q_ERP.DEVERP.WORLD, D
                                      EVERP_WEBM.GGT.COM, DEVERP_WWT_B2B.GGT.COM, DEVERP
                                      _RFUI.GGT.COM, DEVERP_IBI.GGT.COM, DEVERP_GENERAL.
                                      WWT.COM, DEVERP_BI.GGT.COM, DEVERP_APEX.GGT.COM, D
                                      EVERP_10g, DEVERP1, DEVERP
     SQL>


19                                        © 2009/2010 Pythian
SCAN troubleshooting
• Oracle Listeners
     • Running under grid OS user
          • Don’t start it under ORACLE user (DB OH)
          • If you do you end up with a mess
     • Manage (start/stop) by srvctl
          • Be careful with manual start/stop (TNS_ADMIN)
     • listener.ora is dynamic configuration file by default
          • [All] parameters managed by Cluster
          • Use srvctl to configure

     • Make sure listeners listen on corresponding IPs
     >lsnrctl status LISTENER_SCAN2
     …
       (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_SCAN2)))
       (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.2.9.122)(PORT=1523)))
     …
         • LISTENER_SCAN1/2/3 on SCAN IPs
         • LISTENER on VIP and Public IPs

20                               © 2009/2010 Pythian
SCAN troubleshooting
• init.ora:local_listener
         • It is an OLD good parameter
         • The same rules applies
              • Specify LOCAL listener only!
                    • Cant stress enough !!! NO SCAN !!!
              • You can use TNS address directly or TNS alias
         • !!! If can’t resolve an instance won't start !!!

SQL> show parameter local_listener

NAME                 TYPE        VALUE
-------------------- ----------- --------------------------------------------------
local_listener       string      (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)
                                 (HOST=devracdb1-vip)(PORT=1534))(ADDRESS=(PROTOCOL=TCP)
                                 (HOST=devracdb1-vip)(PORT=1521))))

SQL> show parameter local_listener

NAME                 TYPE        VALUE
-------------------- ----------- --------------------------------------------------
local_listener       string      devracdb1-vip

tnsping devracdb1-vip


21                                    © 2009/2010 Pythian
SCAN troubleshooting
• init.ora:remote_listener
     SQL> show parameter remote_listener

     NAME                                 TYPE        VALUE
     ------------------------------------ ----------- ------------------------------
     remote_listener                      string      scan.clustgrid-prod.yourdomain.com
     SQL>




     • The same management principals apply
                  • Make SURE it points to SCAN IP addresses only
                      • Cant stress enough !!! NO VIP !!!
                  • Any valid TNS config is acceptable
                      • tnsnames alias
                      • sqlnet.ora
                            • NAMES.DIRECTORY_PATH=(TNSNAMES, EZCONNECT)
                  • Use SCAN or IPs (for static SCAN conf only)

     !!! If can’t resolve an instance won't start !!!
22                                         © 2009/2010 Pythian
SCAN troubleshooting
• DNS
            • dig (Linux os command)
            • nslookup <scan> (run several times)
     [oracle@host01 admin]$ dig scan.clustgrid-prod.yourdomain.com

     ; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> scan.clustgrid-prod.yourdomain.com | tail -1
       [oracle@host01 admin]$ nslookup scan.clustgrid-prod.yourdomain.com | grep Address
     ;;Address: 172.30.193.218
        global options: printcmd

           • check primary and secondary name servers
     ;;[oracle@host01 admin]$ nslookup scan.clustgrid-prod.yourdomain.com | grep Address | tail -1
        Got answer:
     ;;Address: 172.30.193.216QUERY, status: NOERROR, id: 15137
        ->>HEADER<<- opcode:
     ;;[oracle@host01 admin]$1, ANSWER: 3, AUTHORITY: 1, ADDITIONAL: |0
        flags: qr rd ra; QUERY: nslookup scan.clustgrid-prod.yourdomain.com grep Address | tail -1
       Address: 172.30.193.218
     ;; QUESTION SECTION:

              • Make 200% sure
     ;scan.clustgrid-prod.yourdomain.com.      IN     A


                      • SCAN doesn’t172.30.193.218 VIPs
        ANSWER SECTION:
     scan.clustgrid-prod.yourdomain.com. 58 IN A         contain
     ;;[oracle@host01 admin]$ dig scan.clustgrid-prod.yourdomain.com

       ; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> 172.30.193.216
                                                       scan.clustgrid-prod.yourdomain.com
       ;; global options: printcmd don’t contain SCAN IPs
                      • VIPs
     scan.clustgrid-prod.yourdomain.com. 58 IN A
     scan.clustgrid-prod.yourdomain.com. 58 IN A       172.30.193.217
       ;; Got answer:
     ;;;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15137
        AUTHORITY SECTION:
     clustgrid-prod.yourdomain.com. 86400 IN AUTHORITY: 1, ADDITIONAL: 0
       ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, NS gns.clustgrid-prod.yourdomain.com.

     ;;;; QUESTION SECTION:
        Query time: 0 msec
     ;;;scan.clustgrid-prod.yourdomain.com.  IN
        SERVER: 172.30.192.82#53(172.30.192.82)      A
     ;; WHEN: Wed Jun 15 18:21:03 2011
     ;;;; ANSWER SECTION:
        MSG SIZE rcvd: 114
       scan.clustgrid-prod.yourdomain.com. 58 IN     A     172.30.193.218
       scan.clustgrid-prod.yourdomain.com. 58 IN
     [oracle@host01 admin]$                          A     172.30.193.216
       scan.clustgrid-prod.yourdomain.com. 58 IN     A     172.30.193.217




23                                                        © 2009/2010 Pythian
GNS Advanced points
     • SCAN + GNS implementation

     • Most probably you do not need it
     • Makes the configuration 100% dynamic
     • Unlimited number of nodes with simple Oracle
       Client Configuration

     • Oracle retrieves new IPs from DHCP for SCAN / VIP / [
       Interconnect ] components at startup time
     • The only static RAC IP is GNS IP


24                              © 2009/2010 Pythian
GNS Advanced points
     • Additional components
          • Grid Name Service
          • DNS and GNS integration (SCAN/VIP)
          • Dedicated DHCP service
             • Separate Network Segment
             • DHCP redundancy could be an issue
          • RAC and DHCP integration
             • Make DHCP assigning the same IPs (or range) each
                time per RAC process (Joseph Griffiths)
             • http://blog.jgriffiths.org/?p=24
             • DHCPDISCOVER from 00:00:00:00:00:00 via eth0
     • Many things could go wrong !!!
     • GNS Troublesooting – see my blog

25                            © 2009/2010 Pythian
There are Two SCAN related news



     • Good
         • SCAN is based on known components you worked for
           years now

     • Other news
         • SCAN uses those components in different way




26                           © 2009/2010 Pythian
Why Companies Trust Pythian
     • Recognized Leader:
     •   Global industry-leader in remote database administration services and consulting for Oracle,
         Oracle Applications, MySQL and SQL Server

     •   Work with over 150 multinational companies such as Forbes.com, Fox Sports, Nordion and Western
         Union to help manage their complex IT deployments

     • Expertise:
     •   One of the world’s largest concentrations of dedicated, full-time DBA expertise. Employ 6 Oracle
         ACEs/ACE Directors.
     •   Hold 7 Specializations under Oracle Platinum Partner program, including Oracle Exadata, Oracle
         GoldenGate & Oracle RAC.

     • Global Reach & Scalability:
     •   24/7/365 global remote support for DBA and consulting, systems administration, special projects
         or emergency response




27                                          © 2011 Pythian - Confidential
RAC: Frequently Asked Questions [ID 220970.1]
How to Troubleshoot Connectivity Issue with 11gR2 SCAN Name [ID 975457.1]
  Additional Resources
11gR2 Grid Infrastructure Single Client Access Name (SCAN) Explained [ID 887522.1]
SCAN & EBS 11i [ID 823581.1 ] R12 [823587.1]

   • www.oracle.com/scan
   • www.pythian.com/exadata
   • www.pythian.com/news/tag/exadata - Exadata
     Blog
   • www.pythian.com/news_and_events/in_the_news
  Article: “Making the Most of Oracle Exadata”

  My Oracle Support notes 888828.1 and 757552.1


  Thank you!

                                                                               Google: Oracle Yury
                                                 Blog, Twitter, Linkedin, ACE … email, phone number

  28                                         © 2009/2010 Pythian

Más contenido relacionado

La actualidad más candente

Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...Sandesh Rao
 
Oracle RAC features on Exadata
Oracle RAC features on ExadataOracle RAC features on Exadata
Oracle RAC features on ExadataAnil Nair
 
Understanding Oracle RAC 11g Release 2 Internals
Understanding Oracle RAC 11g Release 2 InternalsUnderstanding Oracle RAC 11g Release 2 Internals
Understanding Oracle RAC 11g Release 2 InternalsMarkus Michalewicz
 
Understanding oracle rac internals part 2 - slides
Understanding oracle rac internals   part 2 - slidesUnderstanding oracle rac internals   part 2 - slides
Understanding oracle rac internals part 2 - slidesMohamed Farouk
 
Oracle GoldenGate 21c New Features and Best Practices
Oracle GoldenGate 21c New Features and Best PracticesOracle GoldenGate 21c New Features and Best Practices
Oracle GoldenGate 21c New Features and Best PracticesBobby Curtis
 
Oracle Cloud is Best for Oracle Database - High Availability
Oracle Cloud is Best for Oracle Database - High AvailabilityOracle Cloud is Best for Oracle Database - High Availability
Oracle Cloud is Best for Oracle Database - High AvailabilityMarkus Michalewicz
 
A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN Riyaj Shamsudeen
 
Oracle_Multitenant_19c_-_All_About_Pluggable_D.pdf
Oracle_Multitenant_19c_-_All_About_Pluggable_D.pdfOracle_Multitenant_19c_-_All_About_Pluggable_D.pdf
Oracle_Multitenant_19c_-_All_About_Pluggable_D.pdfSrirakshaSrinivasan2
 
"It can always get worse!" – Lessons Learned in over 20 years working with Or...
"It can always get worse!" – Lessons Learned in over 20 years working with Or..."It can always get worse!" – Lessons Learned in over 20 years working with Or...
"It can always get worse!" – Lessons Learned in over 20 years working with Or...Markus Michalewicz
 
Oracle RAC 19c: Best Practices and Secret Internals
Oracle RAC 19c: Best Practices and Secret InternalsOracle RAC 19c: Best Practices and Secret Internals
Oracle RAC 19c: Best Practices and Secret InternalsAnil Nair
 
Tips and Tricks for SAP Sybase ASE
Tips and Tricks for SAP Sybase ASETips and Tricks for SAP Sybase ASE
Tips and Tricks for SAP Sybase ASEDon Brizendine
 
Best Practices for the Most Impactful Oracle Database 18c and 19c Features
Best Practices for the Most Impactful Oracle Database 18c and 19c FeaturesBest Practices for the Most Impactful Oracle Database 18c and 19c Features
Best Practices for the Most Impactful Oracle Database 18c and 19c FeaturesMarkus Michalewicz
 
Výhody a benefity nasazení Oracle Database Appliance
Výhody a benefity nasazení Oracle Database ApplianceVýhody a benefity nasazení Oracle Database Appliance
Výhody a benefity nasazení Oracle Database ApplianceMarketingArrowECS_CZ
 
Oracle MAA (Maximum Availability Architecture) 18c - An Overview
Oracle MAA (Maximum Availability Architecture) 18c - An OverviewOracle MAA (Maximum Availability Architecture) 18c - An Overview
Oracle MAA (Maximum Availability Architecture) 18c - An OverviewMarkus Michalewicz
 
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAsOracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAsZohar Elkayam
 
New Generation Oracle RAC Performance
New Generation Oracle RAC PerformanceNew Generation Oracle RAC Performance
New Generation Oracle RAC PerformanceAnil Nair
 
DB Time, Average Active Sessions, and ASH Math - Oracle performance fundamentals
DB Time, Average Active Sessions, and ASH Math - Oracle performance fundamentalsDB Time, Average Active Sessions, and ASH Math - Oracle performance fundamentals
DB Time, Average Active Sessions, and ASH Math - Oracle performance fundamentalsJohn Beresniewicz
 
【旧版】Oracle Gen 2 Exadata Cloud@Customer:サービス概要のご紹介 [2021年12月版]
【旧版】Oracle Gen 2 Exadata Cloud@Customer:サービス概要のご紹介 [2021年12月版]【旧版】Oracle Gen 2 Exadata Cloud@Customer:サービス概要のご紹介 [2021年12月版]
【旧版】Oracle Gen 2 Exadata Cloud@Customer:サービス概要のご紹介 [2021年12月版]オラクルエンジニア通信
 

La actualidad más candente (20)

Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
 
Oracle RAC features on Exadata
Oracle RAC features on ExadataOracle RAC features on Exadata
Oracle RAC features on Exadata
 
Understanding Oracle RAC 11g Release 2 Internals
Understanding Oracle RAC 11g Release 2 InternalsUnderstanding Oracle RAC 11g Release 2 Internals
Understanding Oracle RAC 11g Release 2 Internals
 
Understanding oracle rac internals part 2 - slides
Understanding oracle rac internals   part 2 - slidesUnderstanding oracle rac internals   part 2 - slides
Understanding oracle rac internals part 2 - slides
 
Oracle GoldenGate 21c New Features and Best Practices
Oracle GoldenGate 21c New Features and Best PracticesOracle GoldenGate 21c New Features and Best Practices
Oracle GoldenGate 21c New Features and Best Practices
 
Oracle Cloud is Best for Oracle Database - High Availability
Oracle Cloud is Best for Oracle Database - High AvailabilityOracle Cloud is Best for Oracle Database - High Availability
Oracle Cloud is Best for Oracle Database - High Availability
 
A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN
 
Oracle_Multitenant_19c_-_All_About_Pluggable_D.pdf
Oracle_Multitenant_19c_-_All_About_Pluggable_D.pdfOracle_Multitenant_19c_-_All_About_Pluggable_D.pdf
Oracle_Multitenant_19c_-_All_About_Pluggable_D.pdf
 
"It can always get worse!" – Lessons Learned in over 20 years working with Or...
"It can always get worse!" – Lessons Learned in over 20 years working with Or..."It can always get worse!" – Lessons Learned in over 20 years working with Or...
"It can always get worse!" – Lessons Learned in over 20 years working with Or...
 
Oracle RAC 19c: Best Practices and Secret Internals
Oracle RAC 19c: Best Practices and Secret InternalsOracle RAC 19c: Best Practices and Secret Internals
Oracle RAC 19c: Best Practices and Secret Internals
 
Tips and Tricks for SAP Sybase ASE
Tips and Tricks for SAP Sybase ASETips and Tricks for SAP Sybase ASE
Tips and Tricks for SAP Sybase ASE
 
Best Practices for the Most Impactful Oracle Database 18c and 19c Features
Best Practices for the Most Impactful Oracle Database 18c and 19c FeaturesBest Practices for the Most Impactful Oracle Database 18c and 19c Features
Best Practices for the Most Impactful Oracle Database 18c and 19c Features
 
Výhody a benefity nasazení Oracle Database Appliance
Výhody a benefity nasazení Oracle Database ApplianceVýhody a benefity nasazení Oracle Database Appliance
Výhody a benefity nasazení Oracle Database Appliance
 
Oracle MAA (Maximum Availability Architecture) 18c - An Overview
Oracle MAA (Maximum Availability Architecture) 18c - An OverviewOracle MAA (Maximum Availability Architecture) 18c - An Overview
Oracle MAA (Maximum Availability Architecture) 18c - An Overview
 
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAsOracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAs
 
New Generation Oracle RAC Performance
New Generation Oracle RAC PerformanceNew Generation Oracle RAC Performance
New Generation Oracle RAC Performance
 
DB Time, Average Active Sessions, and ASH Math - Oracle performance fundamentals
DB Time, Average Active Sessions, and ASH Math - Oracle performance fundamentalsDB Time, Average Active Sessions, and ASH Math - Oracle performance fundamentals
DB Time, Average Active Sessions, and ASH Math - Oracle performance fundamentals
 
ZFS appliance
ZFS applianceZFS appliance
ZFS appliance
 
【旧版】Oracle Gen 2 Exadata Cloud@Customer:サービス概要のご紹介 [2021年12月版]
【旧版】Oracle Gen 2 Exadata Cloud@Customer:サービス概要のご紹介 [2021年12月版]【旧版】Oracle Gen 2 Exadata Cloud@Customer:サービス概要のご紹介 [2021年12月版]
【旧版】Oracle Gen 2 Exadata Cloud@Customer:サービス概要のご紹介 [2021年12月版]
 
Convert single instance to RAC
Convert single instance to RACConvert single instance to RAC
Convert single instance to RAC
 

Destacado

Oracle AWR Data mining
Oracle AWR Data miningOracle AWR Data mining
Oracle AWR Data miningYury Velikanov
 
FlashSystems 2016 update
FlashSystems 2016 updateFlashSystems 2016 update
FlashSystems 2016 updateJoe Krotz
 
CW India Sep 2015 - Feature Precast
CW India Sep 2015 - Feature PrecastCW India Sep 2015 - Feature Precast
CW India Sep 2015 - Feature PrecastLaxman Wadhwani
 
Oracle Enterprise Manager 12c: EMCLI Crash Course
Oracle Enterprise Manager 12c: EMCLI Crash CourseOracle Enterprise Manager 12c: EMCLI Crash Course
Oracle Enterprise Manager 12c: EMCLI Crash CourseGokhan Atil
 
Essential Linux Commands for DBAs
Essential Linux Commands for DBAsEssential Linux Commands for DBAs
Essential Linux Commands for DBAsGokhan Atil
 
EM13c: Write Powerful Scripts with EMCLI
EM13c: Write Powerful Scripts with EMCLIEM13c: Write Powerful Scripts with EMCLI
EM13c: Write Powerful Scripts with EMCLIGokhan Atil
 
Oracle SQL tuning with SQL Plan Management
Oracle SQL tuning with SQL Plan ManagementOracle SQL tuning with SQL Plan Management
Oracle SQL tuning with SQL Plan ManagementBjoern Rost
 
Oracle Enterprise Manager 13C and Hybrid Cloud
Oracle Enterprise Manager 13C and Hybrid CloudOracle Enterprise Manager 13C and Hybrid Cloud
Oracle Enterprise Manager 13C and Hybrid Cloudjobacle
 
3 ways to reduce Oracle license costs
3 ways to reduce Oracle license costs3 ways to reduce Oracle license costs
3 ways to reduce Oracle license costsWilliam Macleod
 
Oracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsOracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsGokhan Atil
 
Awr1page - Sanity checking time instrumentation in AWR reports
Awr1page - Sanity checking time instrumentation in AWR reportsAwr1page - Sanity checking time instrumentation in AWR reports
Awr1page - Sanity checking time instrumentation in AWR reportsJohn Beresniewicz
 
Using SQL Plan Management (SPM) to balance Plan Flexibility and Plan Stability
Using SQL Plan Management (SPM) to balance Plan Flexibility and Plan StabilityUsing SQL Plan Management (SPM) to balance Plan Flexibility and Plan Stability
Using SQL Plan Management (SPM) to balance Plan Flexibility and Plan StabilityCarlos Sierra
 
My Experience Using Oracle SQL Plan Baselines 11g/12c
My Experience Using Oracle SQL Plan Baselines 11g/12cMy Experience Using Oracle SQL Plan Baselines 11g/12c
My Experience Using Oracle SQL Plan Baselines 11g/12cNelson Calero
 
How a Developer can Troubleshoot a SQL performing poorly on a Production DB
How a Developer can Troubleshoot a SQL performing poorly on a Production DBHow a Developer can Troubleshoot a SQL performing poorly on a Production DB
How a Developer can Troubleshoot a SQL performing poorly on a Production DBCarlos Sierra
 
My First 100 days with an Exadata (PPT)
My First 100 days with an Exadata (PPT)My First 100 days with an Exadata (PPT)
My First 100 days with an Exadata (PPT)Gustavo Rene Antunez
 
Benchmarking Oracle I/O Performance with Orion by Alex Gorbachev
Benchmarking Oracle I/O Performance with Orion by Alex GorbachevBenchmarking Oracle I/O Performance with Orion by Alex Gorbachev
Benchmarking Oracle I/O Performance with Orion by Alex GorbachevAlex Gorbachev
 
Oracle SQL Performance Tuning and Optimization v26 chapter 1
Oracle SQL Performance Tuning and Optimization v26 chapter 1Oracle SQL Performance Tuning and Optimization v26 chapter 1
Oracle SQL Performance Tuning and Optimization v26 chapter 1Kevin Meade
 
Oracle Performance Tuning Fundamentals
Oracle Performance Tuning FundamentalsOracle Performance Tuning Fundamentals
Oracle Performance Tuning FundamentalsEnkitec
 

Destacado (20)

Oracle AWR Data mining
Oracle AWR Data miningOracle AWR Data mining
Oracle AWR Data mining
 
FlashSystems 2016 update
FlashSystems 2016 updateFlashSystems 2016 update
FlashSystems 2016 update
 
Using AWR for SQL Analysis
Using AWR for SQL AnalysisUsing AWR for SQL Analysis
Using AWR for SQL Analysis
 
CW India Sep 2015 - Feature Precast
CW India Sep 2015 - Feature PrecastCW India Sep 2015 - Feature Precast
CW India Sep 2015 - Feature Precast
 
Oracle Enterprise Manager 12c: EMCLI Crash Course
Oracle Enterprise Manager 12c: EMCLI Crash CourseOracle Enterprise Manager 12c: EMCLI Crash Course
Oracle Enterprise Manager 12c: EMCLI Crash Course
 
Essential Linux Commands for DBAs
Essential Linux Commands for DBAsEssential Linux Commands for DBAs
Essential Linux Commands for DBAs
 
EM13c: Write Powerful Scripts with EMCLI
EM13c: Write Powerful Scripts with EMCLIEM13c: Write Powerful Scripts with EMCLI
EM13c: Write Powerful Scripts with EMCLI
 
Oracle SQL tuning with SQL Plan Management
Oracle SQL tuning with SQL Plan ManagementOracle SQL tuning with SQL Plan Management
Oracle SQL tuning with SQL Plan Management
 
Oracle Enterprise Manager 13C and Hybrid Cloud
Oracle Enterprise Manager 13C and Hybrid CloudOracle Enterprise Manager 13C and Hybrid Cloud
Oracle Enterprise Manager 13C and Hybrid Cloud
 
3 ways to reduce Oracle license costs
3 ways to reduce Oracle license costs3 ways to reduce Oracle license costs
3 ways to reduce Oracle license costs
 
Oracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsOracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAs
 
Awr1page - Sanity checking time instrumentation in AWR reports
Awr1page - Sanity checking time instrumentation in AWR reportsAwr1page - Sanity checking time instrumentation in AWR reports
Awr1page - Sanity checking time instrumentation in AWR reports
 
Using SQL Plan Management (SPM) to balance Plan Flexibility and Plan Stability
Using SQL Plan Management (SPM) to balance Plan Flexibility and Plan StabilityUsing SQL Plan Management (SPM) to balance Plan Flexibility and Plan Stability
Using SQL Plan Management (SPM) to balance Plan Flexibility and Plan Stability
 
My Experience Using Oracle SQL Plan Baselines 11g/12c
My Experience Using Oracle SQL Plan Baselines 11g/12cMy Experience Using Oracle SQL Plan Baselines 11g/12c
My Experience Using Oracle SQL Plan Baselines 11g/12c
 
How a Developer can Troubleshoot a SQL performing poorly on a Production DB
How a Developer can Troubleshoot a SQL performing poorly on a Production DBHow a Developer can Troubleshoot a SQL performing poorly on a Production DB
How a Developer can Troubleshoot a SQL performing poorly on a Production DB
 
My First 100 days with an Exadata (PPT)
My First 100 days with an Exadata (PPT)My First 100 days with an Exadata (PPT)
My First 100 days with an Exadata (PPT)
 
Benchmarking Oracle I/O Performance with Orion by Alex Gorbachev
Benchmarking Oracle I/O Performance with Orion by Alex GorbachevBenchmarking Oracle I/O Performance with Orion by Alex Gorbachev
Benchmarking Oracle I/O Performance with Orion by Alex Gorbachev
 
Oracle SQL Performance Tuning and Optimization v26 chapter 1
Oracle SQL Performance Tuning and Optimization v26 chapter 1Oracle SQL Performance Tuning and Optimization v26 chapter 1
Oracle SQL Performance Tuning and Optimization v26 chapter 1
 
Oracle sql tuning
Oracle sql tuningOracle sql tuning
Oracle sql tuning
 
Oracle Performance Tuning Fundamentals
Oracle Performance Tuning FundamentalsOracle Performance Tuning Fundamentals
Oracle Performance Tuning Fundamentals
 

Similar a Oracle 11G SCAN: Concepts and Implementation Experience Sharing

Presentacion oracle exadata & exalogic f. podesta -yatch club 19 de abril 2012
Presentacion oracle exadata & exalogic   f. podesta -yatch club 19 de abril 2012Presentacion oracle exadata & exalogic   f. podesta -yatch club 19 de abril 2012
Presentacion oracle exadata & exalogic f. podesta -yatch club 19 de abril 2012ValeVilloslada
 
Oracle strategy for_information_management
Oracle strategy for_information_managementOracle strategy for_information_management
Oracle strategy for_information_managementInSync Conference
 
Presenta completaoow2013
Presenta completaoow2013Presenta completaoow2013
Presenta completaoow2013Fran Navarro
 
OOW09 Ebs Tuning Final
OOW09 Ebs Tuning FinalOOW09 Ebs Tuning Final
OOW09 Ebs Tuning Finaljucaab
 
Presentation oracle super cluster t5-8 technical deep dive
Presentation   oracle super cluster t5-8 technical deep divePresentation   oracle super cluster t5-8 technical deep dive
Presentation oracle super cluster t5-8 technical deep divesolarisyougood
 
2. buc od-vl-sparc-today tomorrow-v1.5
2. buc od-vl-sparc-today tomorrow-v1.52. buc od-vl-sparc-today tomorrow-v1.5
2. buc od-vl-sparc-today tomorrow-v1.5Doina Draganescu
 
Less06 networking
Less06 networkingLess06 networking
Less06 networkingAmit Bhalla
 
Sparc SuperCluster
Sparc SuperClusterSparc SuperCluster
Sparc SuperClusterFran Navarro
 
Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Fran Navarro
 
Oracle Linux Nov 2011 Webcast
Oracle Linux Nov 2011 WebcastOracle Linux Nov 2011 Webcast
Oracle Linux Nov 2011 WebcastTerry Wang
 
Ceph Day Beijing - Optimizing Ceph Performance by Leveraging Intel Optane and...
Ceph Day Beijing - Optimizing Ceph Performance by Leveraging Intel Optane and...Ceph Day Beijing - Optimizing Ceph Performance by Leveraging Intel Optane and...
Ceph Day Beijing - Optimizing Ceph Performance by Leveraging Intel Optane and...Danielle Womboldt
 
Ceph Day Beijing - Optimizing Ceph performance by leveraging Intel Optane and...
Ceph Day Beijing - Optimizing Ceph performance by leveraging Intel Optane and...Ceph Day Beijing - Optimizing Ceph performance by leveraging Intel Optane and...
Ceph Day Beijing - Optimizing Ceph performance by leveraging Intel Optane and...Ceph Community
 
Oracle Cloud DBaaS
Oracle Cloud DBaaSOracle Cloud DBaaS
Oracle Cloud DBaaSArush Jain
 
OOW09 EBS Tech Essentials
OOW09 EBS Tech EssentialsOOW09 EBS Tech Essentials
OOW09 EBS Tech Essentialsjucaab
 
3.INTEL.Optane_on_ceph_v2.pdf
3.INTEL.Optane_on_ceph_v2.pdf3.INTEL.Optane_on_ceph_v2.pdf
3.INTEL.Optane_on_ceph_v2.pdfhellobank1
 
Collaborate07kmohiuddin
Collaborate07kmohiuddinCollaborate07kmohiuddin
Collaborate07kmohiuddinSal Marcus
 

Similar a Oracle 11G SCAN: Concepts and Implementation Experience Sharing (20)

Presentacion oracle exadata & exalogic f. podesta -yatch club 19 de abril 2012
Presentacion oracle exadata & exalogic   f. podesta -yatch club 19 de abril 2012Presentacion oracle exadata & exalogic   f. podesta -yatch club 19 de abril 2012
Presentacion oracle exadata & exalogic f. podesta -yatch club 19 de abril 2012
 
Sparc solaris servers
Sparc solaris serversSparc solaris servers
Sparc solaris servers
 
Oracle strategy for_information_management
Oracle strategy for_information_managementOracle strategy for_information_management
Oracle strategy for_information_management
 
MySQL Replication
MySQL ReplicationMySQL Replication
MySQL Replication
 
Presenta completaoow2013
Presenta completaoow2013Presenta completaoow2013
Presenta completaoow2013
 
OOW09 Ebs Tuning Final
OOW09 Ebs Tuning FinalOOW09 Ebs Tuning Final
OOW09 Ebs Tuning Final
 
Why_Oracle_Hardware.ppt
Why_Oracle_Hardware.pptWhy_Oracle_Hardware.ppt
Why_Oracle_Hardware.ppt
 
Presentation oracle super cluster t5-8 technical deep dive
Presentation   oracle super cluster t5-8 technical deep divePresentation   oracle super cluster t5-8 technical deep dive
Presentation oracle super cluster t5-8 technical deep dive
 
2. buc od-vl-sparc-today tomorrow-v1.5
2. buc od-vl-sparc-today tomorrow-v1.52. buc od-vl-sparc-today tomorrow-v1.5
2. buc od-vl-sparc-today tomorrow-v1.5
 
Less06 networking
Less06 networkingLess06 networking
Less06 networking
 
Sparc SuperCluster
Sparc SuperClusterSparc SuperCluster
Sparc SuperCluster
 
Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster
 
Oracle Linux Nov 2011 Webcast
Oracle Linux Nov 2011 WebcastOracle Linux Nov 2011 Webcast
Oracle Linux Nov 2011 Webcast
 
Ceph Day Beijing - Optimizing Ceph Performance by Leveraging Intel Optane and...
Ceph Day Beijing - Optimizing Ceph Performance by Leveraging Intel Optane and...Ceph Day Beijing - Optimizing Ceph Performance by Leveraging Intel Optane and...
Ceph Day Beijing - Optimizing Ceph Performance by Leveraging Intel Optane and...
 
Ceph Day Beijing - Optimizing Ceph performance by leveraging Intel Optane and...
Ceph Day Beijing - Optimizing Ceph performance by leveraging Intel Optane and...Ceph Day Beijing - Optimizing Ceph performance by leveraging Intel Optane and...
Ceph Day Beijing - Optimizing Ceph performance by leveraging Intel Optane and...
 
Oracle Cloud DBaaS
Oracle Cloud DBaaSOracle Cloud DBaaS
Oracle Cloud DBaaS
 
OOW09 EBS Tech Essentials
OOW09 EBS Tech EssentialsOOW09 EBS Tech Essentials
OOW09 EBS Tech Essentials
 
3.INTEL.Optane_on_ceph_v2.pdf
3.INTEL.Optane_on_ceph_v2.pdf3.INTEL.Optane_on_ceph_v2.pdf
3.INTEL.Optane_on_ceph_v2.pdf
 
11g R2 Live Part 1
11g R2 Live Part 111g R2 Live Part 1
11g R2 Live Part 1
 
Collaborate07kmohiuddin
Collaborate07kmohiuddinCollaborate07kmohiuddin
Collaborate07kmohiuddin
 

Más de Yury Velikanov

AWR DB performance Data Mining - Collaborate 2015
AWR DB performance Data Mining - Collaborate 2015AWR DB performance Data Mining - Collaborate 2015
AWR DB performance Data Mining - Collaborate 2015Yury Velikanov
 
RAC Attack 12c Installation Instruction
RAC Attack 12c Installation InstructionRAC Attack 12c Installation Instruction
RAC Attack 12c Installation InstructionYury Velikanov
 
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0Yury Velikanov
 
Oracle e-Business Suite & RAC 11GR2
Oracle e-Business Suite & RAC 11GR2Oracle e-Business Suite & RAC 11GR2
Oracle e-Business Suite & RAC 11GR2Yury Velikanov
 
You most probably dont need rman catalog database white paper
You most probably dont need rman catalog database white paperYou most probably dont need rman catalog database white paper
You most probably dont need rman catalog database white paperYury Velikanov
 
You most probably dont need an RMAN catalog database
You most probably dont need an RMAN catalog databaseYou most probably dont need an RMAN catalog database
You most probably dont need an RMAN catalog databaseYury Velikanov
 
All Oracle DBAs have to know about Unix Memory Monitoring
All Oracle DBAs have to know about Unix Memory MonitoringAll Oracle DBAs have to know about Unix Memory Monitoring
All Oracle DBAs have to know about Unix Memory MonitoringYury Velikanov
 
Yury's CV as of 2013.03.31
Yury's CV as of 2013.03.31Yury's CV as of 2013.03.31
Yury's CV as of 2013.03.31Yury Velikanov
 
Sharing experience implementing Direct NFS
Sharing experience implementing Direct NFSSharing experience implementing Direct NFS
Sharing experience implementing Direct NFSYury Velikanov
 
10 Problems with your RMAN backup script - whitepaper
10 Problems with your RMAN backup script - whitepaper10 Problems with your RMAN backup script - whitepaper
10 Problems with your RMAN backup script - whitepaperYury Velikanov
 
10 Problems with your RMAN backup script
10 Problems with your RMAN backup script10 Problems with your RMAN backup script
10 Problems with your RMAN backup scriptYury Velikanov
 

Más de Yury Velikanov (11)

AWR DB performance Data Mining - Collaborate 2015
AWR DB performance Data Mining - Collaborate 2015AWR DB performance Data Mining - Collaborate 2015
AWR DB performance Data Mining - Collaborate 2015
 
RAC Attack 12c Installation Instruction
RAC Attack 12c Installation InstructionRAC Attack 12c Installation Instruction
RAC Attack 12c Installation Instruction
 
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
 
Oracle e-Business Suite & RAC 11GR2
Oracle e-Business Suite & RAC 11GR2Oracle e-Business Suite & RAC 11GR2
Oracle e-Business Suite & RAC 11GR2
 
You most probably dont need rman catalog database white paper
You most probably dont need rman catalog database white paperYou most probably dont need rman catalog database white paper
You most probably dont need rman catalog database white paper
 
You most probably dont need an RMAN catalog database
You most probably dont need an RMAN catalog databaseYou most probably dont need an RMAN catalog database
You most probably dont need an RMAN catalog database
 
All Oracle DBAs have to know about Unix Memory Monitoring
All Oracle DBAs have to know about Unix Memory MonitoringAll Oracle DBAs have to know about Unix Memory Monitoring
All Oracle DBAs have to know about Unix Memory Monitoring
 
Yury's CV as of 2013.03.31
Yury's CV as of 2013.03.31Yury's CV as of 2013.03.31
Yury's CV as of 2013.03.31
 
Sharing experience implementing Direct NFS
Sharing experience implementing Direct NFSSharing experience implementing Direct NFS
Sharing experience implementing Direct NFS
 
10 Problems with your RMAN backup script - whitepaper
10 Problems with your RMAN backup script - whitepaper10 Problems with your RMAN backup script - whitepaper
10 Problems with your RMAN backup script - whitepaper
 
10 Problems with your RMAN backup script
10 Problems with your RMAN backup script10 Problems with your RMAN backup script
10 Problems with your RMAN backup script
 

Último

Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
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
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
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
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 

Último (20)

Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
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!
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
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
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 

Oracle 11G SCAN: Concepts and Implementation Experience Sharing

  • 1. Oracle 11G SCAN: Concepts and implementation experience sharing Yury Velikanov Todd Carlson Senior Oracle DBA Sr Manager, DBA Team
  • 2. SCAN Agenda • Background • Introduction • SCAN Infrastructure Main Components • SCAN troubleshooting • Advanced points • Q&A 2 © 2009/2010 Pythian
  • 3. Few words about Yury • Oracle ACE and RAC SIG regional leader - @yvelikanov - http://www.pythian.com/news/author/velikanov/ • Started as Oracle DBA - with 7.2 (in 1997, 14+) • First international appearance - 2005 - Hotsos Symposium 2005 • First RAC experience - 2000 FIFA - Oracle Parallel Server • Education (Master Degree in Computer science) - OCP 7/8/8i/9/10 + OCM 9i/10g/11g • Several 11GR2 RAC projects in production - Including GNS implementation Google: Oracle Yury Blog, Twitter, Linkedin, ACE … email, phone number 3 © 2009/2010 Pythian
  • 4. Few words about Todd • Have been a DBA for 12 years - 7.3.4 • Currently manage a team of - 7 DBAs covering Oracle, SQL Server and eBusiness Suite (11.5.10.2) - 3 Data Warehouse Developers • First RAC experience - 2006 – 10g R2 • Education (Master Degree in Business) - OCP 8/8i/9/10g/11g • 11GR2 RAC in production - 2/18/2011 – Migrated 1.3 TB EBS Database from 10g R2 Solaris 9 Single Instance to 11g R2 3-node cluster on RHEL 5.5 via Cross Platform Transportable Tablespaces 4 © 2009/2010 Pythian
  • 5. World Wide Technology Industry Leading Systems Integrator Providing Technology & Supply Chain Services to Customers Around the World ➭ Privately Held with Revenue Over $4.5 Billion ➭ Over 1,600 Employees Across the Country and Around The Globe ➭ Global Strategy in Three Key Markets:  Value Added Reseller  Data Center  Supply Chain © 2009/2010 Pythian
  • 6. WWT’s SCAN Business Drivers • Cluster managed server-side load balancing • Simple connection strings with failover • Prepare for the future • Adding Nodes with SCAN is masked from the clients • SCAN with Services completely abstracts the underlying complexities from the applications PRODRACDB1 PRODRACDB2 PRODRACDB3 S Cluster Ready Services C Datafil Redo Archive Voting Control A es Logs Logs Disk All System Log Files for Operations (alert, trace, core) Files N Shared Storage via Automatic Storage Management © 2009/2010 Pythian
  • 7. WWT’s Services Business Drivers • Need application activity visibility at the database level beyond what Application & Module offered • Use Resource Manager to control workloads by Service • Pin Services to specific nodes • Provide specific failover options • Tuning via Services © 2009/2010 Pythian
  • 8. WWT Environment - Physical F5 EBS Tier: O O O OracleFi re X4200 r a OracleFi re X4200 r a OracleFi re X4200 r a Oracle x4170's - 24 gig RAM c l c l c l 2 x Intel Xeon X5570 Quad-Core e e e 2.93GHz O O O OracleFi re X4600 r OracleFi re X4600 r OracleFi re X4600 r a a a c l c l c l DB Tier: e e e Oracle X4270 - 96 gig RAM 2 x Intel Xeon X5570 Quad-Core 2.93GHz Interconnect: Oracle Datacenter Infiniband Switch Storage Tier: EMC DMX 3500 RAID 1+0 73GB fiber drives Database © 2009/2010 Pythian
  • 9. WWT Environment - Database • 4 Production Databases run on the same cluster • Each runs as a separate OS user with non-shared homes • EBS database supports 11.5.10.2 & over 25 custom apps • Ave ~2000 concurrent users • 1.4 TB • Ave 220+ DML transactions per second (tps) and peak at 2500 tps • WWT applications running from • WebLogic • WebMethods Service PRODERP_IBI Application Reporting via IBI • APEX PRODERP_BI PRODERP_WEBM BI Processing Middleware • Shell PRODERP_WWT_B2B PRODERP_10g OS File Processing Reporting via 10g • Misc. platforms PRODERP_GENERAL PRODERP_APEX Developers & DBAs APEX • Each database has up to 7 services © 2009/2010 Pythian
  • 10. WWT SCAN Results • With SCAN, the Users don’t even know what database, much less what server, their Service is running on. • 7/23/11 – Node 3 crashed due to a PCI Driver issue • All applications reconnected to Nodes 1 & 2 automatically • Load was evenly distributed • Only got 1 ticket because the offending system was hardcoded • Priceless • Mission critical batch load failed from Node 2 to Node 1 • Failed the batch load between nodes seamlessly for troubleshooting • The batch load completed successfully © 2009/2010 Pythian
  • 11. Single [Client Access] Name scan.clustgrid-prod.yourdomain.com + service 11 © 2009/2010 Pythian
  • 12. There are Two SCAN related news • Good • SCAN is based on known components you worked for years now • Other news • SCAN uses those components in different way RAC: Frequently Asked Questions [ID 220970.1] How to Troubleshoot Connectivity Issue with 11gR2 SCAN Name [ID 975457.1] 11gR2 Grid Infrastructure Single Client Access Name (SCAN) Explained [ID 887522.1] SCAN & EBS 11i [ID 823581.1 ] R12 [823587.1] 12 © 2009/2010 Pythian
  • 13. SCAN Introduction • Single Client Access Name • Addresses the TNSNAMES multi address issue • Old - 10G FAILOVER • Complex TNS entries • Complex to manage (add a node) • Previous Oracle Clients support • New - 11GR2 • One Simple TNS entry on client side • Easy to add nodes • Transparent to Oracle Client versions (!DNS issue!) • No static listener.ora file 13 © 2009/2010 Pythian
  • 14. SCAN and PREV tnsnames.ora PROD _HR.yourdomain.com = (DESCRIPTION = (ADDRESS_LIST = (FAILOVER=on) (LOAD_BALANCE=TRUE) (ADDRESS = (PROTOCOL = TCP)(HOST = vip.node1)(PORT = 1523)) (ADDRESS = (PROTOCOL = TCP)(HOST = vip.node2)(PORT = 1523)) (ADDRESS= (PROTOCOL = TCP)(HOST = vip.node3)(PORT = 1523)) ) (CONNECT_DATA = (SERVICE_NAME = HR) ) ) scan.clustgrid-prod.yourdomain.com:1523/HR 14 © 2009/2010 Pythian
  • 15. Ora*Net: Easy Connect scan.clustgrid-prod.yourdomain.com scan.clustgrid-prod.yourdomain.com:1521 scan.clustgrid-prod.yourdomain.com:1521/HR scan.clustgrid-prod.yourdomain.com:1521/HR:dedicated/ERP1 PROD _HR.yourdomain.com = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = scan.clustgrid-prod)(PORT = 1521)) (CONNECT_DATA = (SERVICE_NAME = HR) ) ) Oracle® Database Net Services Administrator's Guide 11g Release 2 (11.2) Part Number E10836-06 http://download.oracle.com/docs/cd/E11882_01/network.112/e10836/naming.htm#BABJBFHJ 15 © 2009/2010 Pythian
  • 16. 16 © 2009/2010 Pythian
  • 17. SCAN Infrastructure Main Components • Single Client Access Name + Oracle Services (Definitions) • DNS – resolving SCAN to 3 IP addresses (Round Robin) • Primary / Secondary • NameServer configuration (client side) • SCAN Listeners • Keeps records on available Local Listeners and Services those serve • Forwards connections to less loaded Local Listener • Local (VIP) Listeners • Creates foreground processes • Manages sockets • RAC (SCAN / VIP / Interconnect) ip addresses • Grid Name Service • registers and resolves RAC ip addresses • DHCP • Assign dynamically IP addresses 17 © 2009/2010 Pythian
  • 18. 18 © 2009/2010 Pythian
  • 19. SCAN troubleshooting • Service Names • DO NOT MODIFY init.ora:service_name • USE srvctl to configure and manage services srvctl config service -d <DB Name> … Service name: DEVERP_APEX.GGT.COM Service is enabled Failover type: NONE Preferred instances: DEVERP1 Available instances: DEVERP1,DEVERP2,DEVERP3,DEVERP4,DEVERP5,DEVERP6 … show parameter service_name SQL> show parameter service_name NAME TYPE VALUE -------------------- ----------- -------------------------------------------------- service_names string DEVERP_CDC.GGT.COM, SYS$APPLSYS.WF_CONTROL.DEVERP. WORLD, SYS$STREAMS_ADMIN.CDC$Q_ERP.DEVERP.WORLD, D EVERP_WEBM.GGT.COM, DEVERP_WWT_B2B.GGT.COM, DEVERP _RFUI.GGT.COM, DEVERP_IBI.GGT.COM, DEVERP_GENERAL. WWT.COM, DEVERP_BI.GGT.COM, DEVERP_APEX.GGT.COM, D EVERP_10g, DEVERP1, DEVERP SQL> 19 © 2009/2010 Pythian
  • 20. SCAN troubleshooting • Oracle Listeners • Running under grid OS user • Don’t start it under ORACLE user (DB OH) • If you do you end up with a mess • Manage (start/stop) by srvctl • Be careful with manual start/stop (TNS_ADMIN) • listener.ora is dynamic configuration file by default • [All] parameters managed by Cluster • Use srvctl to configure • Make sure listeners listen on corresponding IPs >lsnrctl status LISTENER_SCAN2 … (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_SCAN2))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.2.9.122)(PORT=1523))) … • LISTENER_SCAN1/2/3 on SCAN IPs • LISTENER on VIP and Public IPs 20 © 2009/2010 Pythian
  • 21. SCAN troubleshooting • init.ora:local_listener • It is an OLD good parameter • The same rules applies • Specify LOCAL listener only! • Cant stress enough !!! NO SCAN !!! • You can use TNS address directly or TNS alias • !!! If can’t resolve an instance won't start !!! SQL> show parameter local_listener NAME TYPE VALUE -------------------- ----------- -------------------------------------------------- local_listener string (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP) (HOST=devracdb1-vip)(PORT=1534))(ADDRESS=(PROTOCOL=TCP) (HOST=devracdb1-vip)(PORT=1521)))) SQL> show parameter local_listener NAME TYPE VALUE -------------------- ----------- -------------------------------------------------- local_listener string devracdb1-vip tnsping devracdb1-vip 21 © 2009/2010 Pythian
  • 22. SCAN troubleshooting • init.ora:remote_listener SQL> show parameter remote_listener NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ remote_listener string scan.clustgrid-prod.yourdomain.com SQL> • The same management principals apply • Make SURE it points to SCAN IP addresses only • Cant stress enough !!! NO VIP !!! • Any valid TNS config is acceptable • tnsnames alias • sqlnet.ora • NAMES.DIRECTORY_PATH=(TNSNAMES, EZCONNECT) • Use SCAN or IPs (for static SCAN conf only) !!! If can’t resolve an instance won't start !!! 22 © 2009/2010 Pythian
  • 23. SCAN troubleshooting • DNS • dig (Linux os command) • nslookup <scan> (run several times) [oracle@host01 admin]$ dig scan.clustgrid-prod.yourdomain.com ; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> scan.clustgrid-prod.yourdomain.com | tail -1 [oracle@host01 admin]$ nslookup scan.clustgrid-prod.yourdomain.com | grep Address ;;Address: 172.30.193.218 global options: printcmd • check primary and secondary name servers ;;[oracle@host01 admin]$ nslookup scan.clustgrid-prod.yourdomain.com | grep Address | tail -1 Got answer: ;;Address: 172.30.193.216QUERY, status: NOERROR, id: 15137 ->>HEADER<<- opcode: ;;[oracle@host01 admin]$1, ANSWER: 3, AUTHORITY: 1, ADDITIONAL: |0 flags: qr rd ra; QUERY: nslookup scan.clustgrid-prod.yourdomain.com grep Address | tail -1 Address: 172.30.193.218 ;; QUESTION SECTION: • Make 200% sure ;scan.clustgrid-prod.yourdomain.com. IN A • SCAN doesn’t172.30.193.218 VIPs ANSWER SECTION: scan.clustgrid-prod.yourdomain.com. 58 IN A contain ;;[oracle@host01 admin]$ dig scan.clustgrid-prod.yourdomain.com ; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> 172.30.193.216 scan.clustgrid-prod.yourdomain.com ;; global options: printcmd don’t contain SCAN IPs • VIPs scan.clustgrid-prod.yourdomain.com. 58 IN A scan.clustgrid-prod.yourdomain.com. 58 IN A 172.30.193.217 ;; Got answer: ;;;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15137 AUTHORITY SECTION: clustgrid-prod.yourdomain.com. 86400 IN AUTHORITY: 1, ADDITIONAL: 0 ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, NS gns.clustgrid-prod.yourdomain.com. ;;;; QUESTION SECTION: Query time: 0 msec ;;;scan.clustgrid-prod.yourdomain.com. IN SERVER: 172.30.192.82#53(172.30.192.82) A ;; WHEN: Wed Jun 15 18:21:03 2011 ;;;; ANSWER SECTION: MSG SIZE rcvd: 114 scan.clustgrid-prod.yourdomain.com. 58 IN A 172.30.193.218 scan.clustgrid-prod.yourdomain.com. 58 IN [oracle@host01 admin]$ A 172.30.193.216 scan.clustgrid-prod.yourdomain.com. 58 IN A 172.30.193.217 23 © 2009/2010 Pythian
  • 24. GNS Advanced points • SCAN + GNS implementation • Most probably you do not need it • Makes the configuration 100% dynamic • Unlimited number of nodes with simple Oracle Client Configuration • Oracle retrieves new IPs from DHCP for SCAN / VIP / [ Interconnect ] components at startup time • The only static RAC IP is GNS IP 24 © 2009/2010 Pythian
  • 25. GNS Advanced points • Additional components • Grid Name Service • DNS and GNS integration (SCAN/VIP) • Dedicated DHCP service • Separate Network Segment • DHCP redundancy could be an issue • RAC and DHCP integration • Make DHCP assigning the same IPs (or range) each time per RAC process (Joseph Griffiths) • http://blog.jgriffiths.org/?p=24 • DHCPDISCOVER from 00:00:00:00:00:00 via eth0 • Many things could go wrong !!! • GNS Troublesooting – see my blog 25 © 2009/2010 Pythian
  • 26. There are Two SCAN related news • Good • SCAN is based on known components you worked for years now • Other news • SCAN uses those components in different way 26 © 2009/2010 Pythian
  • 27. Why Companies Trust Pythian • Recognized Leader: • Global industry-leader in remote database administration services and consulting for Oracle, Oracle Applications, MySQL and SQL Server • Work with over 150 multinational companies such as Forbes.com, Fox Sports, Nordion and Western Union to help manage their complex IT deployments • Expertise: • One of the world’s largest concentrations of dedicated, full-time DBA expertise. Employ 6 Oracle ACEs/ACE Directors. • Hold 7 Specializations under Oracle Platinum Partner program, including Oracle Exadata, Oracle GoldenGate & Oracle RAC. • Global Reach & Scalability: • 24/7/365 global remote support for DBA and consulting, systems administration, special projects or emergency response 27 © 2011 Pythian - Confidential
  • 28. RAC: Frequently Asked Questions [ID 220970.1] How to Troubleshoot Connectivity Issue with 11gR2 SCAN Name [ID 975457.1] Additional Resources 11gR2 Grid Infrastructure Single Client Access Name (SCAN) Explained [ID 887522.1] SCAN & EBS 11i [ID 823581.1 ] R12 [823587.1] • www.oracle.com/scan • www.pythian.com/exadata • www.pythian.com/news/tag/exadata - Exadata Blog • www.pythian.com/news_and_events/in_the_news Article: “Making the Most of Oracle Exadata” My Oracle Support notes 888828.1 and 757552.1 Thank you! Google: Oracle Yury Blog, Twitter, Linkedin, ACE … email, phone number 28 © 2009/2010 Pythian