SlideShare ist ein Scribd-Unternehmen logo
1 von 56
Downloaden Sie, um offline zu lesen
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Applied	Machine	Learning	for	Database	
Autonomous	Health
Sandesh	Rao
VP	Autonomous	Health	and	Machine	Learning
@sandeshr
https://www.linkedin.com/in/raosandesh/
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
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.
2
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Program	Agenda
Machine	Learning	Overview
Tools	which	implement	Machine	Learning	
Summary
1
2
3
3
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Program	Agenda
Machine	Learning	Overview
Tools	which	implement	Machine	Learning	
Summary
1
2
3
4
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
3	Key	Areas	of	Machine	Learning
Analytics
Knowledge	discovery
Machine	Learning
Learn	&	get	better	from	
experience
Artificial	Intelligence
Simulate	human	
intelligence
5
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Examples	of	Machine	Learning	Problem	Types
Example:	Classify	if	a	particular	log	entry	is	
normal	or	not
Classifiers
Predict	a	label	classification
Example:	Predict	when	a	system	will	run	out	
of	memory
Regression
Predict	a	value
Example:	Group	incidents	into	collections	of	
similar	ones,	that	share	some	common	
attributes
Clustering
Form	groups	by	discovering	
reoccurring	patterns	
6
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Machine	Learning	Categories
Supervised	Learning
Predict	future	outcomes	with	the	help	of	
training	data	provided	by	human	experts
Semi-Supervised	Learning
Discover	patterns	within	raw	data	and	make	
predictions,	which	are	then	reviewed	by	human	
experts,	who	provide	feedback	which	is	used	to	
improve	the	model	accuracy
Unsupervised	Learning
Find	patterns	without	any	external	input	other	
than	the	raw	data
Reinforcement	Learning
Take	decisions	based	on	past	rewards	for	this	
type	of	action
7
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Autonomous	Health	
Cloud	Platform
MachinesSmart	Collectors
SRs
Expert	Input
Feedback	&	
Improvement
SRs
Model
Generation
Model
Knowledge
Extraction
Applied	Machine	Learning
Cloud	Ops
Object	Store
Admin	UI	in	Control	Plane
Oracle	Support
Bug	DB
SE	UI	in Support
Tenant	(CNS)
Cleansing,	
metadata	creation	
&	clustering
5 Model	generation	
with	expert	scrubbing
6
Deployed	as	
part	of	cloud	
image,	running	
from	the	start
1 Proactive	regular	health	checking,	real-
time	fault	detection,	automatic	
incident	analysis,	diagnostic	collection	
&	masking	of	sensitive	data
2
Use	real-time	health	dashboards	for	anomaly	
detection,	root	cause	analysis	&	push	of	
proactive,	preventative	&	corrective	actions.	
Auto	bug	search	&	auto	bug	&	SR	creation.	
3
Auto	SR	analysis,	diagnosis	assistance	via	
automatic	anomaly	detection,	collaboration	
and	one	click	bug	creation
4
Message
Broker
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Why	Applied Machine	Learning?
• Brings	an	application’s	perspective	versus	a	platform	toolkit	viewpoint	
• Brings	data	science,	algorithms,	and	domain	expertise	together	
• Packages	machine	learning	into	usable,	real-world	operational	algorithms	
and	models	that	are	applied	at	runtime	
• Produces	results	and	recommendations	easily	understood	and	trusted	by	
non-data	scientist/analyst	end-users
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Applied	Machine	Learning	for	Cloud	Operations
• Generic	ML-extracted	Data	Clusters	
are	insufficient	for	diagnostics
• Operational	data	correlation	does	
not	determine	root	cause
• Trusted	root	cause	determination	
critical	to	swift	corrective	actions		
• Algorithms	selected	and	models	
built	require	domain	expertise
• Models	refined	via	field	feedback
Subject	Matter	
Expert
ASH
ML
Knowledge
Extraction
Model
Generation
Human	
Supervision
Application
Optimized
Models
Feedback
Scrub	Data
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Real-time	Prevention
• Data	Ingestion
– Kernel	Smoothing	and	Moving	Average
– Interpolation	and	Imputation
• Prediction	and	Pattern	Recognition
– Multivariate	and	Auto-Associative	Regression
– Clustering,	Similarity	Operators	and	Bayes	Networks
• Fault	and	Anomaly	Detection
– Sequential	Probability	Ratio	Tests
– Conditional	Probability	Filters	&	Hidden	Markov	
Models
• Prognosis	and	Diagnosis
– Bayesian	Belief	Networks		and	Probabilistic	Inference
– Remaining	Useful	Life	Regression	and	GPM	Models
Rapid	Recovery
Autonomous	Health	Platform	ML	Technologies
• Data	Ingestion
– ELK
– Lucene
• Prediction	and	Pattern	Recognition
– TF-IDF	and	Bag-of-Words	modelling
– Sequence	Matcher	
– K-nearest	Neighbour
• Fault	and	Anomaly	Detection
– Decision	Trees	and	Random	Forest
– Sequential	Pattern	Mining
• Prognosis	and	Diagnosis
– Recurrent	neural	Network
– Long	short-term	memory	Predictive	Analysis
• Files	automatically	extracted,	classified,	
processed	and	available
• File	classification	extendable
Extendable	plugins	transform	&		analyze	raw	data
Extendable	plugins	detect	&	highlight	important	events
Anomaly	timeline	uses	machine	
learning	to	detect	unusual	events,	
which	may	be	problematic
Adaptive	Bug	Search	(ABS)	
uses	Machine	Learning	to	
Identify	possibly	related	bugs
Where	available	Recommendations	automatically	identify	
symptoms	from	files	&	match	them	to	previous	identified		
problems…
….then	provide	
resolution	steps
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Program	Agenda
Machine	Learning	Overview
Tools	which	implement	Machine	Learning	
Summary
1
2
3
24
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Autonomous	Health	- Anomaly	Timeline
Remove	clutter	from	log	files	to	
find	the	most	important	events	to	
enable	root	cause	analysis
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Anomaly	Detection	– High	Level
Known	normal	log	entry	(discard)
Probable	anomalous	Line	(collect)
Log	
Collection
File	
Type	
1
File	
Type	
2
File	
Type	
n..
Log	File
Anomaly	Timeline
Probable	
Anomalies
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Trace	File	Analyzer	– High	Level	Anomaly	Detection	Flow
Log
Cleansing
1 2 3 4 5 6
Entry	Feature
Creation
Entry
Clustering
Model
Generation
Expert
Input
Knowledge	Base
Creation
Knowledge
Base	Indexing
Feedback
Training
Real-time
Log	File	Processing
Timestamp	Correlation	&	Ranking
8 9
7
Batch	
Feedback
Copyright	©	2018,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Knowledge
Base	Indexing
Entry
Clustering
Model
Generation
Entry	Feature
Creation
Log
Cleansing
1 2 3 4 5 6
Expert	
Input
Knowledge	Base	
Creation
FeedbackTraining Real-time
Log	File	
Processing
Timestamp	
Correlation	&	
Ranking
8 97 Batch	
Feedback
Log	File	
Collection
Data	
Cleansing	&	
Reduction
waited	for	'ASM	file	metadata	operation',	seq_num:	29
2016-10-20	02:12:56.937	:		OCRRAW:1:	kgfo_kge2slos	error	
stack	at	kgfoAl06:	ORA-29701:	unable	to	connect	to	Cluster	
Synchronization	Service
2016-10-20	02:23:02.000	:		OCRRAW:1:	kgfo_kge2slos	error	
stack	at	kgfoAl06:	ORA-29701:	unable	to	connect	to	Cluster	
Synchronization	Service
2016-10-20	02:23:03.563	:		OCRRAW:1:	kgfo_kge2slos	error	
stack	at	kgfoAl06:	ORA-29701:	unable	to	connect	to	Cluster	
Synchronization	Service
waited	for	[STR]		seq_num:	
[NSTR]
[NSTR]	[NSTR]	:	[NSTR]	[NSTR]	
unable	to	connect	to	Cluster	
Synchronization	Service
Copyright	©	2018,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|
.. Seen	
in	
Bugs
Total	
Bugs	
Seen
Seen	
in	
Files
Total	
Files	
Seen
Total	
Count
..
.. 13 40 1440 5088 2890 ..
Feature	
Extraction
waited	for	[STR]		seq_num:	[NSTR]
[NSTR]	[NSTR]	:	[NSTR]	[NSTR]	
unable	to	connect	to	Cluster	
Synchronization	Service
Knowledge
Base	Indexing
Entry
Clustering
Model
Generation
Log
Cleansing
1 3 4 5 6
Expert	
Input
Knowledge	Base	
Creation
FeedbackTraining Real-time
Log	File	
Processing
Timestamp	
Correlation	&	
Ranking
8 97 Batch	
Feedback
Entry	Feature
Creation
2
Copyright	©	2018,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Data	
Clustering
Record	Merging	and	feature	
aggregation	for	records	belonging	
to	same	log	signature
Knowledge
Base	Indexing
Entry
Clustering
Model
Generation
Log
Cleansing
1 3 4 5 6
Expert	
Input
Knowledge	Base	
Creation
FeedbackTraining Real-time
Log	File	
Processing
Timestamp	
Correlation	&	
Ranking
8 97 Batch	
Feedback
2
Entry	Feature
Creation
Copyright	©	2018,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Model	
Generation
Data	
Clustering
Expert	
Input
Decision	Tree	
Classifier
First	time	labelling	through	
functional		rules
Labelled		dataset
Result	
EvaluationUpdate	
Labelling
3
4
5
76
Entry
Clustering
Log
Cleansing
1 3
Training Real-time
Log	File	
Processing
Timestamp	
Correlation	&	
Ranking
8 9
Batch	
Feedback
2
Knowledge
Base	Indexing
Model
Generation
4 5 6
Expert	
Input
Knowledge	Base	
Creation
Feedback
7
Entry	Feature
Creation
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		| 32
Deploy	with	Minimum	Footprint	and	Maximum	Manageability	
Oracle	18c	Domain	Services	Cluster
Application	
Member	
Cluster
Database	
Member
Cluster
Database	
Member
Cluster
Oracle	Domain	Services	Cluster
Database	
Member
Cluster
Application	
Member	
Cluster
Database	
Member
Cluster
ORACLE	CLUSTER	DOMAIN
Management Repository Service
Trace File Analyzer Service
Grid Names Service
Storage Services
QoS Management Service
Rapid Home Provisioning Service
Confidential	– Oracle	Internal/Restricted/Highly	Restricted
• Hosts	Framework	as	Services
• Reduces	local	resource	footprint
• Centralizes	management	
• Speeds	deployment	and	
patching
• Optional	Shared	Storage
• Supports	multiple	versions	and	
platforms	going	forward
33
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Domain	Services	Cluster	Already	Has	TFA	User	Interface
• Central	TFA	Repository	utilizing	ACFS	Storage
• Member	Clusters	Send	TFA	Collections	to	the	TFA	Service	on	DSC
• TFA	Service	indexes	the	Collection	and	runs	Analysers.
• New	UI	will	be	shipped	in	19
34
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Standalone	User	Interface	
• TFA	Collector	will	upload	to	central	repository
• TFA	UI	analyses	files	and	generates	
– Events	TimeLine	
– Anomaly	TimeLine	using	Applied	Machine	Learning
– Root	Cause	Analysis	and	Recommendations	where	available.
– Interface	to	easily	access	all	files	and	analyser	reports.
• Already	used	in	Oracle	Database	Cloud.
• Coming	On	Prem in	19
35
36
37
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Maintenance	Slot	Identification
38Confidential	– Oracle	Internal
ORAchk/EXAchk	results	are	
automatically	uploaded	to	TFA	&	
automatically	processed
39
New	Orachk Dashboard	will	be	Available	
in	19
40
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Maintenance	Slot	Identification
41Confidential	– Oracle	Internal
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Maintenance	Slot	Identification
42Confidential	– Oracle	Internal
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Autonomous	Health	- Database	Performance
Preserving	instance	performance		
when	database	resources	are	
constrained
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Database	Health	- Applied	Machine	Learning
• Actual	Internal	and	External	customer	
data	drives	model	development
• Applied	purpose-built	Applied	ML	for	
knowledge	extraction
• Expert	Dev	team	scrubs	data
• Generates	Bayesian	Network-based		
diagnostic	root-cause	models
• Uses	BN-based	run-time	models	to	
perform	real-time	prognostics	
Discovers	Potential	Cluster	&	DB	Problems
CHA	Dev	Team
ASH
ML
Knowledge
Extraction
BN
Models
Expert	
Supervision
DB+Node
Runtime
Models
Feedback
Scrub	Data
CHA
CHA
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Database	Data	Flow	Overview
Autonomous	Health	– Database	Performance
OS	DataDB	Data
Database	Prognostics	Engine
Alert	&	
Preventive	
Action
• Reads	OS	and	DB	Performance	data	
directly	from	memory
• Uses	Machine	Learning	models	and	data	
to	perform	prognostics
• Detects	common	RAC	database	problems
• Performs	root	cause	analysis
• Sends	alerts	and	preventative	actions	to	
Cloud	Ops	per	target
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Data	Sources	and	Data	Points	
Autonomous	Health	– Database	Performance
Time CPU ASM
IOPS
Network
%	util
Network_
Packets
Dropped
Log	
file	
sync
Log	file	
parallel
write
GC		CR	
request
GC	current	
request
GC	current	
block	2-way
GC	current	
block busy
Enq:	CF		
-
conten
tion
…
15:16:00 0.90 4100 13% 0 2	ms 600	us 0 0 300	us 1.5	ms	 0
A	Data	Point contains	>	150	signals	(statistics	and	events)	from	multiple	sources
OS,	ASM	,	Network DB	(	SH,	AWR	session,	system	and	PDB	statistics	)
Statistics	are	collected	at	a	1	second	internal	sampling	rate	,	synchronized,	
smoothed	and	aggregated	to	a	Data	Point	every	5	seconds
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Data	Flow	Overview
Autonomous	Health	– Database	Performance
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Models	Capture	the	Dynamic	Behavior	of	all	Normal	Operation	
Models	Capture	all	Normal	Operating	Modes
0
5000
10000
15000
20000
25000
30000
35000
40000
10:00 2:00 6:00
5100
9025
4024
2350
4100
22050
10000
21000
4400
2500
4900
800
IOPS
user	commits	(/sec)
log	file	parallel	write	(usec)
log	file	sync	(usec)
A	model	captures	the	normal	load	phases	and	their	statistics	over	time	,	and	thus	the
characteristics	for	all	load	intensities	and	profiles	.	During	monitoring	,	any	data	point	similar	to	one	of	the	vectors
is	NORMAL.	One	could	say	that	the	model	REMEMBERS	the	normal	operational	dynamics	over	time
In-Memory	Reference	Matrix
(Part	of	“Normality”	Model)	
IOPS #### 2500 4900 800 ####
User Commits #### 10000 21000 4400 ####
Log	File	Parallel	
Write
#### 2350 4100 22050 ####
Log	File Sync #### 5100 9025 4024 ####
… … … … … …
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
CHA	Model:	Find	Similarity	with	Normal	Values	
Autonomous	Health	– Database	Performance
Observed	values
(Part	of	a	Data	Point)	
CHA	estimator/predictor	(ESEE):	“based	on	my	normality	model,	the	value	of	IOPS	should	be	in	the	
vicinity	of	~	4900,	but	it	is	reported	as	10500,	this	is	causing	a	residual	of	~	5600	in	magnitude”,
CHA	fault	detector:	“such	high	magnitude	of	residuals	should	be	tracked	carefully!	I’ll	keep	an	eye	
on	the	incoming	sequence	of	this	signal	IOPS and	if	it	remains	deviant	I’ll	generate	a	fault	on	it”.
In-Memory	Reference	Matrix
(Part	of	“Normality”	Model)	
IOPS #### 2500 4900 800 ####
User Commits #### 10000 21000 4400 ####
Log	File	Parallel	
Write
#### 2350 4100 22050 ####
Log	File Sync #### 5100 9025 4024 ####
… … … … … …
10500
20000
4050
10250
…
Residual	Values
(Part	of	a	Data	Point)	
5600
-1000
-50
325
…
Observed	-
Predicted	=
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Inline	and	Immediate	Fault	Detection	and	Diagnostic	Inference	
Autonomous	Health	– Database	Performance
Machine	Learning,	
Pattern	Recognition,	
&	BN	Engines
Time CPU ASM
IOPS
Network
%	util
Network_
Packets
Dropped
Log	
file	
sync
Log	file	
parallel
write
GC		CR
request
GC	current	
request
GC	current	
block	2-way
GC current	
block busy
Enq:	CF		
-
conten
tion
…
15:16:00 0.90 4100 88% 105 2	ms 600	us 504	ms 513 ms 2 ms 5.9 ms 0
15:16:00
OK OK HIGH
1
HIGH
2
OK OK HIGH
3
HIGH
3
HIGH
4
HIGH
4
OK
Input	:	Data	Point	at	Time	t
Fault	Detection	and	Classification
Diagnostic	Inference	
15:16:00
Symptoms
1. Network	Bandwidth	Utilization
2. Network	Packet	Loss
3. Global	Cache	Requests	Incomplete
4. Global		Cache	Message	Latency
Root	Cause
(Target	of	Corrective	Action)
Network	Bandwidth	Utilization
Diagnostic
Inference
Engine
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Cross	Node	and	Cross	Instance	Diagnostic	Inference	
Autonomous	Health	- Cluster	Health	Advisor
15:16:00
Root	Cause
(Target	of	Corrective	
Action)
Network	Bandwidth	
Utilization
Diagnostic
Inference
Engine
15:16:00
Root	Cause
(Target	of	Corrective	
Action)
Network	Bandwidth	
Utilization
Diagnostic
Inference
Engine
15:16:00
Root	Cause
(Target	of	Corrective	
Action)
Network	Bandwidth	
Utilization
Diagnostic
Inference
Engine
Cross	Target	
Diagnostic	
Inference
Node	1
Node	2
Node	3
Corrective	Action	Target
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Calibrating	CHA	to	your	RAC	deployment
Confidential	– Oracle	Restricted 52
Choosing	a	Data	Set	for	Calibration	– Defining	“normal”
$ chactl query calibration –cluster –timeranges ‘start=2016-10-28 07:00:00,end=2016-10-28 13:00:00’
Cluster name : mycluster
Start time : 2016-10-28 07:00:00
End time : 2016-10-28 13:00:00
Total Samples : 11524
Percentage of filtered data : 100%
1) Disk read (ASM) (Mbyte/sec)
MEAN MEDIAN STDDEV MIN MAX
0.11 0.00 2.62 0.00 114.66
<25 <50 <75 <100 >=100
99.87% 0.08% 0.00% 0.02% 0.03%
2) Disk write (ASM) (Mbyte/sec)
MEAN MEDIAN STDDEV MIN MAX
0.01 0.00 0.15 0.00 6.77
<50 <100 <150 <200 >=200
100.00% 0.00% 0.00% 0.00% 0.00%
3) Disk throughput (ASM) (IO/sec)
MEAN MEDIAN STDDEV MIN MAX
2.20 0.00 31.17 0.00 1100.00
<5000 <10000 <15000 <20000 >=20000
100.00% 0.00% 0.00% 0.00% 0.00%
4) CPU utilization (total) (%)
MEAN MEDIAN STDDEV MIN MAX
9.62 9.30 7.95 1.80 77.90
<20 <40 <60 <80 >=80
92.67% 6.17% 1.11% 0.05% 0.00%
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Calibrating	CHA	to	your	RAC	deployment
• Create	and	store	the	new	model	
$ chactl query calibrate cluster –model daytime –timeranges ‘start=2018-10-28 07:00:00,
end=2018-10-28 13:00:00’
• Begin	using	the	new	model	
$ chactl monitor cluster –model daytime
• Confirm	the	new	model	is	being	used
$ chactl status –verbose
monitoring nodes svr01, svr02 using model daytime
monitoring database qoltpacdb, instances oltpacdb_1, oltpacdb_2 using model DEFAULT_DB
Confidential	– Oracle	Restricted 53
Creating	a	new	CHA	Model	with	CHACTL
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Cluster	Health	Advisor	– Command	Line	Operations
Confidential	– Oracle	Restricted 54
Monitoring	Your	Databases	and	Nodes	with	CHACTL
Enable	CHA	monitoring	on	RAC	database	with	optional	model
$ chactl monitor database –db oltpacdb [-model model_name]
Enable	CHA	monitoring	on	RAC	database	with	optional	verbose
$ chactl status –verbose
monitoring nodes svr01, svr02 using model DEFAULT_CLUSTER
monitoring database oltpacdb, instances oltpacdb_1, oltpacdb_2 using model DEFAULT_DB
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
CHA	Command	Line	Operations
Confidential	– Oracle	Restricted 55
Checking	for	Health	Issues	and	Corrective	Actions	with	CHACTL	QUERY	DIAGNOSIS
$ chactl query diagnosis -db oltpacdb -start "2016-10-28 01:52:50" -end "2016-10-28 03:19:15"
2016-10-28 01:47:10.0 Database oltpacdb DB Control File IO Performance (oltpacdb_1) [detected]
2016-10-28 01:47:10.0 Database oltpacdb DB Control File IO Performance (oltpacdb_2) [detected]
2016-10-28 02:59:35.0 Database oltpacdb DB Log File Switch (oltpacdb_1) [detected]
2016-10-28 02:59:45.0 Database oltpacdb DB Log File Switch (oltpacdb_2) [detected]
Problem: DB Control File IO Performance
Description: CHA has detected that reads or writes to the control files are slower than expected.
Cause: The Cluster Health Advisor (CHA) detected that reads or writes to the control files were
slow because of an increase in disk IO.
The slow control file reads and writes may have an impact on checkpoint and Log Writer (LGWR) performance.
Action: Separate the control files from other database files and move them to faster disks or Solid
State Devices.
Problem: DB Log File Switch
Description: CHA detected that database sessions are waiting longer than expected
for log switch completions.
Cause: The Cluster Health Advisor (CHA) detected high contention during log switches
because the redo log files were small and the redo logs switched frequently.
Action: Increase the size of the redo logs.
Copyright	©	2018, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Cluster	Health	Advisor	– Command	Line	Operations
Confidential	– Oracle	Restricted 56
HTML	Diagnostic	Health	Output	Available	(-html	<file_name>)

