SlideShare uma empresa Scribd logo
1 de 50
Baixar para ler offline
Sandesh Rao
VP AIOps , Autonomous Database
Wilson Chan
Architect – Autonomous Database and Real Application Clusters
Oracle Real Application Clusters
19c: Best Practices and Internals
@sandeshr
https://www.linkedin.com/in/raosandesh/
https://www.slideshare.net/SandeshRao4
Safe Harbor Statement
The following is intended to outline our general product direction. It is intended for
information purposes only, and may not be incorporated into any contract. It is not
a commitment to deliver any material, code, or functionality, and should not be
relied upon in making purchasing decisions. The development, release,
timing, and pricing of any features or functionality described for Oracle’s products
may change and remains at the sole discretion of Oracle Corporation.
Natural language
processing
Architecture and basics
Grid Infrastructure - Overview
Host 1
Cluster
DB
Instance
DB
Instance
ASM
Instance
ASM
Instance
Host 2 Host 3
Disk Group A Disk Group B
ASM Disk Groups
DB
Instance
ASM
Instance
Grid Infrastructure - Overview
CRS can also be Standalone for
ASM and/or Oracle Restart
CRS & ASM in Grid Home
Must be installed in different location to
RDBMS home
Installer locks the Grid Home path by
setting root permissions
CRS can run by itself or in combination
with other vendor clusterware
Combination of :
Oracle Cluster Ready Services (CRS)
Oracle Automatic Storage Management
(ASM)
Grid Infrastructure - Requirements
Shared Oracle Cluster Registry (OCR) and Voting files
Must be in ASM or CFS
OCR backed up every 4 hours automatically GIHOME/cdata
Kept 4,8,12 hours, 1 day, 1 week
Restored with ocrconfig
Voting file backed up into OCR at each change.
Voting file restored with crsctl
Grid Infrastructure – CRS network
Requirements
One or more redundant
private networks for inter-
node communications
High speed with low latency
Separate physical network or
managed converged network
VLANS are supported
Usage
Interconnect is a memory backplane for
the cluster
Clusterware messaging
RDBMS messaging and block transfer
ASM messaging
HANFS for block traffic
Grid Infrastructure – How it works
A node can be evicted when
deemed unhealthy
May require reboot
IPMI integration
or diskmon in case of Exadata
On Unix ohasd runs out of inittab
with respawn
CRS provides Cluster Time
Synchronization services
Always runs but in observer mode
if ntpd configured
CRS stack is spawned from Oracle
HA Services Daemon (ohasd)
Grid Infrastructure – Processes for core resources
HA Stack CRS Stack CRS Service
Level 0 Level 1 Level 2 Level 3 Level 4
INIT
ohasd
cssdmonitor
Network sources
SCAN VIP
Node VIP
ACFS Registry
GNS VIP
ASM Instance
Diskgroup
DB Resources
SCAN Listener
Listener
Services
eONS
ONS
GNS
GSD
CRSD
orarootagent
CRSD
oraagent
ASM
mDNSD
GIPCS
EVMD
GPNPD
CRSD
CTSSD
Diskmon
CSSD
OHASD
oraagent
OHASD
oraclerootagent
cssdagent
Local & Cluster Resources
ora.asm
ora.dgname.dg
ora.listener.lsnr
ora.ons
ora.gsd
ora.net1.network
ora.registry.acfs
OS
Oracle Grid Infrastructure
LISTENER_SCAN1
ora.SCAN1.VIP
ora.node1.vip
OS OS OS
crsctl stat res -tList with:
If database is deployed:
ora.Dbname.db
ora.Dbname.Srvcname.svc
ora.asm
ora.dgname.dg
ora.listener.lsnr
ora.ons
ora.gsd
ora.net1.network
ora.registry.acfs
LISTENER_SCAN2
ora.SCAN2.VIP
ora.node2.vip
ora.asm
ora.dgname.dg
ora.listener.lsnr
ora.ons
ora.gsd
ora.net1.network
ora.registry.acfs
LISTENER_SCAN3
ora.SCAN3.VIP
ora.node3.vip
ora.asm
ora.dgname.dg
ora.listener.lsnr
ora.ons
ora.gsd
ora.net1.network
ora.registry.acfs
Ora.oc4j
Ora.cvu
ora.node4.vip
Node VIP Details
[GRID]> crsctl status res ora.rac1.vip -p
NAME=ora.rac1.vip
TYPE=ora.cluster_vip_net1.type
...
AGENT_FILENAME=%CRS_HOME%/bin/orarootagent%C
RS_EXE_SUFFIX%
...
CHECK_INTERVAL=1
CHECK_TIMEOUT=30
...
START_DEPENDENCIES=hard(ora.net1.network)
pullup(ora.net1.network)
...
STOP_DEPENDENCIES=hard(ora.net1.network)
...
USR_ORA_VIP=rac1-vip
VERSION=12.2.0.2.0
..
..
ora.listener.lsnr
..
..
ora.net1.network
..
OS
Oracle Grid Infrastructure
..
..
ora.rac1.vip
OS
..
..
ora.listener.lsnr
..
..
ora.net1.network
..
..
..
ora.rac2.vip
rac1 rac2
CSSD
Dual channel node monitoring every second
Failures cause node eviction (fencing)
Network heartbeat (Private interconnect ping)
Nodes must respond in css_miscount (30s default)
Disk heartbeat (voting disk ping)
Disk must respond in diskTimeout time
CSSD
Oracle Clusterware
(1) Ping
network
heartbeat
CSSD
(2) Ping
disk heartbeat
(2) Ping
disk heartbeat
[CSSD] [1115699552] >TRACE:
clssnmReadDskHeartbeat: node(2) is down.
rcfg(1) wrtcnt(1) LATS(63436584) Disk
lastSeqNo(1)
[CSSD][1111902528]clssnmPollingThread: node
mynodename(5) at 75% heartbeat fatal, removal
in 6.770 seconds
CSSD - Eviction
Eviction (fencing) prevents shared data
being corrupted by independently
operating nodes
In order to perform eviction:
1. CSSD sends kill request to node via
remaining channel
2. If CSSD does not succeed in kill then
OCSSDMONITOR will take over and
attempt kill
CSSD
Oracle Clusterware
CSSD
Network
heartbeat
failure
X
1
Kill request sent
via remaining
channel
2
Kill attempted by
Oracle
Clusterware
Interconnect - Redundant Interconnect Usage & HAIPs
Redundant interconnect provides bonding
alternative
Private networks only
Enables HA & load balancing for up to 4 NICs
per server
Uses HAIPs assigned to private networks
on server
HAIPs taken from link-local IP range
If network interface fails HAIP is failed over to
remaining interface
HAIP 1
Oracle Clusterware
Node 1 Node 2
HAIP 2
HAIP 3
HAIP 4
12.2 Automatic Storage Management (ASM)
ASM Filter Driver – Full Integration
Further configuration and monitoring is
conducted by
using the AFDTOOL utility:
Provision a disk:
Remove a disk:
List the managed disks:
Configure during Installation
Reject non-Oracle I/O
Stops OS utilities from
overwriting ASM disks
Protects database files
Reduce OS resource usage
Fewer open file descriptors
Faster node recovery
afdtool -add /dev/dsk1 disk1
afdtool -getdevlist
afdtool -delete disk1
Node Weighting - Everything equal, let the majority of work survive
NodeA
Oracle GI | HUB
Oracle RAC
NodeB
Oracle GI | HUB
Oracle RAC
cons_1 cons_2
• Node Weighing is a new feature that
considers the workload run on a node
during fencing
• The idea is to let the majority of work
survive, if everything else is equal
– “Majority work” is for example represented
by the number of services.
• Example: In a 2-node cluster, the node
hosting the majority of services (at
fencing time) is meant to survive
• DBAs can overrule and rate a service
as a “critical” based on business needs
Pluggable Database & Service Isolation
Prevents instance failures affecting others
NodeA
Oracle GI | HUB
Oracle RAC
NodeB
Oracle GI | HUB
Oracle RAC
cons_1 cons_2
Using Oracle Multitenant, PDBs can be:
Opened as singletons (in one database instance
only)
In a subset of instances
Or in all instances at once
If certain PDBs are only opened on some
instances, Pluggable Database Isolation
Improves performance by:
Reducing DLM operations for
PDBs not open in all instances.
Optimizing block operations based
on in-memory block separation.
Ensures that instance failures of instances
only hosting singleton PDBs will not impact
other instances of the same RAC-based CDB
Fleet Patching & Provisioning Support
Database & Grid Infrastructure
11.2.0.3.
11.2.0.4.
12.1
12.2
18
VM VM
VM VM
VM VM
VM VM
• Single Instance
• Oracle Restart
• Oracle RAC One
• Oracle RAC
BM
Non-CDB CDB/PDB
VM
• Generic Software
• Data Guard Aware
• Customizable
Multi-OS
19
Applications see no errors during outages
Standardize on Transparent Application Continuity
Hides errors, timeouts, and
maintenance
No application knowledge or changes
to use
Rebuilds session state & in-flight
transactions
Adapts as applications change:
protected for the future
Request
Errors/Timeouts hidden
TAC
Oracle RAC Performance Features
Over two decades of innovation
• Automatic Undo Management
• Cache Fusion
• Oracle Real Application
Clusters
• Session Affinity
• PDB & Services Isolation
• Service-Oriented Buffer Cache
• Leaf Block Split Optimizations
• Self Tuning LMS
• Multithreaded Cache Fusion
• ExaFusion Direct-to-Wire Protocol
• Smart Fusion Block Transfer
• Universal Connection Pool (UCP) Support for Oracle RAC
• Support for Distributed Transactions (XA) in Oracle RAC
• Parallel Execution Optimizations for Oracle RAC
• Affinity Locking and Read-Mostly Objects
• Reader Bypass
• Flash Cache
• Connection Load Balancing
• Load Balancing Advisory
• Cluster Managed Services
• Automatic Storage Management
9i 10g
11g
12c
18c
• Zero Downtime Patching Clusterware
• Fleet Provisioning and Patching
• Automated Transaction Draining
• Support TLS Ciphers for Clusterware
• Automated PDB Relocation
19c
• Scalable Sequences
• Undo RDMA-Read
• Commit Cache
• Database Reliability Framework
RAC Enhancements
Remastering Slaves (1 slave per LMS)
Starting with Oracle RAC 12.1, the LMS offloads heavy remastering work to the slave
This improves LMS’s responsiveness for Cache Fusion requests during remastering
Support for 100 LMS’s – change in default value
Oracle RAC 12.2 supports up to 100 LMS’s (names: LMS0-LM99) as opposed to 35
On larger systems (lots of CPU, large SGA), more LMS’s will start by default
More LMS’s means better reconfiguration time without any impact during runtime
More Dynamic Remastering (DRM)
Starting with Oracle RAC 19c, DRM is planned to more adaptively consider the overall system
state
Reconfiguration Performance Improvements
11204
4 x
1.5 x
12.2 18.1
Reconfiguration Performance as of 18c
Timings with different #LMS:
Total reconfiguration time for an
instance leave & re-join
100GB cache
2 node RAC
Timings with different cache sizes:
Total reconfiguration time for an
instance leave & re-join
8 LMS’s
2 node RAC
Buffer Cache Size Reconfiguration
Time
25GB 3.0 sec
50GB 4.9 sec
100GB 8.3 sec
# LMS Reconfiguration
Time
8 LMS’s 8.3 sec
16 LMS’s 5.0 sec
32 LMS’s 3.6 sec
Reconfiguration Diagnosability
Detailed timing
breakdown
available in LMON
trace file
**************** BEGIN DLM RCFG HA STATS ****************
Total dlm rcfg time (inc 6): 3.586 secs (394926177, 394929763)
Begin step .........: 0.005 secs (394926177, 394926182)
Freeze step ........: 0.019 secs (394926182, 394926201)
Sync 1 step ........: 0.002 secs (394926264, 394926266)
Sync 2 step ........: 0.024 secs (394926266, 394926290)
Enqueue cleanup step: 0.002 secs (394926290, 394926292)
Sync pcm1 step .....: 0.004 secs (394926293, 394926297)
……
Enqueue dubious step: 0.004 secs (394926432, 394926436)
Sync 5 step ........: 0.000 secs (394926436, 394926436)
Enqueue grant step .: 0.001 secs (394926436, 394926437)
Sync 6 step ........: 0.012 secs (394926437, 394926449)
Fixwrt replay step .: 0.885 secs (394928837, 394929722)
Sync 8 step ........: 0.040 secs (394929722, 394929762)
End step ...........: 0.001 secs (394929762, 394929763)
Number of replayed enqueues sent / received .......: 2246 / 893
Number of replayed fusion locks sent / received ...: 124027 / 0
Number of enqueues mastered before / after rcfg ...: 2058 / 1384
**************** END DLM RCFG HA STATS *****************
DRM Diagnosability
Detailed timing
breakdown
available in AWR
Report
Dynamic Remastering Statistics DB/Inst: SALES/sales1 Snaps: 393-452
-> Affinity objects - Affinity objects mastered at the begin/end snapshot
-> Read-mostly objects - Read-mostly objects mastered at the begin/end snapshot
per Begin End
Name Total Remaster Op Snap Snap
-------------------------------- ------------ ------------- -------- --------
remaster ops 24 1.00
remastered objects 24 1.00
remaster time (s) 7.4 0.31
freeze time (s) 1.5 0.06
cleanup time (s) 2.4 0.10
replay time (s) 0.3 0.01
fixwrite time (s) 2.4 0.10
sync time (s) 0.1 0.01
affinity objects N/A 3 27
read-mostly objects N/A 0 0
read-mostly objects (persistent) N/A 0 0
Natural language
processing
Proactive and reactive
tools
Combined installation of TFA, ORAchk and EXAchk
TFA and ORAchk/EXAchk are installed via a single platform specific installation
available at doc: 2550798.1
Updated on a quarterly basis
Included within Database & Grid Infrastructure install
Included within Release Updates (RUs)
Automatic notifications
ORAchk / EXAchk results
older than two weeks are
automatically purged
Full ORAchk / EXAchk
compliance run at
3am once a week
TFA automatically monitors
for significant events,
collects, analyses
diagnostics then notifies you
Most impactful compliance
checks from
ORAchk/EXAchk are run
2am every day
tfactl <orachk|exachk> -autostart
• Download latest orachk and benefit
from the latest checks
• No need to individually
download autoupgrade.jar or
cluvfy
• Single report with results from
autoupgrade.jar, orachk and cluvfy
checks
• *orachk also includes other
components like Application
Continuity and Security related
checks
ORAchk=ORAchk+cluvfy+Autoupgrade.jar*
Cluvf
y
PreUpgrad
e
ORAch
k
ORAchk autoupgrade includes
autoupgrade.jar checks and cluvfy pre-
upgrade checks
Natural language
processing
19c and beyond
• Execution of ./gridSetup.sh on old
OS releases may fail
• Failure is reported as a perl error
message
• perl has hard dependency on
glibc
• Similar message reported by DB
installer
• Additional details in URL below
https://www.linkedin.com/pulse/high-level-
steps-upgrade-oracle-19c-rac-anil-nair/
Oracle 19c Upgrade requires Linux 7
• Download latest orachk and benefit
from the latest checks
• No need to individually
download autoupgrade.jar or
cluvfy
• Single report with results from
autoupgrade.jar, orachk and cluvfy
checks
• *orachk also includes other
components like Application
Continuity and Security related
checks
ORAchk=ORAchk+cluvfy+Autoupgrade.jar*
Cluvfy PreUpgrade
ORAchk
ORAchk autoupgrade includes autoupgrade.jar
checks and cluvfy pre-upgrade checks
• Grid Infrastructure Management
Repository (GIMR) aka mgmtDB is
NO longer mandatory with starting
with Oracle 19c
• Limited AHF functionality by
utilizing filesystem without GIMR
• No support for CHA GUI chactl
• Trace File Analyzer (TFA) will
provide limited graphical view
State of the GIMR
• Apply patch to a new grid
home while stack continues to
run from current home
• Reduces downtime as stack is
up and running during the
copy process
• Reduces errors caused by
common issues such as “Out
of space”
• Easy fallback in case of issues
Patch faster with -SwitchHome
/u01/app/19.0/grid
/u01/app/19.3/grid
• Utilizes Service(s) to drive
workload placement
• Services implicitly opens PDB
Instance(s)
• Order of PDB open based on
service definition
• Defined using Preferred,
Available attributes
• Default modeling after
upgrades
Resource Modeling Today
Services trigger PDB open
Services
• Define PDB Cardinality, Rank
• Higher Ranked PDBs started
before Lower Ranked PDB
• Cardinality defines the number
of nodes where PDB is started
• Considers
• host runtime CPU load before
PDB open
• availability of nodes before PDB
open
• all nodes may not be equal in
terms of # of CPUs or speed
New Resource Modeling Scheme
PDB open triggers Service startup
Clusterware runtime Diagnostics
• Oracle 19c Clusterware processes maintains histograms, statistics
such as trace file rotation frequency, time taken for rotation
• Preserves critical information on very busy systems
• Severity tagging provides human readable criticality of messages
• 2019-08-20 08:36:13.142 : CSSD:1871161088: [ ERROR]
clssgmclienteventhndlr: (SENDCOMPLETE) No proc found for ClientID
• 2019-08-20 08:36:13.188 : CSSD:1871161088: [ INFO] clssgmDeadProc:
Removing clientID 2:43454:0 (0x7fda802df820), with GIPC
• New diagnostics monitor thread ensures in-memory logs (UTS) are
periodically written to ensure diagnostics are available in case of
process crash
During planned shutdown
• Distribute Resource Masters before
Instance shutdown
• Distribution before shutdown does not
require any recovery on the surviving
instances
• Effectively reduces the time spent on
reconfiguration during planned outages
to zero
• Rolling Windows to reduce
impact of reconfiguration
• During runtime
• Smart DRM
38
Zero Downtime for Planned outages
B BB B
B BB B
B BB B
B BB B
B BB B
B BB B
B BB B
B BB B
B BB B
B BB B
B BB B
B BB B
B BB B
B BB B
B BB B
B BB B
M MM M
M MM M
M MM M
M MM M
M MM M
M MM M
M MM M
M MM M
Global Resource Directory
B Buffer M MasterB M
• Subnet Manager for Fast
Node Death detection
• Network (Subnet Manager)
• Disk (Diskmon)
• Utilize low latency RDMA
• Read/Write to remote memory
without CPU
• More details available at
• https://www.slideshare.net/AnilNair2
7/oracle-rac-features-on-exadata
Oracle RAC Exadata optimizations
0.8
30
0
10
20
30
40
Exadata Generic Systems
Fast Node Death Detection
Exafusion
Smart Fusion
Block Transfer
Cache Fusion Optimizations on Exadata
Utilize RDMA for
• propagating BoC (Broadcast on commit)
• Reduce messages (2 instead of 5)
• Reduce CPU usage on LMS
• Current read blocks
• Very common access pattern in various workloads
• Commit Cache messaging
• https://www.slideshare.net/AnilNair27/oracle-rac-features-on-exadata (Slide#43)
• Reduces load on LMS from remote node
• Direct read than sending an 8k block
• Undo blocks
• https://www.slideshare.net/AnilNair27/oracle-rac-features-on-exadata (Slide#44)
40
Oracle RAC 19c - Hang Manager
Manages hung database processes
Detect & resolves
Cross-layer hangs
I.E: Hangs caused by a blocked ASM
resource.
Resolves deadlocks
User defined control via PL/SQL
Early Warning exposed via (V$ view)
Database Member
Cluster
Uses ASM IO
Service
IO
Service
ASM
Service
Session
Detect
Analyze
Evaluate
Hung?
Hang
Resolution
Monitors for problems before service
disruption
E.g HB for critical processes
Detects the cause of problem
Use collected data across all nodes to
identify root cause
E.g. Waits on GRD
Resolves the problem with minimal
disruption
E.g Resize internal Structures
Introducing Database Reliability Framework
Resources
Database Reliability Framework in Action
Monitor
Detect
Review
Resolve
Increase in number of resources in the
Global Resource Directory (GRD)
Resulting in higher wait times for GRD
Several solutions possible
Is wait time due to high CPU load?
Increase in number of LMS help?
Increasing CR slaves help
Increasing internal thresholds help?
Examples and DRF Views
Busy FG process(es) using CPU
Potential upcoming memory starvation
LGWR constrained by CPU
Too many RT processes
Insufficient CR slaves
DLM resource cache incorrectly sized
Control file IO (CFIO) stall
V$ view Description
v$gcr_metrics All defined metrics
v$gcr_actions All defined actions
v$gcr_log Metric/action history
summary log
v$gcr_status details on latest
metric/action status
Cache Fusion Optimizations
Increase the maximum number of LMSs
Based on System utilization (DRF)
Each LMS will spawn a dedicated CR slave
Threshold of Rollback Changes
Threaded CR slave in 18c
Optimized for Multi core/thread architecture
Remastering Slaves (RMV0..)
Offloads heavy remastering work to slaves
Commit Cache
Reduce Cache Fusion traffic for
remote undo header lookups
Often becomes a bottleneck with
DML heavy OLTP/mixed
workloads
Remote undo header lookups are
needed for:
Check if a transaction has committed
Delayed block cleanout
0
400
800
1,200
1,600
2,000
Data
Blocks
Undo
Headers
Undo
Blocks
Others
#BlockTransfers(thousands)
CR (Immediate) CR (Busy)
Current (Immediate) Current (Busy)
Smart Fusion Block Transfer
On Exadata, Oracle does not wait for
the log write notification
Exadata ensures the log write completes
before changes to block on another instance
commit, guaranteeing durability
Wait for Log I/O during transfer of hot blocks
is eliminated
Up to 40% throughput and 33% response
time improvement in some heavily
contended OLTP workloads
Storage software will ensure correct
ordering of writes
1. Issue log write
2. Wait for log
write completion
3. Transfer
block
Exadata Avoids I/O Wait confirmation
Storage
Continuous Feature Improvements
Lock Domain per PDB Utilize Bloom Filter to further
reduce Reconfiguration times
Utilize Database Reliability
Framework
Patching Improvements
OJVM is Oracle RAC rolling patch enabled with Oracle RAC 18c (18.4)
Non-Java services are available at all times
Java services are available all the time, except for a ~10 seconds brownout
No errors are reported during the brownout
Zero-Downtime Oracle Grid Infrastructure Patching (*18.3)
Patch Oracle Grid Infrastructure without interrupting database operations
Patches are applied out-of-place and in a rolling fashion with one node being
patched
at a time while the database instance(s) on that node remain up and running
Supported for Oracle RAC and RAC One Node clusters with two or more
nodes
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour Oct 2019

