SlideShare ist ein Scribd-Unternehmen logo
1 von 52
Downloaden Sie, um offline zu lesen
World®
’16
Exploiting	Operational	Intelligence	
Within	Database	Management	Tools
Ron	Colmone,	Sr Consulting	Architect
Arun	Vijayaraghavan,	Sr Principal	Product	Manager
CA	Technologies
MAINFRAME	AND	WORKLOAD	AUTOMATION
MFX76E
2 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Abstract
Attend	this	session	to	get	a	close-up	look	at	currently	embedded	
operational	intelligence	in	database	management	utilities.	Discover	how	
to	exploit	these	available	capabilities	as	well	as	the	possibilities	for	you	
to	build	you	own!	You	will	learn	how	advanced	automation	requires	
unique	operational	intelligence	that	can	further	evaluate	which	
additional	tasks	can	be	automated	and	to	what	degree.	Additionally,	
learn	how	to	simplify	your	day	to	day	decision	making	to	minimize	the	
time	required	to	effectively	manage	and	run	an	efficient	database	
system.	The	effects	of	all	this?	How	about	helping	to	lower	DB2	
operating	costs	and	improve	user	productivity,	including	manual	effort	
and	specifically	“specialized	or	expert”	manual	requirements.
Ron	Colmone
Arun	Vijayaraghavan	
Sr.	Consulting	Architect
CA	Technologies
Sr.	Principal	Product	
Manager
CA	Technologies
3 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Agenda
USING	DATABASE	ANALYZER	FOR	AUTOMATING	OBJECT	MAINTENANCE
IDENTIFYING	SQL	TO	ANALYZE	FOR	IMPROVING	APPLICATION	PERFORMANCE
IMPROVING	QUERY	PERFORMANCE	WITH	PLAN	ANALYZER	
IDAA	ACCELERATION	WITH	RC/QUERY	AND	SYSVIEW FOR	DB2
FUTURE	OF	OPERATIONAL	INTELLIGENCE	IN	DB2
1
2
3
4
5
4 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
CA	Database	Management	Portfolio	Vision
Managing	Growth	and	Complexity	to	Address	Evolving	Data	Management	Needs	
Planned Available
IMS DB2
CA	Administration	Suite
CA	Performance	Suite
CA	Utilities	Suite
CA	Recovery	Suite
Experienced	
DBA
Web	App	
Server
Mobile	Developer
Big	Data	Analyst
REST	API
Next	Gen
DBA
CA	Analytics		for	
DB2
Next	Gen	DBA
External	
Apps
5 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Database	Analyzer	Provides	Operational	
Intelligence	for	DB2	Object	Maintenance
6 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Database	Analyzer	– Past	and	Present
STATISTICS	EVOLUTION	IN	DB2
QUICK	OVERVIEW	OF	DATABASE	ANALYZER	PROCESSING
TRADITIONAL	STATISTICS	COLLECTION	AND	ANALYSIS
OBJECT	MAINTENANCE	USING	DB2	REAL	TIME	STATISTICS	(RTS)
PRIORITIZED	OBJECT	MAINTENANCE
1
2
3
4
5
7 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Statistics	evolution	– let’s	step	back	and	remember
§ RUNSTATS	Since	Day-1	
– Collected	statistics	for	the	optimizer
– Collected	statistics	for	the	DBA	to	determine	when	REORG	needed
§ Extents	a	lot	easier	to	trigger	than	CLR,	LEAFDIST,	FAROFF,	NEAROFF	etc.
§ Some	issues	/	problems	with	this	approach
– DB2	catalog	got	updated	with	potentially	“bad”	statistics
– BIND’s	and	REBIND’s	should	be	postponed	until	statistics	fixed	by	
REORG	and	another	RUNSTATS
8 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Statistics	evolution	– let’s	step	back	and	remember
§ REPORT	YES	and	UPDATE	NONE	
– Great	improvement	to	verify	objects	health	condition
– No	need	to	worry	about	BIND,	REBIND,	dynamic	SQL	due	to	“bad”	
statistics	
– Had	to	change	applications	to	interpret	RUNSTATS	SYSOUT	as	opposed	
to	using	SQL	against	the	DB2	catalog	determining	REORG	etc.	
§ Objects	kept	growing	in	number	and	size
– RUNSTATS	expensive
– Sampling	introduced	late	in	the	game
– Inline	stats	can	be	used	when	loading/reorganizing	object	- Limited
9 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Statistics	evolution	– let’s	step	back	and	remember
§ RTS	introduced	in	DB2	V7	– from	DB2	9	mandatory
– New	challenges	introduced	(more	later)	
§ Many	ways	to	trigger	the	reorg	of	an	object	?
– Performance	metrics	– when	application	performance	start	to	degrade
– Fixed	schedule	– Weekly,	Monthly,	etc.	based	on	object	size	/	type
– Partitioned	objects	- Entire	Table	Space	or	a	Partition	at	a	time?
§ RTS	is	commonly	used	today	for	Object	Maintenance
§ Tools	like	Database	Analyzer	or	DB2’s	DSNACCOX	SP
10 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
RTS	Driven	REORGs	and	Space	Administration
§ Some	limitations	to	think	about	based	on	requirements	
– Is	the	object	(or	partition)	over- or	under	allocated		?
– Do	you	want	to	alter	QTY	based	on	current	conditions	/	metrics	?
– Can	you	save	an	INDEX-LEVEL	by	doing	a	reorg	
(one	RTS	column	might	help)
– Do	you	need	to	provide	accurate	space	trending/forecasting
– Do	you	have	requirements	to	generate	your	own	SQL	based	conditions	
to	drive	the	process
– Do	you	have	a	need	for	IF-ELSE	logic	driving	the	processes	or	
dynamically	decide	how	the	utility	should	be	generated
– Sliding	scale	algorithm	resolves	many	space	allocation	concerns
11 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Database	Analyzer	Process	Overview	
Database	Analyzer	
Extract	and	Action	Processing
DB2	Utility	JOBs
Database	Statistics	Extract
Actions	Conditions
12 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Database	Analyzer	– Traditional	(Old	Style)	Space/Reorg
§ Very	common	to	build	an	Extract	Procedure	on	one	or	more	
Databases		(could	process	entire	subsystem)
§ Action	Procedures	can	be	created	or	selected	from	list	of	best	
practice	DB2	maintenance	options	(Reorg,	RUNSTATS,	Image	
Copy,	etc.)
§ Problem	with	Traditional	Database	Analyzer	Automation	
– Too	many	objects	to	process,	only	subset	may	need	attention
– CPU	intensive	collecting	all	the	stats	needed	to	do	Reorg	or	Alter
– RTS	has	been	available	for	sometime	and	can	provide	necessary	stats
13 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Database	Analyzer	– Preferred	Method	is	RTOS
§ Real	Time	Object	Selection	(RTOS)	uses	DB2	RTS
– New	with	R19	- Object	Selection	Profile	(OSP)	linked	to	Extract	procedure	
to	filter	objects	to	be	processed	(Database	and	Table	space	masks)
– Can	generate	action	JCL	for	selected	Utility	processing	based	on	RTS	
conditions	(Best	practice	are	values	available)
– Or	can	generate	Database	Analyzer	Statistics	on	the	subset	of	objects	and	
continue	to	take	advantage	of	the	extensive	“traditional”	action	conditions
– New	with	R19	– Prioritized	Object	Maintenance	(POM)	profiles	can	be	
linked	to	Extract	Procedures	to	enable	the	Action	JCL	generated	to	be	
prioritized	based	on	Prioritized	Object	Conditions	(POC)
14 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Operation	Intelligence	with	Detector	SQL	
Collection
15 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Detector	– SQL	Collection	for	Accelerated	Performance
§ Analytics	Accelerator	Usage	Scenarios
– Rapidly	accelerate	business	critical	queries
§ Often	challenging	to	tune	queries	that	also	support	OLTP	workload
– Improve	access	to	historical	data
– New	business	intelligence	use	cases	
§ Use	CA	Detector	to	help	identify	long	running	queries
– Sort	Queries	by	High	IN-DB2	time	
– Identify	DB2	Tables	associated	with	these	long	running	queries	
§ If	running	Subsystem	Analyzer,	Option	T	in	Detector	will	show	tables	
associated	with	Query
16 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Plan	Analyzer	to	Determine	Potential	
Accelerated	Performance	Improvements
17 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Plan	Analyzer	- ACCEL	Profile	Support	- Profile	Services
§ Create	and	use	ACCEL	profiles	using	the	DB2	Profile	Services	
facility.		The	facility	uses	these	DB2	tables:
– SYSIBM.DSN_PROFILE_TABLE
– SYSIBM.DSN_PROFILE_HISTORY
– SYSIBM.DSN_PROFILE_ATTRIBUTES
– SYSIBM.DSN_PROFILE_ATTRIBUTES_HISTORY	
§ ACCEL	profile	costing	is	only	applied	when	DSNZPARM	
QUERY_ACCELERATION	is	one	of	these	options:	
– ENABLE
– ENABLE	WITH	FALLBACK
18 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Plan	Analyzer	:	IBM	DB2	Analytics	Accelerator	support	
Threshold	values	
details	to	be	used	
when	Accelerator	
access	is	considered
19.0 ---------- PPA DB2 Profile Services Create --------- 2016/04/05
03:32
COMMAND ===>
PROFILEID ===> 5000 FUNCTION ===> ACCEL ENABLED ===> Y
REMARKS ===> AIG DEMO >
----------------------------------------------------------------- RASST02
ACCELERATOR THRESHOLDS:
TABLE CARDINALITY ===> 2000000 N/A | -1 | 1 thru 2,147,483,647
RESULT SIZE ===> 1 N/A | -1 | 1 thru 2,147,483,647
TOTAL COST ===> +.0E+00 N/A | -1 | 0 thru +7.2E+75
19 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Plan	Analyzer	:	IBM	DB2	Analytics	Accelerator	support	
STARTPROF	on	
command	line	
will	activate	new	
DB2	Profile	
19.0 -------------- PPA DB2 Command Display ------------- 2016/04/05 03:36
COMMAND ===> SCROLL ===> PAGE
LINE 1 OF 24
DSNT741I !DB2G DSNT1SDV START PROFILE IS COMPLETED.
DSN9022I !DB2G DSNT1STR 'START PROFILE' NORMAL COMPLETION
Profile Services Status Report
Profile ID: 5000 Function: ACCEL Status TS: 2016-04-05-03.36.11.397468
Status : ACCEPTED BY DB2G
Attribute : ACCEL_RESULTSIZE_THRESHOLD
Value : 1
Status : ACCEPTED
Attribute : ACCEL_TABLE_THRESHOLD
Value : 2,000,000
Status : ACCEPTED
Attribute : ACCEL_TOTALCOST_THRESHOLD
Value : 0
Status : ACCEPTED
Profile ID: 8661 Function: ACCEL Status TS: 2016-04-05-03.36.11.397468
Status : REJECTED BY DB2G - DUPLICATED SCOPE SPECIFIED
ID	=	8661	was	already	active.
Toggle	command	on	Profile	
Services	panel	can	be	used	to	
enable/disable
20 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Plan	Analyzer	:	IBM	DB2	Analytics	Accelerator	support	
§ Possible	values	for	QUERY	ACCELERATION	are	obtained	from	
SYSACCELERATEDPACKAGES	and	assigned	to	the	special	register
– (ENABLEWITHFAILBACK)	Behaves	like	ENABLE,	but	if	an	error	occurs	on	the	first	OPEN	of	
the	accelerated	static	query	DB2	prevents	the	query	from	failing.	Instead,	DB2	performs	a	
temporary	statement-level	incremental	bind	of	the	query,	and	the	query	executes	in	DB2.	
– (ELIGIBLE)	Indicates	that	static	queries	are	bound	for	acceleration,	but	are	accelerated	only	
when	they	meet	all	acceleration	criteria	with	the	exception	of	cost	and	heuristics	criteria.	
Queries	that	do	not	meet	this	criteria	are	bound	for	execution	in	DB2.	
– (ALL)	Indicates	that	all	static	queries	are	bound	for	acceleration,	and	routed	to	the	DB2	
Accelerator.	If	DB2	determines	a	query		cannot	be	accelerated	and	the	query	references	a	
user	base	table	or	view,	the	bind	or	rebind	package	fails	with	an	error.
Support	for	new	BIND	/	REBIND	cards	for	packages
21 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
CA	Plan	Analyzer:	IBM	DB2	Analytics	Accelerator	support
§ EXPLAIN	with	QUERY	ACCELERATION
– Generate	the	access	path	information	for	packages	that	were	bound	
with	this	option,	without	issuing	a	REBIND.	
– FUTURE	explain	will	SET	the	special	register	CURRENT	QUERY	
ACCELERATION	before	the	dynamic	explain	to	reflect	the	value	bound	
in	the	catalog	for	the	package.
– If	DSNZPARM	ACCELMODEL=YES,	Future	Explain	overrides	the	value	
that	is	specified	in	the	QUERYACCELERATION	bind	option	to	NONE.	This	
action	allows	the	access	path	to	generate	successfully.
(next	slide	will	illustrate)
22 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
CA	Plan	Analyzer:	IBM	DB2	Analytics	Accelerator	support	
ACCESS	type	illustrates	the	
query	can	be	executed	on	
the	IBM	DB2	Analytics	
Accelerator
View	DSN_QUERYINFO_TABLE	when	using	Explain	Profile	– PLAN_TABLE	Option		===>	ALL
23 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Accelerate	and	Monitor	IDAA	Tables	
with	RC/Query,	Batch	Processor	and	
Sysview for	DB2
24 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
CA	Database	Administration	for	DB2	for	z/OS
§ CA	RC/Query &	Batch	Processor	(can	use	with	automation)
– No	need	to	navigate	between	multiple	solutions
– Manage	DB2	Analytics	Accelerator	within	your	CA	DB2	solutions
§ Display	/	Start	/	Stop	Accelerator	
§ Add	/	Remove	tables	to	DB2	Analytics	Accelerator	
§ Load	table		to	the	accelerator
§ Enable	/	Disable	table	acceleration	/	replication
§ Alter	Accelerated	table	Dist.	&	Org	Keys	
§ Archive	Accelerated	table
§ Force	Remove	Table	from	DB2	Analytics	Accelerator
§ Restore	the	archived	moved	partitions	data
New
with	R19
25 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Manage	DB2	Analytics	Accelerator	
Use	CA	RC/Query	for	IDAA	administration
Use	“?”	line	command	
to	see	available	
commands.		
IDAA	Table	level		
functions	are	available	
to	Define,	Alter,	
Remove,	Load,	etc.
26 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Manage	DB2	Analytics	Accelerator	
§ Load	DB2	Table	into	IDAA
– RC/Q	ALOAD	Command
– Can	load	range	of	partitions	
or	entire	Table
– Uses	IDAA	Loader	utility
– Most	commands	such	as	
ALOAD	are	available	using	
Batch	Processor	Scripts
Use	CA	RC/Query	for	IDAA	administration
27 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
SYSVIEW	for	DB2	– IDAA	Subsystem	Statistics
§ New	accelerator	related	fields	were	added	to	records:
– Database	statistics	(IFCIDs	2	and	1002)
– DB2	system	parameters	(IFCIDs	106	and	1006)
§ Updated	reports:
– SYSACCEL	/	SYSACDTL:	Accelerator	List/Detail
– HSACCLST	/	SYSCCDTL:	Accelerator	Server	List/Detail	(history)
– HSUACLST	/	HSUACDTL:	Accelerator	Server	List/Detail	Summary	(history)
– BTSTATR1:		Statistics	Data	Trace	(batch)
– BTSTASM2:	Summary	of	DB2	database	address	space	statistics	(batch)
– SYSSTATS/SYSTATA,	GRPSTATS/GRPSTATA:	System	Overview
28 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
DB2	Analytics	Accelerator
§ Subsystem	statistics:	
Accelerator	Details
– SYSACDTL:	
Accelerator	Details	
– HSACCDTL	/	
HSUACDTL:	
Accelerator	Server	
Details/Summary
CA	SYSVIEW®	Performance	Management	for	DB2
29 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Data	Driven	DB	Performance	Management
Mainframe	Operational	Intelligence
30 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
EXPERT	SYSTEMS	
&	MACHINE	LEARNING
§ Analysis	of	Historical,	Near	
Real-time	plus	Live	data	
§ Data	Mining,	Machine	Learning	
&	Autonomics
§ Self	Driving	Cars
DATA	MINING	&	DECISION	SUPPORT
§ Analysis	of	Historical	&	Near	Real-time	Data
§ Data	Mining,	Aggregations	&	Decision	
Support
§ Navigation	Tools	with	Traffic	Updates
BI	&	STATISTICAL	ANALYSIS
§ Analysis	of	Historical	Data
§ BI	Reporting,	Slicing/Dicing
§ Basic	Navigation	Tools
Evolution	of	Operational	Intelligence
Actionable	analytics	with	significant	advances	towards	zero	touch	operations
ANALYTICS	1.0
BUSINESS	INTELLIGENCE	
ANALYTICS	3.0
DATA-DRIVEN	APPLICATIONS
ANALYTICS	2.0
BIG	DATA
Technology	Trend
31 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
55%
of	apps	
depend	on	
mainframe
70%
world’s	corporate	
data	is	on	a	
mainframe
70%	of	
transactions	flow	
through	mainframe
64%
Increase	in	
mainframe	
workloads
ANOMALY	DETECTION
BUSINESS	SERVICE	MANAGEMENT
EXPERT	SYSTEMS
SECURITY	
BREACH	
DETECTION
Industry	Opportunity
Data	Analytics	and	the	Mainframe	Opportunity
32 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Mainframe	Operational	Intelligence
Leverage	technology	trend	to	solve	an	important	Mainframe	problem
ANOMALY	
DETECTION
REPORTING	
MODERNIZATION
BUSINESS	SERVICE	
PERSPECTIVES
EXPERT	
SYSTEMS
• React	to	
threshold	events
• Self	service	views
• Modern	U/X	
• Predict	anomalies
• Proactive	response
• Topology	discovery
• Business	service	
perspectives
• Predict	business	
service	disruption
• Root	cause	hypothesis
• Resolution guidance
• Automate	response
Data	AnalyticsBI/Statistical	Modeling
USERS
Generalist
MAINFRAME
OPERATIONS
Experts
Specialists
Automation
ENTERPRISE	
SUPPORT
MTTR	&	Firefighting
Optimized		Performance	&	Efficiency
AutomationData	Driven	Operations
33 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Intelligent	Mainframe	Operations	- Lifting	the	Burden
DATA-DRIVEN				
APPLICATIONS
ANALYTICAL	
TOOLS	&	SKILLS
IN-HOUSE	
DATA	SCIENCE
IN-HOUSE	
DOMAIN	EXPERTISE
+
+
YOUR	BURDEN Mainframe	Team	Center
Let	the	DATA	do	the	
WORK	for	you
Do	MORE	with	LESS!
Fueled	by:	
§ advanced	analytic	
algorithms
§ machine	learning
34 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Mainframe	Operational	Intelligence
Key	capabilities	being	developed	to	manage	the	lifecycle	of	your	data	assets
Analytics	
Processing Multi-Channel	Delivery
Multi-Channel	
Data	Capture
Distributed
DB2,	Oracle,	MySQL,	
Cassandra	...
Mainframe
VSAM,	DB2,	IMS	DB,	
IDMS,	DATACOM,	
SMF,	Syslogs,	Vtape,	
CICS
Its	your	data,	leverage	it	to	do	the	work	for	you!
Data	Lifecycle	Management
• Report	Distribution
• Anomaly	Alerts
• Ad-Hoc	Analysis	Tools
• API	based	data	access
• Automation	frameworks
Expert	Systems	
Autonomics
Transport	&	
Integration
Scalable	Data	
Storage
Data	Science	
and	Anomaly	
Detection
Business	
Intelligence
IT	Operations	
Intelligence
API	
Management
Master	Data	
Management
35 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Data	Driven	DB	Performance	Management
Problem,	Opportunity	and	Proposed	Solution
36 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
INCREASING	COMPLEXITY REACTIVE	TO	PROACTIVE EARLY	WARNING
Companies	are	developing	
complex	SQL applications	
on	DB2.	Performance	often	
degrades	over	time
without	anyone	noticing	
(the	creeping	trend).	
An	intelligent	system	that
can	recognize	and	prioritize	
significant	changes	in	SQL	
performance	before	it	starts	to
impact	resource	overheads	
and service	level	agreements
A	DBA	often	does	not	
recognize	degradation	until	
customers	complain or	
service	level	agreements	
have	been	missed.
The	Situation
Ever	increasing	application	volumes	and	complexity
37 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
§ How	do	you	determine	when	performance	started	to	degrade?
§ How	long	does	it	take	to	identify	the	problematic	SQL	statements?
§ Do	you	know	how	the	statements	executed	before	the	performance	
degraded?
§ Do	you	have	a	log	of	application	performance	problems	and	
resolutions?
– Can	you	compare	this	log	with	current	problems?
§ Many	customers	offload	CA	Detector	datastore	into	DB2	tables
– Query	heaviest	plans/packages	&	manually	compare	to	“baselines”
– No	efficient	method	to	re-evaluate	baselines	when	“the	world	changes”
– How	to	monitor	“standard	deviation”	and	“creeping	trend”	is	complex	and	
cumbersome
The	Challenge
How	do	you	resolve	performance	problems?
38 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Capture
CA	Detector	collects	SQL	
interval	performance	metrics	
for	analysis.
Creates	an historical	view	of	
application	performance,	which	
will	be	stored	in	the	cloud.
Baseline
Baselines	are	created	that	
contain	a	statistical	analysis	of	
application	SQL	performance	for	
a	chosen,	representative,	
period-in-time.
Baseline	repository	can	be	
updated	when	baselines	are	
determined	to	no	longer	be	
representative.	
Analyze
Analyzes	application	
performance	deviations	from	
normal	execution	behavior	(i.e.,	
deviations	from	baselines)	and	
logs	in	an	events	repository.
Notify
During	the	Analyze	step,	
notifications	of	performance	
deviations	can	be	sent	to	key	
personnel	via	email.
Review
In	addition	to	output	from	
Capture,	Baseline,	and	Analyze	
the	application	will	allow	you	to	
review	application	performance	
history	through	a	web	browser	
interface.	Deeper	analytics	and	
visualization	are	available	
through	the	browser	dashboard.
Mainframe
The	Solution
Mainframe	Team	Center	–
Operational	Intelligence
39 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
USE	CASE:
Sherman,	Debbie,	and	Fred	have	deep	experience	and	skills	in	their	respective	areas.		They	hate	
being	called	after	a	system	problem	has	occurred	and	being	asked	to	prove	that	their	area	was	
at	fault	or	innocent.			They	would	like	a	system	that	tells	them	when	their	area	is	behaving	
abnormally,	so	that	they	can	address	it	before	it	comes	to	the	attention	of	the	Systems	
Performance	Engineer.
• Operations,	Systems	Programmer,	
• Network	Engineer,	Application	DBA
PERSONA:
PROBLEM	
§ “Avoid,	detect	and	predict	issues	that	might	be	a	problem”
§ “Thresholds	are	hard	to	maintain	and	generate	large	amount	of	false	positives”
§ “Ability	to	see	multiple	views	of	data	”
§ “Ability	to	create	views	of	information	faster”
§ “The	current	U/X	prevents	easy	collaboration	and	access	to	analytics”
Anomaly	Detection	– Problem	Avoidance/Prediction
40 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Anomaly	Detection– Problem	Avoidance/Prediction
SOLUTION
§ Detect	anomalies	&	predict	issues	real-
time,	alert	based	on	predefined	rules
§ Leverage	historical	data	and	machine	
learning	for	dynamic	thresholds
§ Simplified	U/X	– browser	access	&	
designed	for	collaboration	
BOTTOM	LINE
§ High	Availability
§ Problem	avoidance
§ Reduced	MTTR
§ Reduce	SME	dependence	for	issue	
detection
41 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Anomaly	Detection	– Deep	Dive
§ Utilize	Historical	data	
§ Define	bands	of	Likely	and	
unlikely	values
§ Map	real	time	metric	streams	
against	system	defined	normal	
§ Multi-point	alerts	generated	
using	industry-standard	
Western-Electric	rules
§ Make	static	thresholds	
optional!
Let	data	do	the	work	for	you
Unlikely
Most	Likely
Metric
Time
Typical	
Volatility
Anomaly
Tasks	ready	to	be	dispatched
Less	Likely
42 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
USE CASE:
As someone owning IT operations and responsible for technology progress, my MF systems should exploit
platforms like Linux (X86 & Z) to offload data processing and non essential management capabilities. Lack of this
capability limits the ability to extend the strengths of the mainframe with next generation technology that is
supported on Linux.
• Business	Owner
• Technology	Owner
PERSONA:
PROBLEM
§ “Help	me	deploy	your	analytics	solution	in	hours	not	days”
§ “No	significant	increase	on	my	teams	workload,	we	are	not	linux experts”
§ “We	plan	to	expand	our	z	ecosystem	to	include	Linux	and	require	tools	to	leverage	our	strategy”
§ “Ensuring	technology	progress	without	losing	the	reliability/security	of	MF	is	high	value	goal”
§ ”Ensure	analytics	solution	do	not	increase	my	operations	costs	significantly”
Simplified	Deployment	– Minimize	Cost	and	Risk
43 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Simplified	Deployment	– Minimize	Cost	and	Risk
Web-based	UI
Rest	API
z/OS
Performance	
Management
Database
Management
Rest	APIs
Storage	
Management
Software	
Virtual	
Appliance
BENEFITS
§ Low	Cost	computing
§ Non-Invasive
§ Retains	Security
§ Setup	in	Minutes
ANALYTICS
STREAM
EXISTING	PRODUCTS
Browser
SOLUTION
§ Virtual	appliance
§ Containerized	Plug-n-play
§ Simple	Config GUI
Metric	
Baseline
Anomaly	
Detection
Correlations
Aggregation
Historical	
Data
44 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Business	Service	Perspectives	&	Topology	Views
SOLUTION
§ Monitor	service	level	metrics
§ Analyze	metrics	with	ability	to	drilldown	across	entire	
topology
§ Track	and	prioritize	events	affecting	services,	
consolidate	alerts
§ Correlate	metrics	via	machine	learning
§ Quick	root	cause	analysis	and	reduced	MTTR
BOTTOM	LINE
§ Reduced	MTTR
§ Reduce	SME	dependence	for	issue	
triage/investigation
§ Improved	end	user	experience
45 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Expert	Systems	– Intelligent	Mainframe
SME
•SOLUTION
§ Assisted	triage	that	helps	faster	RCA,	reduced	
MTTR	and	facilitates	better	decisions
§ Utilize	correlation	data	science	to	find	clusters	
of	alerts	and	relationships
§ Leverage	machine	learning	&	your	data	to	the	
system	triage	and	isolate	the	problem	
§ System	learns	from	experts,	helps	onboard	
junior	staff	faster
BENEFITS
§ Reduced	MTTR
§ Higher	productivity	of	junior	staff
§ Transfer	of	Tribal	knowledge	to	an	expert	system
§ Lower	costs	of	operations,	no	increase	in	risks
1
2
3
41 3
2
4
46 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
LEVERAGE	DATA
ITS	YOUR	ASSET
MOVE	FROM	REACTIVE	
TO	PROACTIVE
DETECT	ANOMALIES
AVOID	PROBLEMS
Wrap	Up	and	Key	Takeaway
Mainframe	Operational	Intelligence	&	DB2	Tools
Expert	users	with	
decades	of	
experience
Highly	
customizable,	
flexible	toolkits
Basic	software	
intelligence
Inexperienced	
users	new	to	
Mainframe
Tools	that	guide	
users	to	
decisions
Predictive	
software	
intelligence
We	Invite	you	to	participate	in	Design@CA	and	Tech	Preview!
@CAWORLD					#CAWORLD ©	2016	CA.	All	RIGHTS	RESERVED.47 @CAWORLD					#CAWORLD
Mainframe	and	Workload	Automation
For	more	information	on	Mainframe	and	Workload	Automation,		
please	visit:	http://cainc.to/9GQ2JI
48 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Recommended	Sessions
SESSION	# TITLE DATE/TIME
MFX79E
Protecting	and	Tapping	Into	your	Data	Goldmine:	
leveraging	what	resides	in	your	mainframe	
11/15/2016	at	9:00	am
MFX80E
Intelligent	Mainframe	Management	- Data	Driven
Database Performance	Management	
11/15/2016	at	10:00	am
MFX81E
How	to	Get	the	Most	out	of	Your	DB2,	DB2	Management,	
and	Analytics	Investment
11/15/2016	at	11:00	am
MFX88S Strategy	and	Vision	for	CA	DB2	Database	Management	 11/17/2016	at	12:45	pm
MFX90S Driving	Down	Costs	for	DB2	Management	 11/17/2016	at	1:45	pm
MFX91S Birds	of	a	Feather/Stump	the	Techie	for	CA	DB2	Tools!	 11/17/2016	at	3:00	pm
49 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Must	See	Demos
Demo	Name
Services	Y
Theater	#	location
Demo	Name
Solution	Y
Theater	#	location
Demo	Name
Product	X
Theater	#	location
Demo	Name
Product	X
Theater	#	location
50 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Questions?
51 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Thank	you.
Stay	connected	at	communities.ca.com
52 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
©	2016	CA.	All	rights	reserved.	All	trademarks	referenced	herein	belong	to	their	respective	companies.
The	content	provided	in	this CA	World	2016	presentation	is	intended	for	informational	purposes	only	and	does	not	form	any	type	of	
warranty. The information	provided	by	a	CA	partner	and/or	CA	customer	has	not	been	reviewed	for	accuracy	by	CA.	
For	Informational	Purposes	Only	
Terms	of	this	Presentation