Weitere ähnliche Inhalte

Was ist angesagt?

LAD -GroundBreakers-Jul 2019 - The Machine Learning behind the Autonomous Dat...
LAD -GroundBreakers-Jul 2019 - The Machine Learning behind the Autonomous Dat...LAD -GroundBreakers-Jul 2019 - The Machine Learning behind the Autonomous Dat...
LAD -GroundBreakers-Jul 2019 - The Machine Learning behind the Autonomous Dat...Sandesh Rao
 
The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019
The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019 The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019
The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019 Sandesh Rao
 
Introducing new AIOps innovations in Oracle 19c - San Jose AICUG
Introducing new AIOps innovations in Oracle 19c - San Jose AICUGIntroducing new AIOps innovations in Oracle 19c - San Jose AICUG
Introducing new AIOps innovations in Oracle 19c - San Jose AICUGSandesh 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
 
What's new in oracle trace file analyzer 18.2.0
What's new in oracle trace file analyzer 18.2.0What's new in oracle trace file analyzer 18.2.0
What's new in oracle trace file analyzer 18.2.0Sandesh Rao
 
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine Learning
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine LearningAUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine Learning
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine LearningSandesh 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
 
Melbourne Groundbreakers Tour - Hints and Tips
Melbourne Groundbreakers Tour - Hints and TipsMelbourne Groundbreakers Tour - Hints and Tips
Melbourne Groundbreakers Tour - Hints and TipsConnor McDonald
 