Mais conteúdo relacionado

Mais procurados

Oracle Active Data Guard: Best Practices and New Features Deep Dive
Oracle Active Data Guard: Best Practices and New Features Deep Dive Oracle Active Data Guard: Best Practices and New Features Deep Dive
Oracle Active Data Guard: Best Practices and New Features Deep Dive Glen Hawkins
 
Oracle Performance Tuning Fundamentals
Oracle Performance Tuning FundamentalsOracle Performance Tuning Fundamentals
Oracle Performance Tuning FundamentalsEnkitec
 
New Generation Oracle RAC Performance
New Generation Oracle RAC PerformanceNew Generation Oracle RAC Performance
New Generation Oracle RAC PerformanceAnil Nair
 
MAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19cMAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19cMarkus 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
 
Anil nair rac_internals_sangam_2016
Anil nair rac_internals_sangam_2016Anil nair rac_internals_sangam_2016
Anil nair rac_internals_sangam_2016Anil Nair
 
What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1Satishbabu Gunukula
 
Standard Edition High Availability (SEHA) - The Why, What & How
Standard Edition High Availability (SEHA) - The Why, What & HowStandard Edition High Availability (SEHA) - The Why, What & How
Standard Edition High Availability (SEHA) - The Why, What & HowMarkus Michalewicz
 