Weitere ähnliche Inhalte

Was ist angesagt?

Pre-Con Ed: Optimizing System & Network Performance Part I: What's New in CA ...
Pre-Con Ed: Optimizing System & Network Performance Part I: What's New in CA ...Pre-Con Ed: Optimizing System & Network Performance Part I: What's New in CA ...
Pre-Con Ed: Optimizing System & Network Performance Part I: What's New in CA ...CA Technologies
 
Tracking Message Flows in DataPower With CA APM
Tracking Message Flows in DataPower With CA APMTracking Message Flows in DataPower With CA APM
Tracking Message Flows in DataPower With CA APMCA Technologies
 
Explore the State of Open Source Performance Testing in Continuous Delivery P...
Explore the State of Open Source Performance Testing in Continuous Delivery P...Explore the State of Open Source Performance Testing in Continuous Delivery P...
Explore the State of Open Source Performance Testing in Continuous Delivery P...CA Technologies
 
Pre-Con Ed: CA Testing Tools Educational Session (Part 1 of 3): Learn, Engage...
Pre-Con Ed: CA Testing Tools Educational Session (Part 1 of 3): Learn, Engage...Pre-Con Ed: CA Testing Tools Educational Session (Part 1 of 3): Learn, Engage...
Pre-Con Ed: CA Testing Tools Educational Session (Part 1 of 3): Learn, Engage...CA Technologies
 
