SlideShare a Scribd company logo
1 of 30
Download to read offline
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
From	HA	to	MAA		
A	Holistic	Historical	Discussion	
	
Markus	Michalewicz	–	Senior	Director	of	Product	Management,	Database	HA	&	Scalability		
	
	
	
	
September	18,	2018	
	Markus.Michalewicz@oracle.com		
	@OracleRACpm	
	http://www.linkedin.com/in/markusmichalewicz			
	http://www.slideshare.net/MarkusMichalewicz
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
How	It	All	Began	–	At	Least	For	Me	
Edition	One,	John	Wiley	&	Sons	Inc,		
New	York	2000
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
High	Availability	–	A	Definition	
High	Availability	(HA)	[Computer	System]	The	ability	of	a	system	to	perform	its	function	
continuously	(without	interruption)	for	a	significantly	longer	period	of	time	than	the	
reliabilities	of	its	individual	components	would	suggest.	
High	availability	is	most	often	achieved	through	failure	tolerance.	High	availability	is	not	
an	easily	quantifiable	term.	Both	the	bounds	of	a	system	that	is	called	highly	available	
and	the	degree	to	which	its	availability	is	extraordinary	must	be	clearly	understood	on	a	
case-by-case	basis.	
	
Failure	Tolerance	[Computer	System]:	The	ability	of	a	system	to	continue	to	perform	its	
function	(possibly	at	a	reduced	performance	level)	when	one	or	more	of	its	components	
has	failed.	(https://www.snia.org/education/dictionary/f#failure_tolerance)	
	
https://www.snia.org/education/dictionary	
This	definition	does	not	
consider	planned	
maintenance	per	se…
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
•  Redundancy	[General]:	The	inclusion	of	extra	components	of	a	
given	type	in	a	system	(beyond	those	required	by	the	system	to	
carry	out	its	function)	for	the	purpose	of	enabling	continued	
operation	in	the	event	of	a	component	failure.		
(https://www.snia.org/education/dictionary/r	)	
•  Redundancy	helps	with		
•  Failure	Tolerance	[Computer	System]:	The	ability	of	a	system	to	
continue	to	perform	its	function	(possibly	at	a	reduced	performance	
level)	when	one	or	more	of	its	components	has	failed.		
(https://www.snia.org/education/dictionary/f#failure_tolerance)	
The	Main	High	Availability	Feature	–	Redundancy
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Oracle	Maximum	Availability	Architecture	
Best	Practices	Blueprints	for	High	Availability		
Oracle	Maximum	Availability	Architecture	
(MAA)	is	Oracle's	best	practices	blueprint	
		
•  based	on	proven	Oracle	high	
availability	technologies,		
•  expert	recommendations		
•  and	customer	experiences.		
	
The	goal	of	MAA	is	to	achieve	optimal	
high	availability	for	Oracle	customers	at	
the	lowest	cost	and	complexity.
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Four	More	Often	Than	Not	Disregarded	HA	Fundamentals	
“A	fool	with	a		
tool	is	still	a	fool”		
Fewest	Layer	
Principle	
Automatic		
Failover	often	
requires	an	
arbiter	/	referee	
Standardize		
and	keep	it	simple!
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
	
“A	fool	with	a		tool	is	still	a	fool”		
•  Backups	are	considered	the	minimum	for	RPO	(Recovery	Point	Objective),	
but	may	not	be	best	when	it	comes	to	RTO	(Recovery	Time	Objective)	
– Have	you	checked	how	your	Restore	and	Recovery	performs	in	terms	of	RTO?	
•  Data	Mirroring	is	considered	better	than	backups	in	terms	of	RTO	
but	may	not	be	best	when	it	comes	to	RPO	
– Mirrored	data	is	a	mirror	–	it	mirrors	the	good	and	the	bad… 	
•  Concluding,	don’t	use	backups	or	mirroring	when	replication	is	the	better	choice.		
Or	“Use	the	right	tool	for	the	job”
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
MAA	Reference	Architectures	
Meet	Downtime	(RTO)	and	Data	Loss	(RPO)	SLAs	
Downtime	&	Data	Loss	
BRONZE	 Single	Instance	+	Backup	 Dev,	Test,	Prod	
SILVER	 HA	Clustering	+	Backup	 Prod/Departmental	
GOLD	 HA	Clustering	+	Disaster	Recovery	+	Backup	 Mission	Critical	
PLATINUM	 Zero	Data	Loss	&	Zero	Downtime	 Extreme	Critical	
MAA	Reference	
Architectures	 Topology	 Suitable	Databases	
Addresses	SLAs	for	Data	Loss	and	Downtime	during	Planned	&	Unplanned	Outages
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Fewest	Layer	Principle	
•  Each	layer	while	perhaps	helping	to	achieve	HA	has	its	own	
potential	for	failure.	Hence,	the	more	layers,	the	more	likely		
a	system	can	fail.	Examples	include,	but	are	not	limited	to:		
–  Multipathing,	(C)VM,	OS	(or	vice	versa),	clusters,	replication	(if	used)	
•  The	problem	gets	worse	in	virtualized	and	cloud	environments		
in	which	“software	defined”-hardware	is	used,	especially	when	
allowing	for	dynamic	re-configuration	of	these	components,	as	
those	also	allow	for	human	errors	during	(re-)configuration.		
•  Testing	the	system	including	all	layers		
as	well	as	a	good	operations	manual	is	mandatory	therefore.		
	
HA	is	best	achieved	using	as	little	layers	as	possible
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Oracle	MAA	
Common	Platform	–	On	Premises,	Cloud,	and	Hybrid	Cloud	
On	Premises	 On	Cloud	
Oracle	
Database	
Designed	to	Address	the	Complete	Range	of	Business	Requirements	in	all	Environments
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Fewest	Layer	Principle	
•  Hang	detection	and	resolution	is	the	trickiest	of	all	HA	problems.		
	
•  Multiple	inherent	solutions	exist	to	monitor	a	system;		
some	of	those	solutions	intend	to	detect	and	resolve	hangs.	
–  Inherent	hang	detection	is	always	timeout	based	and	subject	to	hangs.		
•  Best	to	use	an	external	system	for	monitoring	and	hang	detection...		
–  Ensure	that	the	monitoring	system	works	across	layers.	
•  E.g.	detects	OS,	database	and	application	hangs	independently	if	possible.		
Exception:	Add	a	layer	(on	an	auxiliary	system)	for	Monitoring	and	Hang	detection
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Automatic	Failover	Often	Requires	an	Arbiter	/	Referee	
•  Automatic	Failover	between	the	independent,	redundant	components	of	
an	HA	solution	is	the	most	effective	way	to	recover	from	failures.		
–  It	eliminates	reaction	delay	by	performing	pre-defined	actions.	
•  Automatic	Failover	between	two	(or	generally,	an	even	number	of)	data-
managing	components	or	sites	requires	an	arbiter	in	some	way,	as	
independent	components	cannot	independently	agree	which	one	has	the	
right	to	continue	(assuming	there	is	such	a	choice).		
–  Clusters	use	voting	or	tie-breaker	disks	or	quorums	typically.	
–  EMC	VPLEX	Metro	uses	quorums	and	a	witness	disk	(configurable).	
–  Oracle	Data	Guard	uses	the	Observer	for	automatic	fast	failover.	
•  The	arbiter	should	be	hosted	in	a	third	location	and	not	be	part	of	the	
systems	or	system	components	between	which	the	failover	occurs.	
•  	Systems	with	an	uneven	number	of	sites	are	inherently	protected.		
Reason:	two	(or	an	even	number	of)	independent	sites	cannot	independently	agree
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Even	Faster,	Remove	Delay	for	Human	Response	
•  Automatic:	
–  Failure	detection	
–  Database	failover	
–  Client	failover	using	FAN	
–  Automatic	reinstatement		
of	failed	primary	as	a	new	standby	database	 				SYNC	/	ASYNC	
Data	
Guard	
Observer	
Primary	 Standby	
Site	A	 Site	B	
Primary	
Site	B	
SYNC	/	ASYNC	
Standby	
Site	B	
Data	Guard	Fast-Start	Failover
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
The	Problem	with	Choices…	
Venus
Oracle GI
Oracle RAC
Virtualization
Operating System
Earth
Oracle GI
Oracle RAC
Virtualization
Operating System
Storage	Layer	
Storage	Access	Layer	
Virtualization	Layer	
Operating	System	Layer	
Software	Layer	
Server	Hardware	Layer	
Network	Layer
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
The	Problem	with	Choices	…	A	Solution	
Venus
Oracle GI
Oracle RAC
Virtualization
Operating System
Earth
Oracle GI
Oracle RAC
Virtualization
Operating System
Storage	Layer	
Storage	Access	Layer	
Virtualization	Layer	
Operating	System	Layer	
Software	Layer	
Server	Hardware	Layer	
Network	Layer
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Using	a	mainstream	solution	usually	leads	to	smoother	day-to-day	operations	
For	High	Availability	Solutions	Uniqueness	Does	Not	Pay	Off	
Supported	Configurations	
Recommended	Configuration
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Edition-based	Redefinition,		
Online	Redefinition,	Data	Guard,	GoldenGate	
– 	Minimal	downtime	maintenance,	upgrades,	migrations	
Active	Data	Guard	
– Data	Protection,	DR	
– Query	Offload	
GoldenGate	
– Active-active	replication	
– Heterogeneous	
Active	Standby	Site	
			RMAN,	Oracle	Secure	Backup,		
Zero	Data	Loss	Recovery	Appliance	
–  Backup	to	disk,	tape	or	cloud	
Enterprise	Manager	Cloud	Control	
– Site	Guard,	Coordinated	Site	Failover	
RAC	/	RAC	One	
– Scalability	
– Server	HA	
ASM	
– Local	storage	protection	
Production	Site	
Flashback	
– Human	error	
correction	
Oracle	Maximum	Availability	Architecture	(MAA)	
Application	
Continuity	
– Application	HA	
Global	Data	Services		
– Service	Failover	/	Load	Balancing	
Sharding	
– Horizontal	Partitioning,	
Scalability,	Shared	Nothing	
architecture
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Consider	your	applications		
as	part	of	your	HA	planning.		
Include	planned	maintenance	
into	your	HA	planning.		
Start	thinking		
“Continuous	Availability”		
rather	than	“High	Availability”.		
Three	Last	Thoughts
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Consider	Your	Applications		
•  The	higher	(in	a	three-tier	architecture)	outages	can	be	masked,	
the	more	successful	the	masking	from	a	user	perspective	usually.	
	
•  When	making	your	application	/	clients	aware	of	redundancy,		
the	“problem	of	the	first	one”	can	be	solved	much	easier.		
–  Unless	the	entry	point	into	a	system	(point	of	first	connection)	
transparently	provides	HA,	the	application	/	client	needs	to	be	
aware	that	an	alternative	can	be	used	if	the	first	attempt	fails.	
•  Concluding,	instead	of	solving	any	HA	problem	on	the	database	
and	lower	levels,	spend	some	effort	talking	to	the	apps-layer.		
Best	to	ensure	HA	on	application	level
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Application	Continuity	Minimizes	Application	Downtime	
•  Application	Continuity	(AC)	shields	end	users	and		
applications	from	interruptions	due	to	instance	failures.	
–  Sessions	are	automatically	reconnected	to	surviving	instances.	
–  Queries	are	replayed	and	appear	to	resume	from	the	point	of	failure.	
–  Inflight	transactions	are	replayed	and	it	is	ensured	that	they		
are	either	committed	exactly	once	or	rolled	back	completely.		
•  In	most	cases	applications	will	only	experience	a	higher		
response	time	without	being	made	aware	of	the	failure.	
–  Avoids	cascading	outages	due	to	application	servers	and	middle	tier	
components	restarting	as	a	mislead	reaction	to	database	failures.	
•  AC	is	available	with	Oracle	RAC	and	Active	Data	Guard:	
–  Failover	to	another	RAC	instance	or	a	Data	Guard	standby	database.	
Inst
1	
Inst
2	
write
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Include	Planned	Maintenance	Into	Your	HA	Planning	
•  Planned	maintenance	such	as	OS	and	database	patching	as	well	as	
upgrading	or	migrating	database	environments	and	changing	part		
of	the	database	schema	have	become	more	frequent	and	hence	are	
more	often	than	not	the	main	contributor	to	system	downtime.	
	
•  Online	Operations	and	Rolling	Patching	or	ideally	Online	Patching		
are	the	best	ways	to	reduce	planned	maintenance	downtime.		
•  Draining	should	be	used	to	manage	user	experience	during	any	type		
of	patching,	ideally	online	patching,	but	is	not	required	in	this	case.		
Planned	maintenance	is	one	of	the	main	contributors	to	system	downtime
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Online	Operations	
•  DBMS_REDEFINITION	allows	you	to	reorganize	and	redefine	tables	online	
–  Add/drop/rename	columns,	switch	physical	storage	structures,	reorg	table,	transform	data	…	online	
•  DBMS_REDEFINITION	enhanced	in	12.2	for	even	the	largest,	busiest	databases:	
–  Full	restartability	(resume	at	point	of	failure)	
–  Entire	redefinition	process	runs	without	acquiring	Exclusive	DDL	lock	
–  Optionally	track	changes	to	enable	fast	rollback	to	table	as	it	was	before	the	redef		
–  Maintain	dependent	MVs	during	redefinition	
–  V$online_redef	for	progress	monitoring	
–  Support	for	Binary	XML	storage	changes,	BFILE,	invisible	columns		
Online	Redefinition	Improvements	
Source
Table
Update
Tracking
Transform
Copy
Table
Transform
Updates
Result
Table
Continuous
Queries &
Updates
Store
Updates
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
RAC	Rolling	Patching	
•  Oracle	RAC	supports	rolling	patches	
•  Rolling	patching	describes	a	patch	application	by	
which	only	one	or	a	group	of	instances	are	taken	
down	for	patching	
•  Rolling	patching	can	be	used	for	
–  OS	and	security	patches	
–  Grid	Infrastructure	patches		
–  Certain	database	patches	
•  Draining	and	Application	Continuity	should	be	
used	to	manage	user	experience	during	patching	
Inst
1	
Inst
3	
Inst
2
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Online Patching Improvements	
•  OJVM	patching	will	be	RAC	rolling	
– Non-Java	service	available	all	time	(at	least	one	instance)		
– Java	service	available	all	time,	except	~10	sec	brown-out	
•  No	error	reported	during	brown-out		
•  Zero	Downtime	GI	Patching	
– Patch	Oracle	Grid	Infrastructure	without	interrupting	database	operations.		
– Patches	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	on	clusters	with	two	or	more	nodes.
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Continuous	Availability	
•  Removes	downtime	from	user	perspective	
•  In-flight	work	is	preserved	
•  Maintenance	is	hidden	
•  Predictable	performance	during	outages	
•  Errors	only	if	unrecoverable	
•  Designed	for	multiple	concurrent	failures	
•  Builds	on	top	of	HA	
	
High	Availability	
• Minimizes	downtime	
• In-flight	work	is	lost	
• Rolling	maintenance	at	DB	
• Predictable	runtime	performance		
• Errors	may	be	visible	
• Design	for	single	failure	
• Basic	HA	building	blocks	
From	High	Availability	to	Continuous	Availability
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
TUNABLES	
•  Hardware	&		
adjustable	misscount	
•  SCSI	Timeout	
•  Flex	ASM	
•  FAST_START_MTTR_TARGET	
•  Service	Isolation	18C		
•  PING_TIMEOUT	
•  FSFO	Observer	
	
Recover	in	a	Timely	Manner	to	Remove	Downtime	
Node Panic – non-
master
Node Panic – master
Public Network
Instance Join
Dynamic Remastering
Private Interconnect
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
For	Oracle	Customers	wanting	to	
improve	their	system	availability		
to	reduce	costs	caused	by	downtime.	
For	non-Oracle	Customers	to	get	an	
idea	what	failure	scenarios	need	to	
be	covered	and	how	Oracle	can	help.		
For	Application	Developers	to		
understand	which	failure	scenarios		
should	be	tackled	by	the	application.	
Conclusion	– Oracle	MAA	is	for	Everybody!
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
…	Oracle’s	expertise	built	in	;	a.k.a	MAA		
The	Oracle	Cloud	Benefits	from	… 	
http://oracle.com/goto/maa
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|
From HA to Maximum Availability - A Holistic Historical Discussion

More Related Content

What's hot

How to Use Oracle RAC in a Cloud? - A Support Question
How to Use Oracle RAC in a Cloud? - A Support QuestionHow to Use Oracle RAC in a Cloud? - A Support Question
How to Use Oracle RAC in a Cloud? - A Support QuestionMarkus Michalewicz
 
Oracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONOracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONMarkus Michalewicz
 
HA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - OverviewHA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - OverviewMarkus Michalewicz
 
Oracle RAC on Engineered Systems
Oracle RAC on Engineered SystemsOracle RAC on Engineered Systems
Oracle RAC on Engineered SystemsMarkus Michalewicz
 
Oracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best Practices
Oracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best PracticesOracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best Practices
Oracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best PracticesMarkus Michalewicz
 
(Oracle) DBA and Other Skills Needed in 2020
(Oracle) DBA and Other Skills Needed in 2020(Oracle) DBA and Other Skills Needed in 2020
(Oracle) DBA and Other Skills Needed in 2020Markus Michalewicz
 
01 Ronald Vargas Verdades ciertas, mitos y falacias sobre oracle database 19c
01 Ronald Vargas Verdades ciertas, mitos y falacias sobre oracle database 19c01 Ronald Vargas Verdades ciertas, mitos y falacias sobre oracle database 19c
01 Ronald Vargas Verdades ciertas, mitos y falacias sobre oracle database 19cRonald Francisco Vargas Quesada
 
Oracle Database – Mission Critical
Oracle Database – Mission CriticalOracle Database – Mission Critical
Oracle Database – Mission CriticalMarkus Michalewicz
 
Data Mobility for the Oracle Database by JWilliams and RGonzalez
Data Mobility for the Oracle Database by JWilliams and RGonzalezData Mobility for the Oracle Database by JWilliams and RGonzalez
Data Mobility for the Oracle Database by JWilliams and RGonzalezMarkus Michalewicz
 
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
 
Oracle RAC 12c Rel. 2 Under the Hood and Best Practices
Oracle RAC 12c Rel. 2 Under the Hood and Best PracticesOracle RAC 12c Rel. 2 Under the Hood and Best Practices
Oracle RAC 12c Rel. 2 Under the Hood and Best PracticesMarkus Michalewicz
 
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil Nair
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil NairOracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil Nair
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil NairMarkus Michalewicz
 
Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]
Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]
Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]Markus Michalewicz
 