Your tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
Your tuning arsenal: AWR, ADDM, ASH, Metrics and AdvisorsYour tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
Your tuning arsenal: AWR, ADDM, ASH, Metrics and AdvisorsJohn Kanagaraj
 
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]Markus Michalewicz
 
Oracle RAC 19c - the Basis for the Autonomous Database
Oracle RAC 19c - the Basis for the Autonomous DatabaseOracle RAC 19c - the Basis for the Autonomous Database
Oracle RAC 19c - the Basis for the Autonomous DatabaseMarkus Michalewicz
 
TFA Collector - what can one do with it
TFA Collector - what can one do with it TFA Collector - what can one do with it
TFA Collector - what can one do with it Sandesh Rao
 
Advanced RAC troubleshooting: Network
Advanced RAC troubleshooting: NetworkAdvanced RAC troubleshooting: Network
Advanced RAC troubleshooting: NetworkRiyaj Shamsudeen
 
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
 
Exadata master series_asm_2020
Exadata master series_asm_2020Exadata master series_asm_2020
Exadata master series_asm_2020Anil Nair
 
Scaling paypal workloads with oracle rac ss
Scaling paypal workloads with oracle rac ssScaling paypal workloads with oracle rac ss
Scaling paypal workloads with oracle rac ssAnil Nair
 