Modernizing the CA Datacom Data – SQL Access Part II
Modernizing the CA Datacom Data – SQL Access Part IIModernizing the CA Datacom Data – SQL Access Part II
Modernizing the CA Datacom Data – SQL Access Part IICA Technologies
 
Case Study: Jack Henry & Associates Automates Application Deployments Through...
Case Study: Jack Henry & Associates Automates Application Deployments Through...Case Study: Jack Henry & Associates Automates Application Deployments Through...
Case Study: Jack Henry & Associates Automates Application Deployments Through...CA Technologies
 
Pre-Con Ed: New CA SYSVIEW Features to Quickly & Easily Create Reports
Pre-Con Ed: New CA SYSVIEW Features to Quickly & Easily Create ReportsPre-Con Ed: New CA SYSVIEW Features to Quickly & Easily Create Reports
Pre-Con Ed: New CA SYSVIEW Features to Quickly & Easily Create ReportsCA Technologies
 
Pre-Con Ed: Migrating to COBOL 5 and Beyond
Pre-Con Ed: Migrating to COBOL 5 and BeyondPre-Con Ed: Migrating to COBOL 5 and Beyond
Pre-Con Ed: Migrating to COBOL 5 and BeyondCA Technologies
 
Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...
Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...
Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...CA Technologies
 