Oracle Sharding 18c - Technical Overview
Oracle Sharding 18c - Technical OverviewOracle Sharding 18c - Technical Overview
Oracle Sharding 18c - Technical OverviewMarkus Michalewicz
 
Oracle RAC 12c Rel. 2 for Continuous Availability
Oracle RAC 12c Rel. 2 for Continuous AvailabilityOracle RAC 12c Rel. 2 for Continuous Availability
Oracle RAC 12c Rel. 2 for Continuous AvailabilityMarkus Michalewicz
 
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
 
Rac 12c rel2_operational_best_practices_sangam_2017
Rac 12c rel2_operational_best_practices_sangam_2017Rac 12c rel2_operational_best_practices_sangam_2017
Rac 12c rel2_operational_best_practices_sangam_2017Anil Nair
 
Under the Hood of the Smartest Availability Features in Oracle's Autonomous D...
Under the Hood of the Smartest Availability Features in Oracle's Autonomous D...Under the Hood of the Smartest Availability Features in Oracle's Autonomous D...
Under the Hood of the Smartest Availability Features in Oracle's Autonomous D...Markus Michalewicz
 
Oracle RAC 12c Best Practices with Appendices DOAG2013
Oracle RAC 12c Best Practices with Appendices DOAG2013Oracle RAC 12c Best Practices with Appendices DOAG2013
Oracle RAC 12c Best Practices with Appendices DOAG2013Markus 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
 