AIOUG : ODEVCYathra 2018 - Oracle Autonomous Database What Every DBA should know
AIOUG : ODEVCYathra 2018 - Oracle Autonomous Database What Every DBA should knowAIOUG : ODEVCYathra 2018 - Oracle Autonomous Database What Every DBA should know
AIOUG : ODEVCYathra 2018 - Oracle Autonomous Database What Every DBA should knowSandesh Rao
 
AUSOUG Analytics Update - Nov 14 2018
AUSOUG Analytics Update - Nov 14 2018AUSOUG Analytics Update - Nov 14 2018
AUSOUG Analytics Update - Nov 14 2018Jason Lowe
 
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
 
Data meets AI - AICUG - Santa Clara
Data meets AI  - AICUG - Santa ClaraData meets AI  - AICUG - Santa Clara
Data meets AI - AICUG - Santa ClaraSandesh Rao
 
Oracle Solaris Cloud Management and Deployment with OpenStack
Oracle Solaris Cloud Management and Deployment with OpenStackOracle Solaris Cloud Management and Deployment with OpenStack
Oracle Solaris Cloud Management and Deployment with OpenStackOTN Systems Hub
 
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]vasuballa
 
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...vasuballa
 
Fast Data Overview for Data Science Maryland Meetup
Fast Data Overview for Data Science Maryland MeetupFast Data Overview for Data Science Maryland Meetup
Fast Data Overview for Data Science Maryland MeetupC. Scyphers
 