Pre-Con Ed: Learn, Engage and Grow with CA Endevor: What's New, What's Ahead
Pre-Con Ed: Learn, Engage and Grow with CA Endevor: What's New, What's AheadPre-Con Ed: Learn, Engage and Grow with CA Endevor: What's New, What's Ahead
Pre-Con Ed: Learn, Engage and Grow with CA Endevor: What's New, What's AheadCA Technologies
 
Driving Down Costs for DB2 Management
Driving Down Costs for DB2 ManagementDriving Down Costs for DB2 Management
Driving Down Costs for DB2 ManagementCA Technologies
 
Pre-Con Ed: Improving Your Response to Events – Performance First Responders
Pre-Con Ed: Improving Your Response to Events – Performance First RespondersPre-Con Ed: Improving Your Response to Events – Performance First Responders
Pre-Con Ed: Improving Your Response to Events – Performance First RespondersCA Technologies
 
Tech Talk: Running Successful Betas in a DevOps World
Tech Talk: Running Successful Betas in a DevOps WorldTech Talk: Running Successful Betas in a DevOps World
Tech Talk: Running Successful Betas in a DevOps WorldCA Technologies
 
Pre-Con Ed: Real-Time Data Audit and Security: Find, Classify and Protect Sen...
Pre-Con Ed: Real-Time Data Audit and Security: Find, Classify and Protect Sen...Pre-Con Ed: Real-Time Data Audit and Security: Find, Classify and Protect Sen...
Pre-Con Ed: Real-Time Data Audit and Security: Find, Classify and Protect Sen...CA Technologies
 