Oracle 12c PDB insights
Oracle 12c PDB insightsOracle 12c PDB insights
Oracle 12c PDB insightsKirill Loifman
 
The Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RACThe Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RACMarkus Michalewicz
 

Mais procurados (20)

Oracle Active Data Guard: Best Practices and New Features Deep Dive
Oracle Active Data Guard: Best Practices and New Features Deep Dive Oracle Active Data Guard: Best Practices and New Features Deep Dive
Oracle Active Data Guard: Best Practices and New Features Deep Dive
 
Oracle Performance Tuning Fundamentals
Oracle Performance Tuning FundamentalsOracle Performance Tuning Fundamentals
Oracle Performance Tuning Fundamentals
 
New Generation Oracle RAC Performance
New Generation Oracle RAC PerformanceNew Generation Oracle RAC Performance
New Generation Oracle RAC Performance
 
MAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19cMAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19c
 
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
 
Anil nair rac_internals_sangam_2016
Anil nair rac_internals_sangam_2016Anil nair rac_internals_sangam_2016
Anil nair rac_internals_sangam_2016
 
What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1
 
Standard Edition High Availability (SEHA) - The Why, What & How
Standard Edition High Availability (SEHA) - The Why, What & HowStandard Edition High Availability (SEHA) - The Why, What & How
Standard Edition High Availability (SEHA) - The Why, What & How
 
Your tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
Your tuning arsenal: AWR, ADDM, ASH, Metrics and AdvisorsYour tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
Your tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
 
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
 
Oracle RAC 19c - the Basis for the Autonomous Database
Oracle RAC 19c - the Basis for the Autonomous DatabaseOracle RAC 19c - the Basis for the Autonomous Database
Oracle RAC 19c - the Basis for the Autonomous Database
 
TFA Collector - what can one do with it
TFA Collector - what can one do with it TFA Collector - what can one do with it
TFA Collector - what can one do with it
 
Advanced RAC troubleshooting: Network
Advanced RAC troubleshooting: NetworkAdvanced RAC troubleshooting: Network
Advanced RAC troubleshooting: Network
 
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
 
Exadata master series_asm_2020
Exadata master series_asm_2020Exadata master series_asm_2020
Exadata master series_asm_2020
 
Scaling paypal workloads with oracle rac ss
Scaling paypal workloads with oracle rac ssScaling paypal workloads with oracle rac ss
Scaling paypal workloads with oracle rac ss
 
Oracle RAC 12c Overview
Oracle RAC 12c OverviewOracle RAC 12c Overview
Oracle RAC 12c Overview
 
ASM
ASMASM
ASM
 
Oracle 12c PDB insights
Oracle 12c PDB insightsOracle 12c PDB insights
Oracle 12c PDB insights
 
The Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RACThe Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RAC
 

Semelhante a Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour Oct 2019

AUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RAC
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RACAUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RAC
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RACSandesh Rao
 
AIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RACAIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RACSandesh Rao
 
Presentation Template - NCOAUG Conference Presentation - 16 9
Presentation Template - NCOAUG Conference Presentation - 16 9Presentation Template - NCOAUG Conference Presentation - 16 9
Presentation Template - NCOAUG Conference Presentation - 16 9Mohamed Sadek
 
OTN Tour 2014: Rac 11g vs 12c
OTN Tour 2014: Rac 11g vs 12cOTN Tour 2014: Rac 11g vs 12c
OTN Tour 2014: Rac 11g vs 12cDeiby Gómez
 
Unleash oracle 12c performance with cisco ucs
Unleash oracle 12c performance with cisco ucsUnleash oracle 12c performance with cisco ucs
Unleash oracle 12c performance with cisco ucssolarisyougood
 
Building an Oracle Grid with Oracle VM on Dell Blade Servers and EqualLogic i...
Building an Oracle Grid with Oracle VM on Dell Blade Servers and EqualLogic i...Building an Oracle Grid with Oracle VM on Dell Blade Servers and EqualLogic i...
Building an Oracle Grid with Oracle VM on Dell Blade Servers and EqualLogic i...Lindsey Aitchison
 
Best practices oracle_clusterware_session355_wp
Best practices oracle_clusterware_session355_wpBest practices oracle_clusterware_session355_wp
Best practices oracle_clusterware_session355_wpwardell henley
 
How oracle 12c flexes its muscles against oracle 11g r2 final
How oracle 12c flexes its muscles against oracle 11g r2 finalHow oracle 12c flexes its muscles against oracle 11g r2 final
How oracle 12c flexes its muscles against oracle 11g r2 finalAjith Narayanan
 
RAC - The Savior of DBA
RAC - The Savior of DBARAC - The Savior of DBA
RAC - The Savior of DBANikhil Kumar
 
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoOracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoMarkus Michalewicz
 
What we unlearned_and_learned_by_moving_from_m9000_to_ssc_ukoug2014
What we unlearned_and_learned_by_moving_from_m9000_to_ssc_ukoug2014What we unlearned_and_learned_by_moving_from_m9000_to_ssc_ukoug2014
What we unlearned_and_learned_by_moving_from_m9000_to_ssc_ukoug2014Philippe Fierens
 
SAOUG - Connect 2014 - Flex Cluster and Flex ASM
SAOUG - Connect 2014 - Flex Cluster and Flex ASMSAOUG - Connect 2014 - Flex Cluster and Flex ASM
SAOUG - Connect 2014 - Flex Cluster and Flex ASMAlex Zaballa
 
Oracle rac-in-ldoms-sunblueprint
Oracle rac-in-ldoms-sunblueprintOracle rac-in-ldoms-sunblueprint
Oracle rac-in-ldoms-sunblueprintSal Marcus
 
Oracle rac 10g best practices
Oracle rac 10g best practicesOracle rac 10g best practices
Oracle rac 10g best practicesHaseeb Alam
 
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]Markus Michalewicz
 
New availability features in oracle rac 12c release 2 anair ss
New availability features in oracle rac 12c release 2 anair   ssNew availability features in oracle rac 12c release 2 anair   ss
New availability features in oracle rac 12c release 2 anair ssAnil Nair
 

Semelhante a Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour Oct 2019 (20)

AUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RAC
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RACAUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RAC
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RAC
 
AIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RACAIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RAC
 
Presentation Template - NCOAUG Conference Presentation - 16 9
Presentation Template - NCOAUG Conference Presentation - 16 9Presentation Template - NCOAUG Conference Presentation - 16 9
Presentation Template - NCOAUG Conference Presentation - 16 9
 
Oracle on linux
Oracle on linuxOracle on linux
Oracle on linux
 
OTN Tour 2014: Rac 11g vs 12c
OTN Tour 2014: Rac 11g vs 12cOTN Tour 2014: Rac 11g vs 12c
OTN Tour 2014: Rac 11g vs 12c
 
Unleash oracle 12c performance with cisco ucs
Unleash oracle 12c performance with cisco ucsUnleash oracle 12c performance with cisco ucs
Unleash oracle 12c performance with cisco ucs
 
Clustering van IT-componenten
Clustering van IT-componentenClustering van IT-componenten
Clustering van IT-componenten
 
Building an Oracle Grid with Oracle VM on Dell Blade Servers and EqualLogic i...
Building an Oracle Grid with Oracle VM on Dell Blade Servers and EqualLogic i...Building an Oracle Grid with Oracle VM on Dell Blade Servers and EqualLogic i...
Building an Oracle Grid with Oracle VM on Dell Blade Servers and EqualLogic i...
 
Best practices oracle_clusterware_session355_wp
Best practices oracle_clusterware_session355_wpBest practices oracle_clusterware_session355_wp
Best practices oracle_clusterware_session355_wp
 
How oracle 12c flexes its muscles against oracle 11g r2 final
How oracle 12c flexes its muscles against oracle 11g r2 finalHow oracle 12c flexes its muscles against oracle 11g r2 final
How oracle 12c flexes its muscles against oracle 11g r2 final
 