Streamline it management
Streamline it managementStreamline it management
Streamline it managementDLT Solutions
 
Replicate data between environments
Replicate data between environmentsReplicate data between environments
Replicate data between environmentsDLT Solutions
 
Oracle Enterprise Performance Management
Oracle Enterprise Performance ManagementOracle Enterprise Performance Management
Oracle Enterprise Performance ManagementBAINIDA
 
EXAchk for Exadata Presentation
EXAchk for Exadata PresentationEXAchk for Exadata Presentation
EXAchk for Exadata PresentationSandesh Rao
 

Was ist angesagt? (20)

LAD -GroundBreakers-Jul 2019 - The Machine Learning behind the Autonomous Dat...
LAD -GroundBreakers-Jul 2019 - The Machine Learning behind the Autonomous Dat...LAD -GroundBreakers-Jul 2019 - The Machine Learning behind the Autonomous Dat...
LAD -GroundBreakers-Jul 2019 - The Machine Learning behind the Autonomous Dat...
 
The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019
The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019 The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019
The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019
 
Introducing new AIOps innovations in Oracle 19c - San Jose AICUG
Introducing new AIOps innovations in Oracle 19c - San Jose AICUGIntroducing new AIOps innovations in Oracle 19c - San Jose AICUG
Introducing new AIOps innovations in Oracle 19c - San Jose AICUG
 
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 ...
 