Pre-Con Ed: What's New in Service Virtualization V10.0?
Pre-Con Ed: What's New in Service Virtualization V10.0?Pre-Con Ed: What's New in Service Virtualization V10.0?
Pre-Con Ed: What's New in Service Virtualization V10.0?CA Technologies
 
Pre-Con Ed: So You Implemented a Service Bus? How Ya' Gonna Test That Monster?
Pre-Con Ed: So You Implemented a Service Bus? How Ya' Gonna Test That Monster?Pre-Con Ed: So You Implemented a Service Bus? How Ya' Gonna Test That Monster?
Pre-Con Ed: So You Implemented a Service Bus? How Ya' Gonna Test That Monster?CA Technologies
 
Pre-Con Ed: Monitor Your Cloud Infrastructure With CA Unified Infrastructure ...
Pre-Con Ed: Monitor Your Cloud Infrastructure With CA Unified Infrastructure ...Pre-Con Ed: Monitor Your Cloud Infrastructure With CA Unified Infrastructure ...
Pre-Con Ed: Monitor Your Cloud Infrastructure With CA Unified Infrastructure ...CA Technologies
 
What's New in CA Agile Requirements Designer?
What's New in CA Agile Requirements Designer?What's New in CA Agile Requirements Designer?
What's New in CA Agile Requirements Designer?CA Technologies
 
Pre-Con Ed: CA Testing Tools Educational Session (Part 3 of 3): CA Mainframe ...
Pre-Con Ed: CA Testing Tools Educational Session (Part 3 of 3): CA Mainframe ...Pre-Con Ed: CA Testing Tools Educational Session (Part 3 of 3): CA Mainframe ...
Pre-Con Ed: CA Testing Tools Educational Session (Part 3 of 3): CA Mainframe ...CA Technologies
 

Was ist angesagt? (20)

Pre-Con Ed: Optimizing System & Network Performance Part I: What's New in CA ...
Pre-Con Ed: Optimizing System & Network Performance Part I: What's New in CA ...Pre-Con Ed: Optimizing System & Network Performance Part I: What's New in CA ...
Pre-Con Ed: Optimizing System & Network Performance Part I: What's New in CA ...
 
Tracking Message Flows in DataPower With CA APM
Tracking Message Flows in DataPower With CA APMTracking Message Flows in DataPower With CA APM
Tracking Message Flows in DataPower With CA APM
 
Explore the State of Open Source Performance Testing in Continuous Delivery P...
Explore the State of Open Source Performance Testing in Continuous Delivery P...Explore the State of Open Source Performance Testing in Continuous Delivery P...
Explore the State of Open Source Performance Testing in Continuous Delivery P...
 
Pre-Con Ed: CA Testing Tools Educational Session (Part 1 of 3): Learn, Engage...
Pre-Con Ed: CA Testing Tools Educational Session (Part 1 of 3): Learn, Engage...Pre-Con Ed: CA Testing Tools Educational Session (Part 1 of 3): Learn, Engage...
Pre-Con Ed: CA Testing Tools Educational Session (Part 1 of 3): Learn, Engage...
 
Modernizing the CA Datacom Data – SQL Access Part II
Modernizing the CA Datacom Data – SQL Access Part IIModernizing the CA Datacom Data – SQL Access Part II
Modernizing the CA Datacom Data – SQL Access Part II
 
Case Study: Jack Henry & Associates Automates Application Deployments Through...
Case Study: Jack Henry & Associates Automates Application Deployments Through...Case Study: Jack Henry & Associates Automates Application Deployments Through...
Case Study: Jack Henry & Associates Automates Application Deployments Through...
 
Pre-Con Ed: New CA SYSVIEW Features to Quickly & Easily Create Reports
Pre-Con Ed: New CA SYSVIEW Features to Quickly & Easily Create ReportsPre-Con Ed: New CA SYSVIEW Features to Quickly & Easily Create Reports
Pre-Con Ed: New CA SYSVIEW Features to Quickly & Easily Create Reports
 
Pre-Con Ed: Migrating to COBOL 5 and Beyond
Pre-Con Ed: Migrating to COBOL 5 and BeyondPre-Con Ed: Migrating to COBOL 5 and Beyond
Pre-Con Ed: Migrating to COBOL 5 and Beyond
 
Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...
Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...
Agile Operations Keynote: Redefine the Role of IT Operations With Digital Tra...
 