RAC - The Savior of DBA
RAC - The Savior of DBARAC - The Savior of DBA
RAC - The Savior of DBA
 
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoOracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
 
What we unlearned_and_learned_by_moving_from_m9000_to_ssc_ukoug2014
What we unlearned_and_learned_by_moving_from_m9000_to_ssc_ukoug2014What we unlearned_and_learned_by_moving_from_m9000_to_ssc_ukoug2014
What we unlearned_and_learned_by_moving_from_m9000_to_ssc_ukoug2014
 
SAOUG - Connect 2014 - Flex Cluster and Flex ASM
SAOUG - Connect 2014 - Flex Cluster and Flex ASMSAOUG - Connect 2014 - Flex Cluster and Flex ASM
SAOUG - Connect 2014 - Flex Cluster and Flex ASM
 
Oracle rac-in-ldoms-sunblueprint
Oracle rac-in-ldoms-sunblueprintOracle rac-in-ldoms-sunblueprint
Oracle rac-in-ldoms-sunblueprint
 
Rac&asm
Rac&asmRac&asm
Rac&asm
 
Oracle rac 10g best practices
Oracle rac 10g best practicesOracle rac 10g best practices
Oracle rac 10g best practices
 
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
 
New availability features in oracle rac 12c release 2 anair ss
New availability features in oracle rac 12c release 2 anair   ssNew availability features in oracle rac 12c release 2 anair   ss
New availability features in oracle rac 12c release 2 anair ss
 
What's New in Amazon Aurora
What's New in Amazon AuroraWhat's New in Amazon Aurora
What's New in Amazon Aurora
 

Mais de Sandesh Rao

Whats new in Autonomous Database in 2022
Whats new in Autonomous Database in 2022Whats new in Autonomous Database in 2022
Whats new in Autonomous Database in 2022Sandesh Rao
 
Oracle Database performance tuning using oratop
Oracle Database performance tuning using oratopOracle Database performance tuning using oratop
Oracle Database performance tuning using oratopSandesh Rao
 
Analysis of Database Issues using AHF and Machine Learning v2 - AOUG2022
Analysis of Database Issues using AHF and Machine Learning v2 -  AOUG2022Analysis of Database Issues using AHF and Machine Learning v2 -  AOUG2022
Analysis of Database Issues using AHF and Machine Learning v2 - AOUG2022Sandesh Rao
 
Analysis of Database Issues using AHF and Machine Learning v2 - SOUG
Analysis of Database Issues using AHF and Machine Learning v2 -  SOUGAnalysis of Database Issues using AHF and Machine Learning v2 -  SOUG
Analysis of Database Issues using AHF and Machine Learning v2 - SOUGSandesh Rao
 
AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021
AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021
AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021Sandesh Rao
 
15 Troubleshooting tips and Tricks for Database 21c - KSAOUG
15 Troubleshooting tips and Tricks for Database 21c - KSAOUG15 Troubleshooting tips and Tricks for Database 21c - KSAOUG
15 Troubleshooting tips and Tricks for Database 21c - KSAOUGSandesh Rao
 
Machine Learning and AI at Oracle
Machine Learning and AI at OracleMachine Learning and AI at Oracle
Machine Learning and AI at OracleSandesh Rao
 
Top 20 FAQs on the Autonomous Database
Top 20 FAQs on the Autonomous DatabaseTop 20 FAQs on the Autonomous Database
Top 20 FAQs on the Autonomous DatabaseSandesh Rao
 
How to Use EXAchk Effectively to Manage Exadata Environments
How to Use EXAchk Effectively to Manage Exadata EnvironmentsHow to Use EXAchk Effectively to Manage Exadata Environments
How to Use EXAchk Effectively to Manage Exadata EnvironmentsSandesh Rao
 
15 Troubleshooting Tips and Tricks for database 21c - OGBEMEA KSAOUG
15 Troubleshooting Tips and Tricks for database 21c - OGBEMEA KSAOUG15 Troubleshooting Tips and Tricks for database 21c - OGBEMEA KSAOUG
15 Troubleshooting Tips and Tricks for database 21c - OGBEMEA KSAOUGSandesh Rao
 
Introduction to Machine learning - DBA's to data scientists - Oct 2020 - OGBEmea
Introduction to Machine learning - DBA's to data scientists - Oct 2020 - OGBEmeaIntroduction to Machine learning - DBA's to data scientists - Oct 2020 - OGBEmea
Introduction to Machine learning - DBA's to data scientists - Oct 2020 - OGBEmeaSandesh Rao
 
How to use Exachk effectively to manage Exadata environments OGBEmea
How to use Exachk effectively to manage Exadata environments OGBEmeaHow to use Exachk effectively to manage Exadata environments OGBEmea
How to use Exachk effectively to manage Exadata environments OGBEmeaSandesh Rao
 
Troubleshooting tips and tricks for Oracle Database Oct 2020
Troubleshooting tips and tricks for Oracle Database Oct 2020Troubleshooting tips and tricks for Oracle Database Oct 2020
Troubleshooting tips and tricks for Oracle Database Oct 2020Sandesh Rao
 
Introduction to Machine Learning - From DBA's to Data Scientists - OGBEMEA
Introduction to Machine Learning - From DBA's to Data Scientists - OGBEMEAIntroduction to Machine Learning - From DBA's to Data Scientists - OGBEMEA
Introduction to Machine Learning - From DBA's to Data Scientists - OGBEMEASandesh Rao
 
20 tips and tricks with the Autonomous Database
20 tips and tricks with the Autonomous Database20 tips and tricks with the Autonomous Database
20 tips and tricks with the Autonomous DatabaseSandesh Rao
 
TFA, ORAchk and EXAchk 20.2 - What's new
TFA, ORAchk and EXAchk 20.2 - What's new TFA, ORAchk and EXAchk 20.2 - What's new
TFA, ORAchk and EXAchk 20.2 - What's new Sandesh Rao
 
Machine Learning in Autonomous Data Warehouse
 Machine Learning in Autonomous Data Warehouse Machine Learning in Autonomous Data Warehouse
Machine Learning in Autonomous Data WarehouseSandesh Rao
 
Introduction to AutoML and Data Science using the Oracle Autonomous Database ...
Introduction to AutoML and Data Science using the Oracle Autonomous Database ...Introduction to AutoML and Data Science using the Oracle Autonomous Database ...
Introduction to AutoML and Data Science using the Oracle Autonomous Database ...Sandesh Rao
 
Oracle Autonomous Health Service- For Protecting Your On-Premise Databases- F...
Oracle Autonomous Health Service- For Protecting Your On-Premise Databases- F...Oracle Autonomous Health Service- For Protecting Your On-Premise Databases- F...
Oracle Autonomous Health Service- For Protecting Your On-Premise Databases- F...Sandesh Rao
 
Introduction to Machine Learning and Data Science using Autonomous Database ...
Introduction to Machine Learning and Data Science using Autonomous Database  ...Introduction to Machine Learning and Data Science using Autonomous Database  ...
Introduction to Machine Learning and Data Science using Autonomous Database ...Sandesh Rao
 

Mais de Sandesh Rao (20)

Whats new in Autonomous Database in 2022
Whats new in Autonomous Database in 2022Whats new in Autonomous Database in 2022
Whats new in Autonomous Database in 2022
 
Oracle Database performance tuning using oratop
Oracle Database performance tuning using oratopOracle Database performance tuning using oratop
Oracle Database performance tuning using oratop
 
Analysis of Database Issues using AHF and Machine Learning v2 - AOUG2022
Analysis of Database Issues using AHF and Machine Learning v2 -  AOUG2022Analysis of Database Issues using AHF and Machine Learning v2 -  AOUG2022
Analysis of Database Issues using AHF and Machine Learning v2 - AOUG2022
 
Analysis of Database Issues using AHF and Machine Learning v2 - SOUG
Analysis of Database Issues using AHF and Machine Learning v2 -  SOUGAnalysis of Database Issues using AHF and Machine Learning v2 -  SOUG
Analysis of Database Issues using AHF and Machine Learning v2 - SOUG
 
AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021
AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021
AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021
 
15 Troubleshooting tips and Tricks for Database 21c - KSAOUG
15 Troubleshooting tips and Tricks for Database 21c - KSAOUG15 Troubleshooting tips and Tricks for Database 21c - KSAOUG
15 Troubleshooting tips and Tricks for Database 21c - KSAOUG
 