What's hot (20)

How to Use Oracle RAC in a Cloud? - A Support Question
How to Use Oracle RAC in a Cloud? - A Support QuestionHow to Use Oracle RAC in a Cloud? - A Support Question
How to Use Oracle RAC in a Cloud? - A Support Question
 
Oracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONOracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLON
 
HA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - OverviewHA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - Overview
 
Oracle RAC on Engineered Systems
Oracle RAC on Engineered SystemsOracle RAC on Engineered Systems
Oracle RAC on Engineered Systems
 
Oracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best Practices
Oracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best PracticesOracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best Practices
Oracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best Practices
 
(Oracle) DBA and Other Skills Needed in 2020
(Oracle) DBA and Other Skills Needed in 2020(Oracle) DBA and Other Skills Needed in 2020
(Oracle) DBA and Other Skills Needed in 2020
 
01 Ronald Vargas Verdades ciertas, mitos y falacias sobre oracle database 19c
01 Ronald Vargas Verdades ciertas, mitos y falacias sobre oracle database 19c01 Ronald Vargas Verdades ciertas, mitos y falacias sobre oracle database 19c
01 Ronald Vargas Verdades ciertas, mitos y falacias sobre oracle database 19c
 
Oracle Database – Mission Critical
Oracle Database – Mission CriticalOracle Database – Mission Critical
Oracle Database – Mission Critical
 