Pre-Con Ed: Learn, Engage and Grow with CA Endevor: What's New, What's Ahead
Pre-Con Ed: Learn, Engage and Grow with CA Endevor: What's New, What's AheadPre-Con Ed: Learn, Engage and Grow with CA Endevor: What's New, What's Ahead
Pre-Con Ed: Learn, Engage and Grow with CA Endevor: What's New, What's Ahead
 
Driving Down Costs for DB2 Management
Driving Down Costs for DB2 ManagementDriving Down Costs for DB2 Management
Driving Down Costs for DB2 Management
 
Pre-Con Ed: Improving Your Response to Events – Performance First Responders
Pre-Con Ed: Improving Your Response to Events – Performance First RespondersPre-Con Ed: Improving Your Response to Events – Performance First Responders
Pre-Con Ed: Improving Your Response to Events – Performance First Responders
 
Tech Talk: Running Successful Betas in a DevOps World
Tech Talk: Running Successful Betas in a DevOps WorldTech Talk: Running Successful Betas in a DevOps World
Tech Talk: Running Successful Betas in a DevOps World
 
Pre-Con Ed: Real-Time Data Audit and Security: Find, Classify and Protect Sen...
Pre-Con Ed: Real-Time Data Audit and Security: Find, Classify and Protect Sen...Pre-Con Ed: Real-Time Data Audit and Security: Find, Classify and Protect Sen...
Pre-Con Ed: Real-Time Data Audit and Security: Find, Classify and Protect Sen...
 
Pre-Con Ed: What's New in Service Virtualization V10.0?
Pre-Con Ed: What's New in Service Virtualization V10.0?Pre-Con Ed: What's New in Service Virtualization V10.0?
Pre-Con Ed: What's New in Service Virtualization V10.0?
 
Pre-Con Ed: So You Implemented a Service Bus? How Ya' Gonna Test That Monster?
Pre-Con Ed: So You Implemented a Service Bus? How Ya' Gonna Test That Monster?Pre-Con Ed: So You Implemented a Service Bus? How Ya' Gonna Test That Monster?
Pre-Con Ed: So You Implemented a Service Bus? How Ya' Gonna Test That Monster?
 
Pre-Con Ed: Monitor Your Cloud Infrastructure With CA Unified Infrastructure ...
Pre-Con Ed: Monitor Your Cloud Infrastructure With CA Unified Infrastructure ...Pre-Con Ed: Monitor Your Cloud Infrastructure With CA Unified Infrastructure ...
Pre-Con Ed: Monitor Your Cloud Infrastructure With CA Unified Infrastructure ...
 
What's New in CA Agile Requirements Designer?
What's New in CA Agile Requirements Designer?What's New in CA Agile Requirements Designer?
What's New in CA Agile Requirements Designer?
 
Pre-Con Ed: CA Testing Tools Educational Session (Part 3 of 3): CA Mainframe ...
Pre-Con Ed: CA Testing Tools Educational Session (Part 3 of 3): CA Mainframe ...Pre-Con Ed: CA Testing Tools Educational Session (Part 3 of 3): CA Mainframe ...
Pre-Con Ed: CA Testing Tools Educational Session (Part 3 of 3): CA Mainframe ...
 
CA IDMS Buffer Tuning
CA IDMS Buffer TuningCA IDMS Buffer Tuning
CA IDMS Buffer Tuning
 

Andere mochten auch

Analytics Trends 20145 - Deloitte - us-da-analytics-analytics-trends-2015
Analytics Trends 20145 -  Deloitte - us-da-analytics-analytics-trends-2015Analytics Trends 20145 -  Deloitte - us-da-analytics-analytics-trends-2015
Analytics Trends 20145 - Deloitte - us-da-analytics-analytics-trends-2015Edgar Alejandro Villegas
 
Operational Security Intelligence Breakout Session
Operational Security Intelligence Breakout SessionOperational Security Intelligence Breakout Session
Operational Security Intelligence Breakout SessionSplunk
 
Cisco UCS and Splunk Workshop
Cisco UCS and Splunk WorkshopCisco UCS and Splunk Workshop
Cisco UCS and Splunk WorkshopRobb Boyd
 
Five Cutting Edge Uses for Analytics in the Enterprise
Five Cutting Edge Uses for Analytics in the EnterpriseFive Cutting Edge Uses for Analytics in the Enterprise
Five Cutting Edge Uses for Analytics in the EnterpriseInfoTrust LLC
 
RightScale News November 2013: Launch of Cloud Analytics
RightScale News November 2013: Launch of Cloud AnalyticsRightScale News November 2013: Launch of Cloud Analytics
RightScale News November 2013: Launch of Cloud AnalyticsRightScale
 
Splunk and Cisco UCS Breakout Session
Splunk and Cisco UCS Breakout SessionSplunk and Cisco UCS Breakout Session
Splunk and Cisco UCS Breakout SessionSplunk
 
Big data new era of network security analytic dwika
Big data new era of network security analytic dwikaBig data new era of network security analytic dwika
Big data new era of network security analytic dwikaDwika Sudrajat
 
LogRhythm Appliance Data Sheet
LogRhythm Appliance Data SheetLogRhythm Appliance Data Sheet
LogRhythm Appliance Data Sheetjordagro
 
Evolución de la SIEM moderna
Evolución de la SIEM modernaEvolución de la SIEM moderna
Evolución de la SIEM modernaTEUNO
 
SplunkLive! Customer Presentation - Cisco Systems, Inc.
SplunkLive! Customer Presentation - Cisco Systems, Inc.SplunkLive! Customer Presentation - Cisco Systems, Inc.
SplunkLive! Customer Presentation - Cisco Systems, Inc.Splunk
 
Gartner_Critical Capabilities for SIEM 9.21.15
Gartner_Critical Capabilities for SIEM 9.21.15Gartner_Critical Capabilities for SIEM 9.21.15
Gartner_Critical Capabilities for SIEM 9.21.15Jay Steidle
 
What's New in Predictive Analytics IBM SPSS - Apr 2016
What's New in Predictive Analytics IBM SPSS - Apr 2016What's New in Predictive Analytics IBM SPSS - Apr 2016
What's New in Predictive Analytics IBM SPSS - Apr 2016Edgar Alejandro Villegas
 
IBM Security Intelligence
IBM Security IntelligenceIBM Security Intelligence
IBM Security IntelligenceAnna Landolfi
 
Building Operational Intelligence in Telecom with IBM ODM @Claro
Building Operational Intelligence in Telecom with IBM ODM @ClaroBuilding Operational Intelligence in Telecom with IBM ODM @Claro
Building Operational Intelligence in Telecom with IBM ODM @ClaroIcaro Tech
 
Big Data & Future - Big Data, Analytics, Cloud, SDN, Internet of things
Big Data & Future - Big Data, Analytics, Cloud, SDN, Internet of thingsBig Data & Future - Big Data, Analytics, Cloud, SDN, Internet of things
Big Data & Future - Big Data, Analytics, Cloud, SDN, Internet of thingsRamakant Gawande
 
EMA Presentation: Driving Business Value with Continuous Operational Intellig...
EMA Presentation: Driving Business Value with Continuous Operational Intellig...EMA Presentation: Driving Business Value with Continuous Operational Intellig...
EMA Presentation: Driving Business Value with Continuous Operational Intellig...ExtraHop Networks
 
Big data slideshare.
Big data slideshare.Big data slideshare.
Big data slideshare.salesEQUITY
 
Cisco and Splunk: Under the Hood of Cisco IT Breakout Session
Cisco and Splunk: Under the Hood of Cisco IT Breakout SessionCisco and Splunk: Under the Hood of Cisco IT Breakout Session
Cisco and Splunk: Under the Hood of Cisco IT Breakout SessionSplunk
 