Machine Learning and AI at Oracle
Machine Learning and AI at OracleMachine Learning and AI at Oracle
Machine Learning and AI at Oracle
 
Top 20 FAQs on the Autonomous Database
Top 20 FAQs on the Autonomous DatabaseTop 20 FAQs on the Autonomous Database
Top 20 FAQs on the Autonomous Database
 
How to Use EXAchk Effectively to Manage Exadata Environments
How to Use EXAchk Effectively to Manage Exadata EnvironmentsHow to Use EXAchk Effectively to Manage Exadata Environments
How to Use EXAchk Effectively to Manage Exadata Environments
 
15 Troubleshooting Tips and Tricks for database 21c - OGBEMEA KSAOUG
15 Troubleshooting Tips and Tricks for database 21c - OGBEMEA KSAOUG15 Troubleshooting Tips and Tricks for database 21c - OGBEMEA KSAOUG
15 Troubleshooting Tips and Tricks for database 21c - OGBEMEA KSAOUG
 
Introduction to Machine learning - DBA's to data scientists - Oct 2020 - OGBEmea
Introduction to Machine learning - DBA's to data scientists - Oct 2020 - OGBEmeaIntroduction to Machine learning - DBA's to data scientists - Oct 2020 - OGBEmea
Introduction to Machine learning - DBA's to data scientists - Oct 2020 - OGBEmea
 
How to use Exachk effectively to manage Exadata environments OGBEmea
How to use Exachk effectively to manage Exadata environments OGBEmeaHow to use Exachk effectively to manage Exadata environments OGBEmea
How to use Exachk effectively to manage Exadata environments OGBEmea
 
Troubleshooting tips and tricks for Oracle Database Oct 2020
Troubleshooting tips and tricks for Oracle Database Oct 2020Troubleshooting tips and tricks for Oracle Database Oct 2020
Troubleshooting tips and tricks for Oracle Database Oct 2020
 
Introduction to Machine Learning - From DBA's to Data Scientists - OGBEMEA
Introduction to Machine Learning - From DBA's to Data Scientists - OGBEMEAIntroduction to Machine Learning - From DBA's to Data Scientists - OGBEMEA
Introduction to Machine Learning - From DBA's to Data Scientists - OGBEMEA
 
20 tips and tricks with the Autonomous Database
20 tips and tricks with the Autonomous Database20 tips and tricks with the Autonomous Database
20 tips and tricks with the Autonomous Database
 
TFA, ORAchk and EXAchk 20.2 - What's new
TFA, ORAchk and EXAchk 20.2 - What's new TFA, ORAchk and EXAchk 20.2 - What's new
TFA, ORAchk and EXAchk 20.2 - What's new
 
Machine Learning in Autonomous Data Warehouse
 Machine Learning in Autonomous Data Warehouse Machine Learning in Autonomous Data Warehouse
Machine Learning in Autonomous Data Warehouse
 
Introduction to AutoML and Data Science using the Oracle Autonomous Database ...
Introduction to AutoML and Data Science using the Oracle Autonomous Database ...Introduction to AutoML and Data Science using the Oracle Autonomous Database ...
Introduction to AutoML and Data Science using the Oracle Autonomous Database ...
 
Oracle Autonomous Health Service- For Protecting Your On-Premise Databases- F...
Oracle Autonomous Health Service- For Protecting Your On-Premise Databases- F...Oracle Autonomous Health Service- For Protecting Your On-Premise Databases- F...
Oracle Autonomous Health Service- For Protecting Your On-Premise Databases- F...
 
Introduction to Machine Learning and Data Science using Autonomous Database ...
Introduction to Machine Learning and Data Science using Autonomous Database  ...Introduction to Machine Learning and Data Science using Autonomous Database  ...
Introduction to Machine Learning and Data Science using Autonomous Database ...
 

Último

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 