What's new in oracle trace file analyzer 18.2.0
What's new in oracle trace file analyzer 18.2.0What's new in oracle trace file analyzer 18.2.0
What's new in oracle trace file analyzer 18.2.0
 
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine Learning
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine LearningAUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine Learning
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - AI and Machine Learning
 
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 ...
 
Melbourne Groundbreakers Tour - Hints and Tips
Melbourne Groundbreakers Tour - Hints and TipsMelbourne Groundbreakers Tour - Hints and Tips
Melbourne Groundbreakers Tour - Hints and Tips
 
AIOUG : ODEVCYathra 2018 - Oracle Autonomous Database What Every DBA should know
AIOUG : ODEVCYathra 2018 - Oracle Autonomous Database What Every DBA should knowAIOUG : ODEVCYathra 2018 - Oracle Autonomous Database What Every DBA should know
AIOUG : ODEVCYathra 2018 - Oracle Autonomous Database What Every DBA should know
 
AUSOUG Analytics Update - Nov 14 2018
AUSOUG Analytics Update - Nov 14 2018AUSOUG Analytics Update - Nov 14 2018
AUSOUG Analytics Update - Nov 14 2018
 
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...
 
Data meets AI - AICUG - Santa Clara
Data meets AI  - AICUG - Santa ClaraData meets AI  - AICUG - Santa Clara
Data meets AI - AICUG - Santa Clara
 