Performance Monitoring for Docker Environments - Docker Amsterdam June Meetup
Performance Monitoring for Docker Environments - Docker Amsterdam June MeetupPerformance Monitoring for Docker Environments - Docker Amsterdam June Meetup
Performance Monitoring for Docker Environments - Docker Amsterdam June MeetupStijn Polfliet
 

Andere mochten auch (20)

Analytics Trends 20145 - Deloitte - us-da-analytics-analytics-trends-2015
Analytics Trends 20145 -  Deloitte - us-da-analytics-analytics-trends-2015Analytics Trends 20145 -  Deloitte - us-da-analytics-analytics-trends-2015
Analytics Trends 20145 - Deloitte - us-da-analytics-analytics-trends-2015
 
Operational Security Intelligence Breakout Session
Operational Security Intelligence Breakout SessionOperational Security Intelligence Breakout Session
Operational Security Intelligence Breakout Session
 
Cisco UCS and Splunk Workshop
Cisco UCS and Splunk WorkshopCisco UCS and Splunk Workshop
Cisco UCS and Splunk Workshop
 
Five Cutting Edge Uses for Analytics in the Enterprise
Five Cutting Edge Uses for Analytics in the EnterpriseFive Cutting Edge Uses for Analytics in the Enterprise
Five Cutting Edge Uses for Analytics in the Enterprise
 
RightScale News November 2013: Launch of Cloud Analytics
RightScale News November 2013: Launch of Cloud AnalyticsRightScale News November 2013: Launch of Cloud Analytics
RightScale News November 2013: Launch of Cloud Analytics
 
Splunk and Cisco UCS Breakout Session
Splunk and Cisco UCS Breakout SessionSplunk and Cisco UCS Breakout Session
Splunk and Cisco UCS Breakout Session
 
Big data new era of network security analytic dwika
Big data new era of network security analytic dwikaBig data new era of network security analytic dwika
Big data new era of network security analytic dwika
 
LogRhythm Appliance Data Sheet
LogRhythm Appliance Data SheetLogRhythm Appliance Data Sheet
LogRhythm Appliance Data Sheet
 
Evolución de la SIEM moderna
Evolución de la SIEM modernaEvolución de la SIEM moderna
Evolución de la SIEM moderna
 
SplunkLive! Customer Presentation - Cisco Systems, Inc.
SplunkLive! Customer Presentation - Cisco Systems, Inc.SplunkLive! Customer Presentation - Cisco Systems, Inc.
SplunkLive! Customer Presentation - Cisco Systems, Inc.
 
Gartner_Critical Capabilities for SIEM 9.21.15
Gartner_Critical Capabilities for SIEM 9.21.15Gartner_Critical Capabilities for SIEM 9.21.15
Gartner_Critical Capabilities for SIEM 9.21.15
 
What's New in Predictive Analytics IBM SPSS - Apr 2016
What's New in Predictive Analytics IBM SPSS - Apr 2016What's New in Predictive Analytics IBM SPSS - Apr 2016
What's New in Predictive Analytics IBM SPSS - Apr 2016
 
IBM Security Intelligence
IBM Security IntelligenceIBM Security Intelligence
IBM Security Intelligence
 
Building Operational Intelligence in Telecom with IBM ODM @Claro
Building Operational Intelligence in Telecom with IBM ODM @ClaroBuilding Operational Intelligence in Telecom with IBM ODM @Claro
Building Operational Intelligence in Telecom with IBM ODM @Claro
 
Operational-Analytics
Operational-AnalyticsOperational-Analytics
Operational-Analytics
 
Big Data & Future - Big Data, Analytics, Cloud, SDN, Internet of things
Big Data & Future - Big Data, Analytics, Cloud, SDN, Internet of thingsBig Data & Future - Big Data, Analytics, Cloud, SDN, Internet of things
Big Data & Future - Big Data, Analytics, Cloud, SDN, Internet of things
 
EMA Presentation: Driving Business Value with Continuous Operational Intellig...
EMA Presentation: Driving Business Value with Continuous Operational Intellig...EMA Presentation: Driving Business Value with Continuous Operational Intellig...
EMA Presentation: Driving Business Value with Continuous Operational Intellig...
 
Big data slideshare.
Big data slideshare.Big data slideshare.
Big data slideshare.
 
Cisco and Splunk: Under the Hood of Cisco IT Breakout Session
Cisco and Splunk: Under the Hood of Cisco IT Breakout SessionCisco and Splunk: Under the Hood of Cisco IT Breakout Session
Cisco and Splunk: Under the Hood of Cisco IT Breakout Session
 
Performance Monitoring for Docker Environments - Docker Amsterdam June Meetup
Performance Monitoring for Docker Environments - Docker Amsterdam June MeetupPerformance Monitoring for Docker Environments - Docker Amsterdam June Meetup
Performance Monitoring for Docker Environments - Docker Amsterdam June Meetup
 

Ähnlich wie Pre-Con Ed: Exploiting Operational Intelligence within Database Management tools

Oracle Management Cloud newpres-v1.1
Oracle Management Cloud   newpres-v1.1Oracle Management Cloud   newpres-v1.1
Oracle Management Cloud newpres-v1.1Lee Bonfield
 
Performance Optimization | Helping DBAs Extend the IT Infrastructure
Performance Optimization | Helping DBAs Extend the IT InfrastructurePerformance Optimization | Helping DBAs Extend the IT Infrastructure
Performance Optimization | Helping DBAs Extend the IT InfrastructureEmbarcadero Technologies
 
The Essentials Of Project Management
The Essentials Of Project ManagementThe Essentials Of Project Management
The Essentials Of Project ManagementLaura Arrigo
 
miniprojectreport
miniprojectreportminiprojectreport
miniprojectreportsilpa mohan
 
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
 
Ten Ways For DBA's To Save Time
Ten Ways For DBA's To Save TimeTen Ways For DBA's To Save Time
Ten Ways For DBA's To Save TimeMichael Findling
 
How to Migrate Applications Off a Mainframe
How to Migrate Applications Off a MainframeHow to Migrate Applications Off a Mainframe
How to Migrate Applications Off a MainframeVMware Tanzu
 
Microsoft .NET Portfolio
Microsoft .NET PortfolioMicrosoft .NET Portfolio
Microsoft .NET PortfolioEnterra
 
The Key to Effective Analytics: Fast-Returning Queries
The Key to Effective Analytics: Fast-Returning QueriesThe Key to Effective Analytics: Fast-Returning Queries
The Key to Effective Analytics: Fast-Returning QueriesEric Kavanagh
 
Hands-On Lab: Get the Most Out of Your Network Performance Metrics With Innov...
Hands-On Lab: Get the Most Out of Your Network Performance Metrics With Innov...Hands-On Lab: Get the Most Out of Your Network Performance Metrics With Innov...
Hands-On Lab: Get the Most Out of Your Network Performance Metrics With Innov...CA Technologies
 
Optimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero TechnologiesOptimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero TechnologiesEmbarcadero Technologies
 
Optimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero TechnologiesOptimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero TechnologiesMichael Findling
 
The Strategic Role of the Enterprise Application Framework
The Strategic Role of the Enterprise Application FrameworkThe Strategic Role of the Enterprise Application Framework
The Strategic Role of the Enterprise Application FrameworkJean-Marc Desvaux
 
The Evolution of Application Release Automation
The Evolution of Application Release AutomationThe Evolution of Application Release Automation
The Evolution of Application Release AutomationJules Pierre-Louis
 

Ähnlich wie Pre-Con Ed: Exploiting Operational Intelligence within Database Management tools (20)

Symphony Driver Essay
Symphony Driver EssaySymphony Driver Essay
Symphony Driver Essay
 