Data Mobility for the Oracle Database by JWilliams and RGonzalez
Data Mobility for the Oracle Database by JWilliams and RGonzalezData Mobility for the Oracle Database by JWilliams and RGonzalez
Data Mobility for the Oracle Database by JWilliams and RGonzalez
 
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
 
Oracle RAC 12c Rel. 2 Under the Hood and Best Practices
Oracle RAC 12c Rel. 2 Under the Hood and Best PracticesOracle RAC 12c Rel. 2 Under the Hood and Best Practices
Oracle RAC 12c Rel. 2 Under the Hood and Best Practices
 
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil Nair
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil NairOracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil Nair
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil Nair
 
Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]
Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]
Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]
 
Oracle Sharding 18c - Technical Overview
Oracle Sharding 18c - Technical OverviewOracle Sharding 18c - Technical Overview
Oracle Sharding 18c - Technical Overview
 
Oracle RAC 12c Rel. 2 for Continuous Availability
Oracle RAC 12c Rel. 2 for Continuous AvailabilityOracle RAC 12c Rel. 2 for Continuous Availability
Oracle RAC 12c Rel. 2 for Continuous Availability
 
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
 
Rac 12c rel2_operational_best_practices_sangam_2017
Rac 12c rel2_operational_best_practices_sangam_2017Rac 12c rel2_operational_best_practices_sangam_2017
Rac 12c rel2_operational_best_practices_sangam_2017
 