Oracle Solaris Cloud Management and Deployment with OpenStack
Oracle Solaris Cloud Management and Deployment with OpenStackOracle Solaris Cloud Management and Deployment with OpenStack
Oracle Solaris Cloud Management and Deployment with OpenStack
 
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
 
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
 
Fast Data Overview for Data Science Maryland Meetup
Fast Data Overview for Data Science Maryland MeetupFast Data Overview for Data Science Maryland Meetup
Fast Data Overview for Data Science Maryland Meetup
 
Streamline it management
Streamline it managementStreamline it management
Streamline it management
 
Replicate data between environments
Replicate data between environmentsReplicate data between environments
Replicate data between environments
 
Oracle Enterprise Performance Management
Oracle Enterprise Performance ManagementOracle Enterprise Performance Management
Oracle Enterprise Performance Management
 
EXAchk for Exadata Presentation
EXAchk for Exadata PresentationEXAchk for Exadata Presentation
EXAchk for Exadata Presentation
 

Ähnlich wie AUSOUG - Applied Machine Learning for Database Autonomous Health

TDC2018SP | Trilha NoSQL - Tecnicas avancadas utilizadas por redes sociais qu...
TDC2018SP | Trilha NoSQL - Tecnicas avancadas utilizadas por redes sociais qu...TDC2018SP | Trilha NoSQL - Tecnicas avancadas utilizadas por redes sociais qu...
TDC2018SP | Trilha NoSQL - Tecnicas avancadas utilizadas por redes sociais qu...tdc-globalcode
 
TDC2018SP | Trilha Arq Java - Crie arquiteturas escalaveis, multi-language e ...
TDC2018SP | Trilha Arq Java - Crie arquiteturas escalaveis, multi-language e ...TDC2018SP | Trilha Arq Java - Crie arquiteturas escalaveis, multi-language e ...
TDC2018SP | Trilha Arq Java - Crie arquiteturas escalaveis, multi-language e ...tdc-globalcode
 