Oracle Management Cloud newpres-v1.1
Oracle Management Cloud   newpres-v1.1Oracle Management Cloud   newpres-v1.1
Oracle Management Cloud newpres-v1.1
 
Performance Optimization | Helping DBAs Extend the IT Infrastructure
Performance Optimization | Helping DBAs Extend the IT InfrastructurePerformance Optimization | Helping DBAs Extend the IT Infrastructure
Performance Optimization | Helping DBAs Extend the IT Infrastructure
 
The Essentials Of Project Management
The Essentials Of Project ManagementThe Essentials Of Project Management
The Essentials Of Project Management
 
miniprojectreport
miniprojectreportminiprojectreport
miniprojectreport
 
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
 
Ten Ways For DBA's To Save Time
Ten Ways For DBA's To Save TimeTen Ways For DBA's To Save Time
Ten Ways For DBA's To Save Time
 
Ten Ways For DBA's To Save Time
Ten Ways For DBA's To Save TimeTen Ways For DBA's To Save Time
Ten Ways For DBA's To Save Time
 
Agile Project Management
Agile Project ManagementAgile Project Management
Agile Project Management
 
How to Migrate Applications Off a Mainframe
How to Migrate Applications Off a MainframeHow to Migrate Applications Off a Mainframe
How to Migrate Applications Off a Mainframe
 
Microsoft .NET Portfolio
Microsoft .NET PortfolioMicrosoft .NET Portfolio
Microsoft .NET Portfolio
 
The Key to Effective Analytics: Fast-Returning Queries
The Key to Effective Analytics: Fast-Returning QueriesThe Key to Effective Analytics: Fast-Returning Queries
The Key to Effective Analytics: Fast-Returning Queries
 
Hands-On Lab: Get the Most Out of Your Network Performance Metrics With Innov...
Hands-On Lab: Get the Most Out of Your Network Performance Metrics With Innov...Hands-On Lab: Get the Most Out of Your Network Performance Metrics With Innov...
Hands-On Lab: Get the Most Out of Your Network Performance Metrics With Innov...
 
Optimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero TechnologiesOptimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero Technologies
 
Optimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero TechnologiesOptimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero Technologies
 
The Strategic Role of the Enterprise Application Framework
The Strategic Role of the Enterprise Application FrameworkThe Strategic Role of the Enterprise Application Framework
The Strategic Role of the Enterprise Application Framework
 
Patrick_Rebrook_Resume
Patrick_Rebrook_ResumePatrick_Rebrook_Resume
Patrick_Rebrook_Resume
 
The Evolution of Application Release Automation
The Evolution of Application Release AutomationThe Evolution of Application Release Automation
The Evolution of Application Release Automation
 
Ghulam_DBA_CV
Ghulam_DBA_CVGhulam_DBA_CV
Ghulam_DBA_CV
 

Mehr von CA Technologies

CA Mainframe Resource Intelligence
CA Mainframe Resource IntelligenceCA Mainframe Resource Intelligence
CA Mainframe Resource IntelligenceCA Technologies
 
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform ExcellenceMainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform ExcellenceCA Technologies
 
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...CA Technologies
 
Case Study: How The Home Depot Built Quality Into Software Development
Case Study: How The Home Depot Built Quality Into Software DevelopmentCase Study: How The Home Depot Built Quality Into Software Development
Case Study: How The Home Depot Built Quality Into Software DevelopmentCA Technologies
 
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...CA Technologies
 
Case Study: Privileged Access in a World on Time
Case Study: Privileged Access in a World on TimeCase Study: Privileged Access in a World on Time
Case Study: Privileged Access in a World on TimeCA Technologies
 
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...CA Technologies
 
Case Study: Putting Citizens at The Center of Digital Government
Case Study: Putting Citizens at The Center of Digital GovernmentCase Study: Putting Citizens at The Center of Digital Government
Case Study: Putting Citizens at The Center of Digital GovernmentCA Technologies
 
Making Security Work—Implementing a Transformational Security Program
Making Security Work—Implementing a Transformational Security ProgramMaking Security Work—Implementing a Transformational Security Program
Making Security Work—Implementing a Transformational Security ProgramCA Technologies
 
Keynote: Making Security a Competitive Advantage
Keynote: Making Security a Competitive AdvantageKeynote: Making Security a Competitive Advantage
Keynote: Making Security a Competitive AdvantageCA Technologies
 
Emerging Managed Services Opportunities in Identity and Access Management
Emerging Managed Services Opportunities in Identity and Access ManagementEmerging Managed Services Opportunities in Identity and Access Management
Emerging Managed Services Opportunities in Identity and Access ManagementCA Technologies
 
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...CA Technologies
 
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...CA Technologies
 
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...CA Technologies
 
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...CA Technologies
 
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...CA Technologies
 
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...CA Technologies
 
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...CA Technologies
 
Blockchain: Strategies for Moving From Hype to Realities of Deployment
Blockchain: Strategies for Moving From Hype to Realities of DeploymentBlockchain: Strategies for Moving From Hype to Realities of Deployment
Blockchain: Strategies for Moving From Hype to Realities of DeploymentCA Technologies
 
Establish Digital Trust as the Currency of Digital Enterprise
Establish Digital Trust as the Currency of Digital EnterpriseEstablish Digital Trust as the Currency of Digital Enterprise
Establish Digital Trust as the Currency of Digital EnterpriseCA Technologies
 

Mehr von CA Technologies (20)

CA Mainframe Resource Intelligence
CA Mainframe Resource IntelligenceCA Mainframe Resource Intelligence
CA Mainframe Resource Intelligence
 
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform ExcellenceMainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
 
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
 
Case Study: How The Home Depot Built Quality Into Software Development
Case Study: How The Home Depot Built Quality Into Software DevelopmentCase Study: How The Home Depot Built Quality Into Software Development
Case Study: How The Home Depot Built Quality Into Software Development
 
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
 
Case Study: Privileged Access in a World on Time
Case Study: Privileged Access in a World on TimeCase Study: Privileged Access in a World on Time
Case Study: Privileged Access in a World on Time
 
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
 
Case Study: Putting Citizens at The Center of Digital Government
Case Study: Putting Citizens at The Center of Digital GovernmentCase Study: Putting Citizens at The Center of Digital Government
Case Study: Putting Citizens at The Center of Digital Government
 
Making Security Work—Implementing a Transformational Security Program
Making Security Work—Implementing a Transformational Security ProgramMaking Security Work—Implementing a Transformational Security Program
Making Security Work—Implementing a Transformational Security Program
 
Keynote: Making Security a Competitive Advantage
Keynote: Making Security a Competitive AdvantageKeynote: Making Security a Competitive Advantage
Keynote: Making Security a Competitive Advantage
 
Emerging Managed Services Opportunities in Identity and Access Management
Emerging Managed Services Opportunities in Identity and Access ManagementEmerging Managed Services Opportunities in Identity and Access Management
Emerging Managed Services Opportunities in Identity and Access Management
 
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
 
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
 
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
 
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...
 
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...
 
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
 
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
 
Blockchain: Strategies for Moving From Hype to Realities of Deployment
Blockchain: Strategies for Moving From Hype to Realities of DeploymentBlockchain: Strategies for Moving From Hype to Realities of Deployment
Blockchain: Strategies for Moving From Hype to Realities of Deployment
 
Establish Digital Trust as the Currency of Digital Enterprise
Establish Digital Trust as the Currency of Digital EnterpriseEstablish Digital Trust as the Currency of Digital Enterprise
Establish Digital Trust as the Currency of Digital Enterprise
 

Kürzlich hochgeladen

Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
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
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
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
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 

Kürzlich hochgeladen (20)

Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
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
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
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
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 

Pre-Con Ed: Exploiting Operational Intelligence within Database Management tools