Under the Hood of the Smartest Availability Features in Oracle's Autonomous D...
Under the Hood of the Smartest Availability Features in Oracle's Autonomous D...Under the Hood of the Smartest Availability Features in Oracle's Autonomous D...
Under the Hood of the Smartest Availability Features in Oracle's Autonomous D...
 
Oracle RAC 12c Best Practices with Appendices DOAG2013
Oracle RAC 12c Best Practices with Appendices DOAG2013Oracle RAC 12c Best Practices with Appendices DOAG2013
Oracle RAC 12c Best Practices with Appendices DOAG2013
 
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
 

Similar to From HA to Maximum Availability - A Holistic Historical Discussion

Cloud Concepts - Everything You Wanted to Know But Were Afraid to Ask
Cloud Concepts - Everything You Wanted to Know But Were Afraid to AskCloud Concepts - Everything You Wanted to Know But Were Afraid to Ask
Cloud Concepts - Everything You Wanted to Know But Were Afraid to AskRevelation Technologies
 
Virtualized Oracle Real Application Clusters (RAC) - Containers and VMs for RAC
Virtualized Oracle Real Application Clusters (RAC) - Containers and VMs for RACVirtualized Oracle Real Application Clusters (RAC) - Containers and VMs for RAC
Virtualized Oracle Real Application Clusters (RAC) - Containers and VMs for RACMarkus Michalewicz
 
Oracle Cloud Café hybrid Cloud 19 mai 2016
Oracle Cloud Café hybrid Cloud 19 mai 2016Oracle Cloud Café hybrid Cloud 19 mai 2016
Oracle Cloud Café hybrid Cloud 19 mai 2016Sorathaya Sirimanotham
 