Oracle Chatbot (챗봇) 솔루션
Oracle Chatbot (챗봇) 솔루션Oracle Chatbot (챗봇) 솔루션
Oracle Chatbot (챗봇) 솔루션Mee Nam Lee
 
Cómo terminar tu Planeación Financiera antes de las 6PM
Cómo terminar tu Planeación Financiera antes de las 6PMCómo terminar tu Planeación Financiera antes de las 6PM
Cómo terminar tu Planeación Financiera antes de las 6PMOracleOfficeOfFinance
 
The Future of AI in Marketing
The Future of AI in MarketingThe Future of AI in Marketing
The Future of AI in MarketingJessie Paul
 
Time-series Analytics using Matrix Profile and SAX
Time-series Analytics using Matrix Profile and SAXTime-series Analytics using Matrix Profile and SAX
Time-series Analytics using Matrix Profile and SAXSUPREET OBEROI
 
Oracle RAC - Roadmap for New Features
Oracle RAC - Roadmap for New FeaturesOracle RAC - Roadmap for New Features
Oracle RAC - Roadmap for New FeaturesMarkus Michalewicz
 
Public hyperledger meetup sf may 2018
Public hyperledger meetup sf may 2018Public hyperledger meetup sf may 2018
Public hyperledger meetup sf may 2018Oracle Developers
 
Security Observability: Democratizing Security in the Cloud (DEV206-S) - AWS ...
Security Observability: Democratizing Security in the Cloud (DEV206-S) - AWS ...Security Observability: Democratizing Security in the Cloud (DEV206-S) - AWS ...
Security Observability: Democratizing Security in the Cloud (DEV206-S) - AWS ...Amazon Web Services
 
Agile Network India | Automation - Parachute or Baggage? | Manoj Jain
Agile Network India | Automation - Parachute or Baggage? | Manoj Jain Agile Network India | Automation - Parachute or Baggage? | Manoj Jain
Agile Network India | Automation - Parachute or Baggage? | Manoj Jain AgileNetwork
 
Achieving High Performance DevOps: A Roadmap for Managers and Decision Makers
Achieving High Performance DevOps: A Roadmap for Managers and Decision MakersAchieving High Performance DevOps: A Roadmap for Managers and Decision Makers
Achieving High Performance DevOps: A Roadmap for Managers and Decision MakersVlado Barun
 
The Enablement of an Identity-Centric SOC in the Regulatory Rumba Era
The Enablement of an Identity-Centric SOC in the Regulatory Rumba EraThe Enablement of an Identity-Centric SOC in the Regulatory Rumba Era
The Enablement of an Identity-Centric SOC in the Regulatory Rumba EraLuca Martelli
 
DevSecOps: Instituting Cultural Transformation for Public Sector Organization...
DevSecOps: Instituting Cultural Transformation for Public Sector Organization...DevSecOps: Instituting Cultural Transformation for Public Sector Organization...
DevSecOps: Instituting Cultural Transformation for Public Sector Organization...Amazon Web Services
 
Blockchain in Retail :Omnichannel retailers can now compete and beat Amazon!
Blockchain in Retail :Omnichannel retailers can now compete and beat Amazon!Blockchain in Retail :Omnichannel retailers can now compete and beat Amazon!
Blockchain in Retail :Omnichannel retailers can now compete and beat Amazon!Antony Welfare
 