Último (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 

Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour Oct 2019

  • 1. Sandesh Rao VP AIOps , Autonomous Database Wilson Chan Architect – Autonomous Database and Real Application Clusters Oracle Real Application Clusters 19c: Best Practices and Internals @sandeshr https://www.linkedin.com/in/raosandesh/ https://www.slideshare.net/SandeshRao4
  • 2. Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, timing, and pricing of any features or functionality described for Oracle’s products may change and remains at the sole discretion of Oracle Corporation.
  • 4. Grid Infrastructure - Overview Host 1 Cluster DB Instance DB Instance ASM Instance ASM Instance Host 2 Host 3 Disk Group A Disk Group B ASM Disk Groups DB Instance ASM Instance
  • 5. Grid Infrastructure - Overview CRS can also be Standalone for ASM and/or Oracle Restart CRS & ASM in Grid Home Must be installed in different location to RDBMS home Installer locks the Grid Home path by setting root permissions CRS can run by itself or in combination with other vendor clusterware Combination of : Oracle Cluster Ready Services (CRS) Oracle Automatic Storage Management (ASM)
  • 6. Grid Infrastructure - Requirements Shared Oracle Cluster Registry (OCR) and Voting files Must be in ASM or CFS OCR backed up every 4 hours automatically GIHOME/cdata Kept 4,8,12 hours, 1 day, 1 week Restored with ocrconfig Voting file backed up into OCR at each change. Voting file restored with crsctl
  • 7. Grid Infrastructure – CRS network Requirements One or more redundant private networks for inter- node communications High speed with low latency Separate physical network or managed converged network VLANS are supported Usage Interconnect is a memory backplane for the cluster Clusterware messaging RDBMS messaging and block transfer ASM messaging HANFS for block traffic
  • 8. Grid Infrastructure – How it works A node can be evicted when deemed unhealthy May require reboot IPMI integration or diskmon in case of Exadata On Unix ohasd runs out of inittab with respawn CRS provides Cluster Time Synchronization services Always runs but in observer mode if ntpd configured CRS stack is spawned from Oracle HA Services Daemon (ohasd)
  • 9. Grid Infrastructure – Processes for core resources HA Stack CRS Stack CRS Service Level 0 Level 1 Level 2 Level 3 Level 4 INIT ohasd cssdmonitor Network sources SCAN VIP Node VIP ACFS Registry GNS VIP ASM Instance Diskgroup DB Resources SCAN Listener Listener Services eONS ONS GNS GSD CRSD orarootagent CRSD oraagent ASM mDNSD GIPCS EVMD GPNPD CRSD CTSSD Diskmon CSSD OHASD oraagent OHASD oraclerootagent cssdagent
  • 10. Local & Cluster Resources ora.asm ora.dgname.dg ora.listener.lsnr ora.ons ora.gsd ora.net1.network ora.registry.acfs OS Oracle Grid Infrastructure LISTENER_SCAN1 ora.SCAN1.VIP ora.node1.vip OS OS OS crsctl stat res -tList with: If database is deployed: ora.Dbname.db ora.Dbname.Srvcname.svc ora.asm ora.dgname.dg ora.listener.lsnr ora.ons ora.gsd ora.net1.network ora.registry.acfs LISTENER_SCAN2 ora.SCAN2.VIP ora.node2.vip ora.asm ora.dgname.dg ora.listener.lsnr ora.ons ora.gsd ora.net1.network ora.registry.acfs LISTENER_SCAN3 ora.SCAN3.VIP ora.node3.vip ora.asm ora.dgname.dg ora.listener.lsnr ora.ons ora.gsd ora.net1.network ora.registry.acfs Ora.oc4j Ora.cvu ora.node4.vip
  • 11. Node VIP Details [GRID]> crsctl status res ora.rac1.vip -p NAME=ora.rac1.vip TYPE=ora.cluster_vip_net1.type ... AGENT_FILENAME=%CRS_HOME%/bin/orarootagent%C RS_EXE_SUFFIX% ... CHECK_INTERVAL=1 CHECK_TIMEOUT=30 ... START_DEPENDENCIES=hard(ora.net1.network) pullup(ora.net1.network) ... STOP_DEPENDENCIES=hard(ora.net1.network) ... USR_ORA_VIP=rac1-vip VERSION=12.2.0.2.0 .. .. ora.listener.lsnr .. .. ora.net1.network .. OS Oracle Grid Infrastructure .. .. ora.rac1.vip OS .. .. ora.listener.lsnr .. .. ora.net1.network .. .. .. ora.rac2.vip rac1 rac2
  • 12. CSSD Dual channel node monitoring every second Failures cause node eviction (fencing) Network heartbeat (Private interconnect ping) Nodes must respond in css_miscount (30s default) Disk heartbeat (voting disk ping) Disk must respond in diskTimeout time CSSD Oracle Clusterware (1) Ping network heartbeat CSSD (2) Ping disk heartbeat (2) Ping disk heartbeat [CSSD] [1115699552] >TRACE: clssnmReadDskHeartbeat: node(2) is down. rcfg(1) wrtcnt(1) LATS(63436584) Disk lastSeqNo(1) [CSSD][1111902528]clssnmPollingThread: node mynodename(5) at 75% heartbeat fatal, removal in 6.770 seconds
  • 13. CSSD - Eviction Eviction (fencing) prevents shared data being corrupted by independently operating nodes In order to perform eviction: 1. CSSD sends kill request to node via remaining channel 2. If CSSD does not succeed in kill then OCSSDMONITOR will take over and attempt kill CSSD Oracle Clusterware CSSD Network heartbeat failure X 1 Kill request sent via remaining channel 2 Kill attempted by Oracle Clusterware
  • 14. Interconnect - Redundant Interconnect Usage & HAIPs Redundant interconnect provides bonding alternative Private networks only Enables HA & load balancing for up to 4 NICs per server Uses HAIPs assigned to private networks on server HAIPs taken from link-local IP range If network interface fails HAIP is failed over to remaining interface HAIP 1 Oracle Clusterware Node 1 Node 2 HAIP 2 HAIP 3 HAIP 4
  • 15. 12.2 Automatic Storage Management (ASM) ASM Filter Driver – Full Integration Further configuration and monitoring is conducted by using the AFDTOOL utility: Provision a disk: Remove a disk: List the managed disks: Configure during Installation Reject non-Oracle I/O Stops OS utilities from overwriting ASM disks Protects database files Reduce OS resource usage Fewer open file descriptors Faster node recovery afdtool -add /dev/dsk1 disk1 afdtool -getdevlist afdtool -delete disk1
  • 16. Node Weighting - Everything equal, let the majority of work survive NodeA Oracle GI | HUB Oracle RAC NodeB Oracle GI | HUB Oracle RAC cons_1 cons_2 • Node Weighing is a new feature that considers the workload run on a node during fencing • The idea is to let the majority of work survive, if everything else is equal – “Majority work” is for example represented by the number of services. • Example: In a 2-node cluster, the node hosting the majority of services (at fencing time) is meant to survive • DBAs can overrule and rate a service as a “critical” based on business needs
  • 17. Pluggable Database & Service Isolation Prevents instance failures affecting others NodeA Oracle GI | HUB Oracle RAC NodeB Oracle GI | HUB Oracle RAC cons_1 cons_2 Using Oracle Multitenant, PDBs can be: Opened as singletons (in one database instance only) In a subset of instances Or in all instances at once If certain PDBs are only opened on some instances, Pluggable Database Isolation Improves performance by: Reducing DLM operations for PDBs not open in all instances. Optimizing block operations based on in-memory block separation. Ensures that instance failures of instances only hosting singleton PDBs will not impact other instances of the same RAC-based CDB
  • 18. Fleet Patching & Provisioning Support Database & Grid Infrastructure 11.2.0.3. 11.2.0.4. 12.1 12.2 18 VM VM VM VM VM VM VM VM • Single Instance • Oracle Restart • Oracle RAC One • Oracle RAC BM Non-CDB CDB/PDB VM • Generic Software • Data Guard Aware • Customizable Multi-OS 19
  • 19. Applications see no errors during outages Standardize on Transparent Application Continuity Hides errors, timeouts, and maintenance No application knowledge or changes to use Rebuilds session state & in-flight transactions Adapts as applications change: protected for the future Request Errors/Timeouts hidden TAC
  • 20. Oracle RAC Performance Features Over two decades of innovation • Automatic Undo Management • Cache Fusion • Oracle Real Application Clusters • Session Affinity • PDB & Services Isolation • Service-Oriented Buffer Cache • Leaf Block Split Optimizations • Self Tuning LMS • Multithreaded Cache Fusion • ExaFusion Direct-to-Wire Protocol • Smart Fusion Block Transfer • Universal Connection Pool (UCP) Support for Oracle RAC • Support for Distributed Transactions (XA) in Oracle RAC • Parallel Execution Optimizations for Oracle RAC • Affinity Locking and Read-Mostly Objects • Reader Bypass • Flash Cache • Connection Load Balancing • Load Balancing Advisory • Cluster Managed Services • Automatic Storage Management 9i 10g 11g 12c 18c • Zero Downtime Patching Clusterware • Fleet Provisioning and Patching • Automated Transaction Draining • Support TLS Ciphers for Clusterware • Automated PDB Relocation 19c • Scalable Sequences • Undo RDMA-Read • Commit Cache • Database Reliability Framework
  • 21. RAC Enhancements Remastering Slaves (1 slave per LMS) Starting with Oracle RAC 12.1, the LMS offloads heavy remastering work to the slave This improves LMS’s responsiveness for Cache Fusion requests during remastering Support for 100 LMS’s – change in default value Oracle RAC 12.2 supports up to 100 LMS’s (names: LMS0-LM99) as opposed to 35 On larger systems (lots of CPU, large SGA), more LMS’s will start by default More LMS’s means better reconfiguration time without any impact during runtime More Dynamic Remastering (DRM) Starting with Oracle RAC 19c, DRM is planned to more adaptively consider the overall system state
  • 23. Reconfiguration Performance as of 18c Timings with different #LMS: Total reconfiguration time for an instance leave & re-join 100GB cache 2 node RAC Timings with different cache sizes: Total reconfiguration time for an instance leave & re-join 8 LMS’s 2 node RAC Buffer Cache Size Reconfiguration Time 25GB 3.0 sec 50GB 4.9 sec 100GB 8.3 sec # LMS Reconfiguration Time 8 LMS’s 8.3 sec 16 LMS’s 5.0 sec 32 LMS’s 3.6 sec
  • 24. Reconfiguration Diagnosability Detailed timing breakdown available in LMON trace file **************** BEGIN DLM RCFG HA STATS **************** Total dlm rcfg time (inc 6): 3.586 secs (394926177, 394929763) Begin step .........: 0.005 secs (394926177, 394926182) Freeze step ........: 0.019 secs (394926182, 394926201) Sync 1 step ........: 0.002 secs (394926264, 394926266) Sync 2 step ........: 0.024 secs (394926266, 394926290) Enqueue cleanup step: 0.002 secs (394926290, 394926292) Sync pcm1 step .....: 0.004 secs (394926293, 394926297) …… Enqueue dubious step: 0.004 secs (394926432, 394926436) Sync 5 step ........: 0.000 secs (394926436, 394926436) Enqueue grant step .: 0.001 secs (394926436, 394926437) Sync 6 step ........: 0.012 secs (394926437, 394926449) Fixwrt replay step .: 0.885 secs (394928837, 394929722) Sync 8 step ........: 0.040 secs (394929722, 394929762) End step ...........: 0.001 secs (394929762, 394929763) Number of replayed enqueues sent / received .......: 2246 / 893 Number of replayed fusion locks sent / received ...: 124027 / 0 Number of enqueues mastered before / after rcfg ...: 2058 / 1384 **************** END DLM RCFG HA STATS *****************
  • 25. DRM Diagnosability Detailed timing breakdown available in AWR Report Dynamic Remastering Statistics DB/Inst: SALES/sales1 Snaps: 393-452 -> Affinity objects - Affinity objects mastered at the begin/end snapshot -> Read-mostly objects - Read-mostly objects mastered at the begin/end snapshot per Begin End Name Total Remaster Op Snap Snap -------------------------------- ------------ ------------- -------- -------- remaster ops 24 1.00 remastered objects 24 1.00 remaster time (s) 7.4 0.31 freeze time (s) 1.5 0.06 cleanup time (s) 2.4 0.10 replay time (s) 0.3 0.01 fixwrite time (s) 2.4 0.10 sync time (s) 0.1 0.01 affinity objects N/A 3 27 read-mostly objects N/A 0 0 read-mostly objects (persistent) N/A 0 0
  • 27. Combined installation of TFA, ORAchk and EXAchk TFA and ORAchk/EXAchk are installed via a single platform specific installation available at doc: 2550798.1 Updated on a quarterly basis Included within Database & Grid Infrastructure install Included within Release Updates (RUs)
  • 28. Automatic notifications ORAchk / EXAchk results older than two weeks are automatically purged Full ORAchk / EXAchk compliance run at 3am once a week TFA automatically monitors for significant events, collects, analyses diagnostics then notifies you Most impactful compliance checks from ORAchk/EXAchk are run 2am every day tfactl <orachk|exachk> -autostart
  • 29. • Download latest orachk and benefit from the latest checks • No need to individually download autoupgrade.jar or cluvfy • Single report with results from autoupgrade.jar, orachk and cluvfy checks • *orachk also includes other components like Application Continuity and Security related checks ORAchk=ORAchk+cluvfy+Autoupgrade.jar* Cluvf y PreUpgrad e ORAch k ORAchk autoupgrade includes autoupgrade.jar checks and cluvfy pre- upgrade checks
  • 31. • Execution of ./gridSetup.sh on old OS releases may fail • Failure is reported as a perl error message • perl has hard dependency on glibc • Similar message reported by DB installer • Additional details in URL below https://www.linkedin.com/pulse/high-level- steps-upgrade-oracle-19c-rac-anil-nair/ Oracle 19c Upgrade requires Linux 7
  • 32. • Download latest orachk and benefit from the latest checks • No need to individually download autoupgrade.jar or cluvfy • Single report with results from autoupgrade.jar, orachk and cluvfy checks • *orachk also includes other components like Application Continuity and Security related checks ORAchk=ORAchk+cluvfy+Autoupgrade.jar* Cluvfy PreUpgrade ORAchk ORAchk autoupgrade includes autoupgrade.jar checks and cluvfy pre-upgrade checks
  • 33. • Grid Infrastructure Management Repository (GIMR) aka mgmtDB is NO longer mandatory with starting with Oracle 19c • Limited AHF functionality by utilizing filesystem without GIMR • No support for CHA GUI chactl • Trace File Analyzer (TFA) will provide limited graphical view State of the GIMR
  • 34. • Apply patch to a new grid home while stack continues to run from current home • Reduces downtime as stack is up and running during the copy process • Reduces errors caused by common issues such as “Out of space” • Easy fallback in case of issues Patch faster with -SwitchHome /u01/app/19.0/grid /u01/app/19.3/grid
  • 35. • Utilizes Service(s) to drive workload placement • Services implicitly opens PDB Instance(s) • Order of PDB open based on service definition • Defined using Preferred, Available attributes • Default modeling after upgrades Resource Modeling Today Services trigger PDB open Services
  • 36. • Define PDB Cardinality, Rank • Higher Ranked PDBs started before Lower Ranked PDB • Cardinality defines the number of nodes where PDB is started • Considers • host runtime CPU load before PDB open • availability of nodes before PDB open • all nodes may not be equal in terms of # of CPUs or speed New Resource Modeling Scheme PDB open triggers Service startup
  • 37. Clusterware runtime Diagnostics • Oracle 19c Clusterware processes maintains histograms, statistics such as trace file rotation frequency, time taken for rotation • Preserves critical information on very busy systems • Severity tagging provides human readable criticality of messages • 2019-08-20 08:36:13.142 : CSSD:1871161088: [ ERROR] clssgmclienteventhndlr: (SENDCOMPLETE) No proc found for ClientID • 2019-08-20 08:36:13.188 : CSSD:1871161088: [ INFO] clssgmDeadProc: Removing clientID 2:43454:0 (0x7fda802df820), with GIPC • New diagnostics monitor thread ensures in-memory logs (UTS) are periodically written to ensure diagnostics are available in case of process crash
  • 38. During planned shutdown • Distribute Resource Masters before Instance shutdown • Distribution before shutdown does not require any recovery on the surviving instances • Effectively reduces the time spent on reconfiguration during planned outages to zero • Rolling Windows to reduce impact of reconfiguration • During runtime • Smart DRM 38 Zero Downtime for Planned outages B BB B B BB B B BB B B BB B B BB B B BB B B BB B B BB B B BB B B BB B B BB B B BB B B BB B B BB B B BB B B BB B M MM M M MM M M MM M M MM M M MM M M MM M M MM M M MM M Global Resource Directory B Buffer M MasterB M
  • 39. • Subnet Manager for Fast Node Death detection • Network (Subnet Manager) • Disk (Diskmon) • Utilize low latency RDMA • Read/Write to remote memory without CPU • More details available at • https://www.slideshare.net/AnilNair2 7/oracle-rac-features-on-exadata Oracle RAC Exadata optimizations 0.8 30 0 10 20 30 40 Exadata Generic Systems Fast Node Death Detection Exafusion Smart Fusion Block Transfer
  • 40. Cache Fusion Optimizations on Exadata Utilize RDMA for • propagating BoC (Broadcast on commit) • Reduce messages (2 instead of 5) • Reduce CPU usage on LMS • Current read blocks • Very common access pattern in various workloads • Commit Cache messaging • https://www.slideshare.net/AnilNair27/oracle-rac-features-on-exadata (Slide#43) • Reduces load on LMS from remote node • Direct read than sending an 8k block • Undo blocks • https://www.slideshare.net/AnilNair27/oracle-rac-features-on-exadata (Slide#44) 40
  • 41. Oracle RAC 19c - Hang Manager Manages hung database processes Detect & resolves Cross-layer hangs I.E: Hangs caused by a blocked ASM resource. Resolves deadlocks User defined control via PL/SQL Early Warning exposed via (V$ view) Database Member Cluster Uses ASM IO Service IO Service ASM Service Session Detect Analyze Evaluate Hung? Hang Resolution
  • 42. Monitors for problems before service disruption E.g HB for critical processes Detects the cause of problem Use collected data across all nodes to identify root cause E.g. Waits on GRD Resolves the problem with minimal disruption E.g Resize internal Structures Introducing Database Reliability Framework Resources
  • 43. Database Reliability Framework in Action Monitor Detect Review Resolve Increase in number of resources in the Global Resource Directory (GRD) Resulting in higher wait times for GRD Several solutions possible Is wait time due to high CPU load? Increase in number of LMS help? Increasing CR slaves help Increasing internal thresholds help?
  • 44. Examples and DRF Views Busy FG process(es) using CPU Potential upcoming memory starvation LGWR constrained by CPU Too many RT processes Insufficient CR slaves DLM resource cache incorrectly sized Control file IO (CFIO) stall V$ view Description v$gcr_metrics All defined metrics v$gcr_actions All defined actions v$gcr_log Metric/action history summary log v$gcr_status details on latest metric/action status
  • 45. Cache Fusion Optimizations Increase the maximum number of LMSs Based on System utilization (DRF) Each LMS will spawn a dedicated CR slave Threshold of Rollback Changes Threaded CR slave in 18c Optimized for Multi core/thread architecture Remastering Slaves (RMV0..) Offloads heavy remastering work to slaves
  • 46. Commit Cache Reduce Cache Fusion traffic for remote undo header lookups Often becomes a bottleneck with DML heavy OLTP/mixed workloads Remote undo header lookups are needed for: Check if a transaction has committed Delayed block cleanout 0 400 800 1,200 1,600 2,000 Data Blocks Undo Headers Undo Blocks Others #BlockTransfers(thousands) CR (Immediate) CR (Busy) Current (Immediate) Current (Busy)
  • 47. Smart Fusion Block Transfer On Exadata, Oracle does not wait for the log write notification Exadata ensures the log write completes before changes to block on another instance commit, guaranteeing durability Wait for Log I/O during transfer of hot blocks is eliminated Up to 40% throughput and 33% response time improvement in some heavily contended OLTP workloads Storage software will ensure correct ordering of writes 1. Issue log write 2. Wait for log write completion 3. Transfer block Exadata Avoids I/O Wait confirmation Storage
  • 48. Continuous Feature Improvements Lock Domain per PDB Utilize Bloom Filter to further reduce Reconfiguration times Utilize Database Reliability Framework
  • 49. Patching Improvements OJVM is Oracle RAC rolling patch enabled with Oracle RAC 18c (18.4) Non-Java services are available at all times Java services are available all the time, except for a ~10 seconds brownout No errors are reported during the brownout Zero-Downtime Oracle Grid Infrastructure Patching (*18.3) Patch Oracle Grid Infrastructure without interrupting database operations Patches are applied out-of-place and in a rolling fashion with one node being patched at a time while the database instance(s) on that node remain up and running Supported for Oracle RAC and RAC One Node clusters with two or more nodes