Oracle Management Cloud - HybridCloud Café - May 2016
Oracle Management Cloud - HybridCloud Café - May 2016Oracle Management Cloud - HybridCloud Café - May 2016
Oracle Management Cloud - HybridCloud Café - May 2016Bastien Leblanc
 
LinuxCon North America 2013: Why Lease When You Can Buy Your Cloud
LinuxCon North America 2013: Why Lease When You Can Buy Your CloudLinuxCon North America 2013: Why Lease When You Can Buy Your Cloud
LinuxCon North America 2013: Why Lease When You Can Buy Your CloudMark Hinkle
 
A5 cloud security_now_a_reason_to_move_to_the_cloud
A5 cloud security_now_a_reason_to_move_to_the_cloudA5 cloud security_now_a_reason_to_move_to_the_cloud
A5 cloud security_now_a_reason_to_move_to_the_cloudDr. Wilfred Lin (Ph.D.)
 
Layered Security Defense
Layered Security DefenseLayered Security Defense
Layered Security DefenseJeff Erickson
 
MySQL InnoDB + NDB Cluster - 2018 MySQL Days
MySQL InnoDB + NDB Cluster - 2018 MySQL DaysMySQL InnoDB + NDB Cluster - 2018 MySQL Days
MySQL InnoDB + NDB Cluster - 2018 MySQL DaysMark Swarbrick
 
Upgrading to Oracle SOA Suite 11g While Maintaining 100% Uptime
Upgrading to Oracle SOA Suite 11g While Maintaining 100% UptimeUpgrading to Oracle SOA Suite 11g While Maintaining 100% Uptime
Upgrading to Oracle SOA Suite 11g While Maintaining 100% UptimeRevelation Technologies
 
Oracle Management Cloud newpres-v1.1
Oracle Management Cloud   newpres-v1.1Oracle Management Cloud   newpres-v1.1
Oracle Management Cloud newpres-v1.1Lee Bonfield
 
Oracle Compute Cloud Service vs. Amazon Web Services EC2 : A Hands-On Review
Oracle Compute Cloud Service vs. Amazon Web Services EC2 : A Hands-On ReviewOracle Compute Cloud Service vs. Amazon Web Services EC2 : A Hands-On Review
Oracle Compute Cloud Service vs. Amazon Web Services EC2 : A Hands-On ReviewRevelation Technologies
 
Oracle cloud, private, public and hybrid
Oracle cloud, private, public and hybridOracle cloud, private, public and hybrid
Oracle cloud, private, public and hybridJohan Louwers
 
Oracle RAC 12c Rel. 2 Best Practices - UKOUG Tech17 Version
Oracle RAC 12c Rel. 2 Best Practices - UKOUG Tech17 VersionOracle RAC 12c Rel. 2 Best Practices - UKOUG Tech17 Version
Oracle RAC 12c Rel. 2 Best Practices - UKOUG Tech17 VersionMarkus Michalewicz
 
MySQL Cloud Service
MySQL Cloud ServiceMySQL Cloud Service
MySQL Cloud ServiceMario Beck
 
Upwork presentaion in distributed systems
Upwork presentaion in distributed systemsUpwork presentaion in distributed systems
Upwork presentaion in distributed systemsAhmad Yar
 
Reactive Architecture
Reactive ArchitectureReactive Architecture
Reactive ArchitectureKnoldus Inc.
 
Agile Greece Summit 2017 :: You can't be agile ... when you are knee deep in ...
Agile Greece Summit 2017 :: You can't be agile ... when you are knee deep in ...Agile Greece Summit 2017 :: You can't be agile ... when you are knee deep in ...
Agile Greece Summit 2017 :: You can't be agile ... when you are knee deep in ...Agile Greece
 
Securing Oracle Database 12c
Securing Oracle Database 12cSecuring Oracle Database 12c
Securing Oracle Database 12cInprise Group
 

Similar to From HA to Maximum Availability - A Holistic Historical Discussion (20)

Cloud Concepts - Everything You Wanted to Know But Were Afraid to Ask
Cloud Concepts - Everything You Wanted to Know But Were Afraid to AskCloud Concepts - Everything You Wanted to Know But Were Afraid to Ask
Cloud Concepts - Everything You Wanted to Know But Were Afraid to Ask
 
Virtualized Oracle Real Application Clusters (RAC) - Containers and VMs for RAC
Virtualized Oracle Real Application Clusters (RAC) - Containers and VMs for RACVirtualized Oracle Real Application Clusters (RAC) - Containers and VMs for RAC
Virtualized Oracle Real Application Clusters (RAC) - Containers and VMs for RAC
 
Oracle Cloud Café hybrid Cloud 19 mai 2016
Oracle Cloud Café hybrid Cloud 19 mai 2016Oracle Cloud Café hybrid Cloud 19 mai 2016
Oracle Cloud Café hybrid Cloud 19 mai 2016
 