(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
 
MAA - Best Practices for the Cloud
MAA - Best Practices for the CloudMAA - Best Practices for the Cloud
MAA - Best Practices for the CloudMarkus Michalewicz
 
Building Modern Applications Using APIs, Microservices and Chatbots
Building Modern Applications Using APIs, Microservices and ChatbotsBuilding Modern Applications Using APIs, Microservices and Chatbots
Building Modern Applications Using APIs, Microservices and ChatbotsOracle Developers
 
FOSDEM'18: MySQL InnoDB Cluster - MySQL HA Made Easy!
FOSDEM'18: MySQL InnoDB Cluster - MySQL HA Made Easy!FOSDEM'18: MySQL InnoDB Cluster - MySQL HA Made Easy!
FOSDEM'18: MySQL InnoDB Cluster - MySQL HA Made Easy!Miguel Araújo
 
Data Management in a Microservices World
Data Management in a Microservices WorldData Management in a Microservices World
Data Management in a Microservices Worldgvenzl
 

Ähnlich wie AUSOUG - Applied Machine Learning for Database Autonomous Health (20)

TDC2018SP | Trilha NoSQL - Tecnicas avancadas utilizadas por redes sociais qu...
TDC2018SP | Trilha NoSQL - Tecnicas avancadas utilizadas por redes sociais qu...TDC2018SP | Trilha NoSQL - Tecnicas avancadas utilizadas por redes sociais qu...
TDC2018SP | Trilha NoSQL - Tecnicas avancadas utilizadas por redes sociais qu...
 
TDC2018SP | Trilha Arq Java - Crie arquiteturas escalaveis, multi-language e ...
TDC2018SP | Trilha Arq Java - Crie arquiteturas escalaveis, multi-language e ...TDC2018SP | Trilha Arq Java - Crie arquiteturas escalaveis, multi-language e ...
TDC2018SP | Trilha Arq Java - Crie arquiteturas escalaveis, multi-language e ...
 
Oracle Chatbot (챗봇) 솔루션
Oracle Chatbot (챗봇) 솔루션Oracle Chatbot (챗봇) 솔루션
Oracle Chatbot (챗봇) 솔루션
 
Cómo terminar tu Planeación Financiera antes de las 6PM
Cómo terminar tu Planeación Financiera antes de las 6PMCómo terminar tu Planeación Financiera antes de las 6PM
Cómo terminar tu Planeación Financiera antes de las 6PM
 
The Future of AI in Marketing
The Future of AI in MarketingThe Future of AI in Marketing
The Future of AI in Marketing
 
Time-series Analytics using Matrix Profile and SAX
Time-series Analytics using Matrix Profile and SAXTime-series Analytics using Matrix Profile and SAX
Time-series Analytics using Matrix Profile and SAX
 
Oracle RAC - Roadmap for New Features
Oracle RAC - Roadmap for New FeaturesOracle RAC - Roadmap for New Features
Oracle RAC - Roadmap for New Features
 
Public hyperledger meetup sf may 2018
Public hyperledger meetup sf may 2018Public hyperledger meetup sf may 2018
Public hyperledger meetup sf may 2018
 
Security Observability: Democratizing Security in the Cloud (DEV206-S) - AWS ...
Security Observability: Democratizing Security in the Cloud (DEV206-S) - AWS ...Security Observability: Democratizing Security in the Cloud (DEV206-S) - AWS ...
Security Observability: Democratizing Security in the Cloud (DEV206-S) - AWS ...
 
Agile Network India | Automation - Parachute or Baggage? | Manoj Jain
Agile Network India | Automation - Parachute or Baggage? | Manoj Jain Agile Network India | Automation - Parachute or Baggage? | Manoj Jain
Agile Network India | Automation - Parachute or Baggage? | Manoj Jain
 
Achieving High Performance DevOps: A Roadmap for Managers and Decision Makers
Achieving High Performance DevOps: A Roadmap for Managers and Decision MakersAchieving High Performance DevOps: A Roadmap for Managers and Decision Makers
Achieving High Performance DevOps: A Roadmap for Managers and Decision Makers
 
The Enablement of an Identity-Centric SOC in the Regulatory Rumba Era
The Enablement of an Identity-Centric SOC in the Regulatory Rumba EraThe Enablement of an Identity-Centric SOC in the Regulatory Rumba Era
The Enablement of an Identity-Centric SOC in the Regulatory Rumba Era
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
DevSecOps: Instituting Cultural Transformation for Public Sector Organization...
DevSecOps: Instituting Cultural Transformation for Public Sector Organization...DevSecOps: Instituting Cultural Transformation for Public Sector Organization...
DevSecOps: Instituting Cultural Transformation for Public Sector Organization...
 
Blockchain in Retail :Omnichannel retailers can now compete and beat Amazon!
Blockchain in Retail :Omnichannel retailers can now compete and beat Amazon!Blockchain in Retail :Omnichannel retailers can now compete and beat Amazon!
Blockchain in Retail :Omnichannel retailers can now compete and beat Amazon!
 
(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
 
MAA - Best Practices for the Cloud
MAA - Best Practices for the CloudMAA - Best Practices for the Cloud
MAA - Best Practices for the Cloud
 
Building Modern Applications Using APIs, Microservices and Chatbots
Building Modern Applications Using APIs, Microservices and ChatbotsBuilding Modern Applications Using APIs, Microservices and Chatbots
Building Modern Applications Using APIs, Microservices and Chatbots
 
FOSDEM'18: MySQL InnoDB Cluster - MySQL HA Made Easy!
FOSDEM'18: MySQL InnoDB Cluster - MySQL HA Made Easy!FOSDEM'18: MySQL InnoDB Cluster - MySQL HA Made Easy!
FOSDEM'18: MySQL InnoDB Cluster - MySQL HA Made Easy!
 
Data Management in a Microservices World
Data Management in a Microservices WorldData Management in a Microservices World
Data Management in a Microservices World
 

Mehr von 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
 
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
 
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
 
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
 
The Machine Learning behind the Autonomous Database ILOUG Feb 2020
The Machine Learning behind the Autonomous Database   ILOUG Feb 2020 The Machine Learning behind the Autonomous Database   ILOUG Feb 2020
The Machine Learning behind the Autonomous Database ILOUG Feb 2020 Sandesh Rao
 

Mehr von 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
 
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
 
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
 
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...
 
The Machine Learning behind the Autonomous Database ILOUG Feb 2020
The Machine Learning behind the Autonomous Database   ILOUG Feb 2020 The Machine Learning behind the Autonomous Database   ILOUG Feb 2020
The Machine Learning behind the Autonomous Database ILOUG Feb 2020
 

Kürzlich hochgeladen

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
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
 
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
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
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
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
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
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
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
 

Kürzlich hochgeladen (20)

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
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...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
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
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
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
 

AUSOUG - Applied Machine Learning for Database Autonomous Health