Oracle Management Cloud - HybridCloud Café - May 2016
Oracle Management Cloud - HybridCloud Café - May 2016Oracle Management Cloud - HybridCloud Café - May 2016
Oracle Management Cloud - HybridCloud Café - May 2016
 
LinuxCon North America 2013: Why Lease When You Can Buy Your Cloud
LinuxCon North America 2013: Why Lease When You Can Buy Your CloudLinuxCon North America 2013: Why Lease When You Can Buy Your Cloud
LinuxCon North America 2013: Why Lease When You Can Buy Your Cloud
 
A5 cloud security_now_a_reason_to_move_to_the_cloud
A5 cloud security_now_a_reason_to_move_to_the_cloudA5 cloud security_now_a_reason_to_move_to_the_cloud
A5 cloud security_now_a_reason_to_move_to_the_cloud
 
Layered Security Defense
Layered Security DefenseLayered Security Defense
Layered Security Defense
 
MySQL InnoDB + NDB Cluster - 2018 MySQL Days
MySQL InnoDB + NDB Cluster - 2018 MySQL DaysMySQL InnoDB + NDB Cluster - 2018 MySQL Days
MySQL InnoDB + NDB Cluster - 2018 MySQL Days
 
Upgrading to Oracle SOA Suite 11g While Maintaining 100% Uptime
Upgrading to Oracle SOA Suite 11g While Maintaining 100% UptimeUpgrading to Oracle SOA Suite 11g While Maintaining 100% Uptime
Upgrading to Oracle SOA Suite 11g While Maintaining 100% Uptime
 
Oracle Management Cloud newpres-v1.1
Oracle Management Cloud   newpres-v1.1Oracle Management Cloud   newpres-v1.1
Oracle Management Cloud newpres-v1.1
 
Oracle Compute Cloud Service vs. Amazon Web Services EC2 : A Hands-On Review
Oracle Compute Cloud Service vs. Amazon Web Services EC2 : A Hands-On ReviewOracle Compute Cloud Service vs. Amazon Web Services EC2 : A Hands-On Review
Oracle Compute Cloud Service vs. Amazon Web Services EC2 : A Hands-On Review
 
What is the Oracle Cloud?
What is the Oracle Cloud?What is the Oracle Cloud?
What is the Oracle Cloud?
 
Oracle cloud, private, public and hybrid
Oracle cloud, private, public and hybridOracle cloud, private, public and hybrid
Oracle cloud, private, public and hybrid
 
Oracle RAC 12c Rel. 2 Best Practices - UKOUG Tech17 Version
Oracle RAC 12c Rel. 2 Best Practices - UKOUG Tech17 VersionOracle RAC 12c Rel. 2 Best Practices - UKOUG Tech17 Version
Oracle RAC 12c Rel. 2 Best Practices - UKOUG Tech17 Version
 
Virtualization 101
Virtualization 101Virtualization 101
Virtualization 101
 
MySQL Cloud Service
MySQL Cloud ServiceMySQL Cloud Service
MySQL Cloud Service
 
Upwork presentaion in distributed systems
Upwork presentaion in distributed systemsUpwork presentaion in distributed systems
Upwork presentaion in distributed systems
 
Reactive Architecture
Reactive ArchitectureReactive Architecture
Reactive Architecture
 
Agile Greece Summit 2017 :: You can't be agile ... when you are knee deep in ...
Agile Greece Summit 2017 :: You can't be agile ... when you are knee deep in ...Agile Greece Summit 2017 :: You can't be agile ... when you are knee deep in ...
Agile Greece Summit 2017 :: You can't be agile ... when you are knee deep in ...
 
Securing Oracle Database 12c
Securing Oracle Database 12cSecuring Oracle Database 12c
Securing Oracle Database 12c
 

More from Markus Michalewicz

Achieving Continuous Availability for Your Applications with Oracle MAA
Achieving Continuous Availability for Your Applications with Oracle MAAAchieving Continuous Availability for Your Applications with Oracle MAA
Achieving Continuous Availability for Your Applications with Oracle MAAMarkus Michalewicz
 
"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 Virtualized - In VMs, in Containers, On-premises, and in the Cloud
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the CloudOracle RAC Virtualized - In VMs, in Containers, On-premises, and in the Cloud
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the CloudMarkus Michalewicz
 
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
 
"Changing Role of the DBA" Skills to Have, to Obtain & to Nurture - Updated 2...
"Changing Role of the DBA" Skills to Have, to Obtain & to Nurture - Updated 2..."Changing Role of the DBA" Skills to Have, to Obtain & to Nurture - Updated 2...
"Changing Role of the DBA" Skills to Have, to Obtain & to Nurture - Updated 2...Markus Michalewicz
 
MAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the CloudMAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the CloudMarkus Michalewicz
 
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
 
AskTom: How to Make and Test Your Application "Oracle RAC Ready"?
AskTom: How to Make and Test Your Application "Oracle RAC Ready"?AskTom: How to Make and Test Your Application "Oracle RAC Ready"?
AskTom: How to Make and Test Your Application "Oracle RAC Ready"?Markus Michalewicz
 
Oracle Database Availability & Scalability Across Versions & Editions
Oracle Database Availability & Scalability Across Versions & EditionsOracle Database Availability & Scalability Across Versions & Editions
Oracle Database Availability & Scalability Across Versions & EditionsMarkus 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
 
Why to Use an Oracle Database?
Why to Use an Oracle Database? Why to Use an Oracle Database?
Why to Use an Oracle Database? Markus Michalewicz
 
Oracle MAA Best Practices - Applications Considerations
Oracle MAA Best Practices - Applications ConsiderationsOracle MAA Best Practices - Applications Considerations
Oracle MAA Best Practices - Applications ConsiderationsMarkus Michalewicz
 
Oracle RAC 19c with Standard Edition (SE) 2 - Support Update
Oracle RAC 19c with Standard Edition (SE) 2 - Support UpdateOracle RAC 19c with Standard Edition (SE) 2 - Support Update
Oracle RAC 19c with Standard Edition (SE) 2 - Support UpdateMarkus Michalewicz
 
(Oracle) DBA Skills to Have, to Obtain and to Nurture
(Oracle) DBA Skills to Have, to Obtain and to Nurture(Oracle) DBA Skills to Have, to Obtain and to Nurture
(Oracle) DBA Skills to Have, to Obtain and to NurtureMarkus Michalewicz
 
Oracle RAC - Roadmap for New Features
Oracle RAC - Roadmap for New FeaturesOracle RAC - Roadmap for New Features
Oracle RAC - Roadmap for New FeaturesMarkus Michalewicz
 
MAA - Best Practices for the Cloud
MAA - Best Practices for the CloudMAA - Best Practices for the Cloud
MAA - Best Practices for the CloudMarkus Michalewicz
 

More from Markus Michalewicz (18)

Achieving Continuous Availability for Your Applications with Oracle MAA
Achieving Continuous Availability for Your Applications with Oracle MAAAchieving Continuous Availability for Your Applications with Oracle MAA
Achieving Continuous Availability for Your Applications with Oracle MAA
 
"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 Virtualized - In VMs, in Containers, On-premises, and in the Cloud
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the CloudOracle RAC Virtualized - In VMs, in Containers, On-premises, and in the Cloud
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the Cloud
 
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
 
2020 – A Decade of Change
2020 – A Decade of Change2020 – A Decade of Change
2020 – A Decade of Change
 
Why Use an Oracle Database?
Why Use an Oracle Database?Why Use an Oracle Database?
Why Use an Oracle Database?
 
"Changing Role of the DBA" Skills to Have, to Obtain & to Nurture - Updated 2...
"Changing Role of the DBA" Skills to Have, to Obtain & to Nurture - Updated 2..."Changing Role of the DBA" Skills to Have, to Obtain & to Nurture - Updated 2...
"Changing Role of the DBA" Skills to Have, to Obtain & to Nurture - Updated 2...
 
MAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the CloudMAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the Cloud
 
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
 
AskTom: How to Make and Test Your Application "Oracle RAC Ready"?
AskTom: How to Make and Test Your Application "Oracle RAC Ready"?AskTom: How to Make and Test Your Application "Oracle RAC Ready"?
AskTom: How to Make and Test Your Application "Oracle RAC Ready"?
 
Oracle Database Availability & Scalability Across Versions & Editions
Oracle Database Availability & Scalability Across Versions & EditionsOracle Database Availability & Scalability Across Versions & Editions
Oracle Database Availability & Scalability Across Versions & Editions
 
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
 
Why to Use an Oracle Database?
Why to Use an Oracle Database? Why to Use an Oracle Database?
Why to Use an Oracle Database?
 
Oracle MAA Best Practices - Applications Considerations
Oracle MAA Best Practices - Applications ConsiderationsOracle MAA Best Practices - Applications Considerations
Oracle MAA Best Practices - Applications Considerations
 
Oracle RAC 19c with Standard Edition (SE) 2 - Support Update
Oracle RAC 19c with Standard Edition (SE) 2 - Support UpdateOracle RAC 19c with Standard Edition (SE) 2 - Support Update
Oracle RAC 19c with Standard Edition (SE) 2 - Support Update
 
(Oracle) DBA Skills to Have, to Obtain and to Nurture
(Oracle) DBA Skills to Have, to Obtain and to Nurture(Oracle) DBA Skills to Have, to Obtain and to Nurture
(Oracle) DBA Skills to Have, to Obtain and to Nurture
 
Oracle RAC - Roadmap for New Features
Oracle RAC - Roadmap for New FeaturesOracle RAC - Roadmap for New Features
Oracle RAC - Roadmap for New Features
 
MAA - Best Practices for the Cloud
MAA - Best Practices for the CloudMAA - Best Practices for the Cloud
MAA - Best Practices for the Cloud
 

Recently uploaded

Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEOrtus Solutions, Corp
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 

Recently uploaded (20)

Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 

From HA to Maximum Availability - A Holistic Historical Discussion