How to Enable Risk-Free Database Experiments. OakTable World: Sept 23 & 24, San Francisco

Size: px
Start display at page:

Download "How to Enable Risk-Free Database Experiments. OakTable World: Sept 23 & 24, San Francisco"

Transcription

1 How to Enable Risk-Free Database Experiments Thank you for joining us, the webinar will start at: 08:00 Pacific / 11:00 Central / 12:00 East / 16:00 UK Time OakTable World: Sept 23 & 24, San Francisco Mind-meld with the illustrious members of the OakTable 32 talks over 2 days, right next door to Oracle OpenWorld More info. and registration:

2 Presenters Kyle Technical Evangelist at Delphix Oracle ACE, member of the OakTable Network James Oracle tools team at Red Gate Creator and editor of All Things Oracle.com

3 Before we start You will be on mute for the duration of the event We are now talking so please type a message in the Questions box in the Control Panel if you can t hear us (please check your speakers and GoToWebinar audio settings first) There will be a Q+A session at the end but please feel free to type your questions in the Questions box in the Control Panel in advance A recording of the full webinar will be put up online

4 About Delphix Founded in 2008, launched in 2010 CEO Jedidiah Yueh (founder of Avamar: >$1B revenue)) Based in Silicon Valley, Global Operations 10% of Fortune 500

5 About Red Gate Over 600,000 technology professionals worldwide use Red Gate s software, including 93% of Fortune 100 companies. Our philosophy is to design highly usable, reliable tools that solve problems commonly faced by DBAs and developers.

6 How to Enable Risk-Free Database Experiments Kyle Hailey & James Murtagh

7 Tradeoff: Speed, Quality, Cost

8 Good, Cheap, Fast : choose two Good Cheap Fast

9 What We ve Seen 1. Inefficient QA: Higher costs of QA 2. QA Delays : Greater re-work of code 3. Sharing DB Environments : Bottlenecks 4. Using DB Subsets: More bugs in Prod 5. Slow Environment Builds: Delays

10 1. Inefficient QA: Long Build times Build QA Test Build Time 96% of QA time was building environment $.04/$1.00 actual testing vs. setup

11 2. QA Delays: bugs found late require more code re-work Build QA Env QA Build QA Env QA Sprint 1 Sprint 2 Sprint 3 X Bug Code Cost To Correct Delay in Fixing the bug Software Engineering Economics Barry Boehm (1981)

12 3. Full Copy Shared : Bottlenecks Frustration Waiting Old Unrepresentative Data

13 4. Subsets : cause bugs

14 3. Subsets : cause bugs The Production Wall Classic problem is that queries that run fast on subsets hit the wall in production. Developers are unable to test against all data

15 5. Slow Environment Builds: 3-6 Months to Deliver Data Developers Submit Request.1-2 Weeks of Approvals, Delays, and Provisioning Begin Work Management Approve Request $$ (2 Weeks) Approve Request $$ (2 Weeks) Approve Request $$ (1 Week) DBA (3 Days) (2 Days) Coordinate Replication w/ Infrastructure Re- Parameterize & Configure DB Mount Recovery DB to Specific PIT System Admin Disk Capacity? (3 Days) File System Configured? Configure LUNS & Build File System (3 Days) Storage Admin (3 Days) Request Additional Storage? Provision Capacity 15

16 5. Slow Environment Builds: culture of no

17 What We ve Seen 1. Inefficient QA: Higher costs 2. QA Delays : Increased re-work 3. Sharing DB : Bottlenecks 4. Subset DB : Bugs 5. Slow Environment Builds: Delays

18 CIO Magazine Survey: 60% Projects Over Schedule and Budget Data is the problem Solve the data problem. TODAY.

19 UNLOCK YOUR DATA

20 99% of blocks are identical Clone 1 Clone 3 Clone 2

21 Thin Clone Clone 1 Clone 2 Clone 3

22 Virtualization Virtualization Layer

23 Three Physical Copies Three Virtual Copies

24

25 Install Delphix on x86 hardware Intel hardware

26 Allocate Any Storage to Delphix Allocate Storage Any type

27 One time backup of source database Production Instance Database File system

28 DxFS (Delphix) Compress Data Production Instance Database File system Data is compressed typically 1/3 size

29 Incremental forever change collection Production Instance Database Changes Time Window File system Collected incrementally forever Old data purged

30 Typical Architecture Production Development QA UAT Instance Instance Instance Instance Database Database Database Database File system File system File system File system File system File system File system File system

31 With Delphix Production Development QA UAT Instance Instance Instance Instance Database Database Database Database File system

32

33 Three Core Parts Development Production Instance Virtual Database Instance Time Window 1. Source Syncing 2. Storage (DxFS) 3. Self Service

34 Fast, Fresh, Full Production Instance Virtual Database Instance Database File system Time Window

35 Free Instance Virtual Database Production Instance Virtual Database Instance Instance Virtual Database Database File system Time Window

36 Branching to QA Production Instance Virtual Database QA Instance Instance Virtual Database Dev Database File system Time Window

37 Self Service

38 What We ve Seen With Delphix 1. Efficient QA: Low cost, high utilization 2. Quick QA : Fast Bug Fix 3. Every Dev gets DB: Parallelized Dev 4. Full DB : Less Bugs 5. Fast Builds: Fast Dev, Culture of Yes

39 1. Efficient QA: Lower cost Build QA Test Build Time B u i l d QA Test T i m e 1% of QA time was building environment $.99/$1.00 actual testing vs. setup

40 2. QA Immediate: bugs found fast and fixed Build QA Env QA Build QA Env QA Sprint 1 Sprint 2 Sprint 3 X Bug Code QA QA Sprint 1 Sprint 2 Sprint 3 X Bug Code

41 3. Private Copies: Parallelize

42 4. Full Size DB : Eliminate bugs

43 5. Self Service: Fast, Efficient. Culture of Yes! Developers Submit Request.1-2 Weeks of Approvals, Delays, and Provisioning Begin Work Management Approve Request $$ (2 Weeks) Approve Request $$ (2 Weeks) Approve Request $$ (1 Week) DBA (3 Days) (2 Days) Coordinate Replication w/ Infrastructure Re- Parameterize & Configure DB Mount Recovery DB to Specific PIT System Admin Disk Capacity? (3 Days) File System Configured? Configure LUNS & Build File System (3 Days) Storage Admin (3 Days) Request Additional Storage? Provision Capacity

44 What We ve Seen With Delphix 1. Efficient QA: Low cost, high utilization 2. Quick QA : Fast Bug Fix 3. Every Dev gets DB: Parallelized Dev 4. Full DB : Less Bugs 5. Fast Builds: Fast Dev, Culture of Yes

45 DEPLOY OFTEN, REDUCE ERRORS

46 Source control reduces deployment errors See who changed what, why and when Gives context to the development of the db Collate changes in sandboxed development

47 Best practices Develop in a sandboxed environment (not usually an issue for app development) Get latest often (and test changes) before checking in Check in often small logical units Check in messages should be descriptive

48 Reducing errors at deployment Deploy changes from source control Compare source and target schemas before deploying changes

49 No need to write update scripts by hand

50 Benefits of Red Gate tools shared development db SVN Dev / TFS Test UAT, Production etc. Removes manual processes to checking in changes to source control Lock objects on a shared development database while you work on them Fast and accurate comparison of environments (compare source control to the database) Generate update scripts to deploy changes accurately

51 Benefits of Red Gate tools sandboxed dbs SVN / TFS Test UAT, Production etc. Removes manual processes to checking in changes to source control Get latest changes from source control Fast and accurate comparison of environments (compare source control to the database) Generate update scripts to deploy changes accurately

52 Live Demo Delphix: Create 3 Virtual Databases 1. Dev1 2. Dev2 3. Trunk Have 2 Developers Developer 1 modifies Dev1 and source controls changes Developer 2 modifies Dev2 and source controls changes Red Gate Schema Compare for Oracle Merges: Dev1 changes into Trunk Dev2 changes into Trunk

53 Developer 1 modify Dev1 Instance Virtual Database Dev2 Instance Virtual Database Developer 2 modify Trunk Instance Virtual Database Time Window

54 Trunk Merge dev1 Modify QA if fail rollback Merge Modify Merge dev2 Merge QA if fail rollback

55 Fork Merge to dev1 Merge to Fork Modify If pass QA, merge trunk Fork Merge to dev2 Merge to Fork Modify If pass QA, merge trunk

56 Delphix and Red Gate flow More information on Delphix and Red Gate tools: Delphix: delphix.com Red Gate Oracle tools: red-gate.com/oracle Source Control for Oracle: red-gate.com/source-control-for-oracle Schema Compare for Oracle: red-gate.com/schema-compare

57 Q&A Kyle Delphix: delphix.com James Red Gate: red-gate.com/oracle

58 Thanks! Kyle Delphix: delphix.com James Red Gate: red-gate.com/oracle

Instant Cloning: Boosting Application Development.! Kyle Hailey

Instant Cloning: Boosting Application Development.! Kyle Hailey Instant Cloning: Boosting Application Development! Kyle Hailey kyle@delphix.com! http://kylehailey.com Problem in IT CIO Magazine Survey: 60% Projects Over Schedule! 85% delayed waiting for data Data is

More information

Nicman Group Test Data Management 2.0 Leveraging Copy Data Virtualization Technology in QA for SQuAD. November 2016

Nicman Group Test Data Management 2.0 Leveraging Copy Data Virtualization Technology in QA for SQuAD. November 2016 Nicman Group Test Data Management 2.0 Leveraging Copy Data Virtualization Technology in QA for SQuAD November 2016 Agenda Test Data Management 2.0 Leveraging Copy Data Virtualization Technology in QA Copy

More information

Actifio Test Data Management

Actifio Test Data Management Actifio Test Data Management Oracle MS SQL Faster Time To Market Start Release Time To Market (TTM) Finish Faster App Releases Faster Application Releases Faster TTM Increases Revenue Market Share Competitive

More information

Actifio Sky DB. Actifio s Solution for Oracle, Oracle EBS with standalone, RAC, ASM, EXADATA configurations

Actifio Sky DB. Actifio s Solution for Oracle, Oracle EBS with standalone, RAC, ASM, EXADATA configurations Actifio Sky DB Actifio s Solution for Oracle, Oracle EBS with standalone, RAC, ASM, EXADATA configurations The Big Database Problem Database Cloning Time-consuming. No self service. Storageintensive. Can

More information

I keep hearing about DevOps What is it?

I keep hearing about DevOps What is it? DevOps & OpenShift I keep hearing about DevOps What is it? FOR MANY ORGANIZATIONS, WHAT IS I.T. LIKE TODAY? WATERFALL AND SILOS Application Version X DEVELOPMENT OPERATIONS IT OPS IS UNDER PRESSURE ENVIRONMENT

More information

Version Control for PL/SQL

Version Control for PL/SQL Version Control for PL/SQL What is the problem? How did we solve it? Implementation Strategies Demo!! Customer Spotlight Success Story: (In other words, this really works. :-) ) Rhenus Logistics, leading

More information

Disaster Recovery and Mitigation: Is your business prepared when disaster hits?

Disaster Recovery and Mitigation: Is your business prepared when disaster hits? 1 Disaster Recovery and Mitigation: Is your business prepared when disaster hits? 2 Our speaker today: Catherine Roy, Director of PMO at Hosting 15 years Project Management experience At HOSTING since

More information

RHUG SPECIAL SATELLITE RED HAT OFFICE MONTREAL, FEBRUARY 16, 2017

RHUG SPECIAL SATELLITE RED HAT OFFICE MONTREAL, FEBRUARY 16, 2017 RHUG SPECIAL SATELLITE RED HAT OFFICE MONTREAL, FEBRUARY 16, 2017 Presented by: Domtar Shared Services Christophe Paulus James Dubuisson Gueorgui Tcherecharov DOMTAR IN BRIEF 150+ Years Old: From Dominion

More information

You Can t Move Forward Unless You Can Roll Back. By: Michael Black

You Can t Move Forward Unless You Can Roll Back. By: Michael Black You Can t Move Forward Unless You Can Roll Back By: Michael Black The VP of Sales walks in and tells you that your largest and oldest client wants to pay for a custom modification. But here s the clincher,

More information

Database Virtualization and Consolidation Technologies. Kyle Hailey

Database Virtualization and Consolidation Technologies. Kyle Hailey Database Virtualization and Consolidation Technologies Kyle Hailey Average customer makes 12 copies of production - Charles Garry, Oracle Database Virtualization consolidates copies of production Database

More information

Zero Data Loss Recovery Appliance DOAG Konferenz 2014, Nürnberg

Zero Data Loss Recovery Appliance DOAG Konferenz 2014, Nürnberg Zero Data Loss Recovery Appliance Frank Schneede, Sebastian Solbach Systemberater, BU Database, Oracle Deutschland B.V. & Co. KG Safe Harbor Statement The following is intended to outline our general product

More information

OPTIMIZING YOUR ORACLE DATABASE ENVIRONMENTS

OPTIMIZING YOUR ORACLE DATABASE ENVIRONMENTS OPTIMIZING YOUR ORACLE DATABASE ENVIRONMENTS EMC And VMware Sam H. Afyouni, Ed.D. Advisory Systems Engineer Turkey, East Europe, Africa, Middle East Region Oracle Subject Matter 1 EMC And Oracle Alliance

More information

Elizabeth Lawler CEO & Co-Founder Conjur,

Elizabeth Lawler CEO & Co-Founder Conjur, SESSION ID: ASD-W02 Is DevOps Breaking Your Company? Elizabeth Lawler CEO & Co-Founder Conjur, Inc. @elizabethlawler Agenda I. Security + DevOps Overview Unstoppable Force vs Immovable Object Aligning

More information

JOB TITLE: Senior Database Administrator PRIMARY JOB DUTIES Application Database Development

JOB TITLE: Senior Database Administrator PRIMARY JOB DUTIES Application Database Development JOB TITLE: Senior Database Administrator The Senior Database Administrator is responsible for managing multiple production and nonproduction Oracle, MSSQL, and PostgreSQL databases: 4 production Oracle

More information

Oracle Zero Data Loss Recovery Appliance (ZDLRA)

Oracle Zero Data Loss Recovery Appliance (ZDLRA) Oracle Zero Data Loss Recovery Appliance (ZDLRA) Overview Attila Mester Principal Sales Consultant Data Protection Copyright 2015, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement

More information

A DEVOPS STATE OF MIND. Chris Van Tuin Chief Technologist, West

A DEVOPS STATE OF MIND. Chris Van Tuin Chief Technologist, West A DEVOPS STATE OF MIND Chris Van Tuin Chief Technologist, West cvantuin@redhat.com In short, software is eating the world. - Marc Andreessen, Wall Street Journal, August 2011 UBER, LYFT FALLOUT: TAXI

More information

Modernize Your Backup and DR Using Actifio in AWS

Modernize Your Backup and DR Using Actifio in AWS FOR AWS Modernize Your Backup and DR Using Actifio in AWS 150105H FOR AWS Modernize Your Backup and DR Using Actifio in AWS What is Actifio? Actifio virtualizes the data that s the lifeblood of business.

More information

XtremIO Business Continuity & Disaster Recovery. Aharon Blitzer & Marco Abela XtremIO Product Management

XtremIO Business Continuity & Disaster Recovery. Aharon Blitzer & Marco Abela XtremIO Product Management XtremIO Business Continuity & Disaster Recovery Aharon Blitzer & Marco Abela XtremIO Product Management Agenda XtremIO Current BC/DR Offerings New BC/DR Offering Benefits of New Offering Technical Overview

More information

Verron Martina vspecialist. Copyright 2012 EMC Corporation. All rights reserved.

Verron Martina vspecialist. Copyright 2012 EMC Corporation. All rights reserved. Verron Martina vspecialist 1 TRANSFORMING MISSION CRITICAL APPLICATIONS 2 Application Environments Historically Physical Infrastructure Limits Application Value Challenges Different Environments Limits

More information

NOW! Manage ALL workloads virtual, physical and cloud from a single console!

NOW! Manage ALL workloads virtual, physical and cloud from a single console! NOW! Manage ALL workloads virtual, physical and cloud from a single console! Veeam Availability Suite 9.5 Update 3 Veeam Agent for Microsoft Windows 2.1 Veeam Agent for Linux v2 Rick Vanover Director of

More information

Overhauling Dev Arch with Ansible Tower and Docker

Overhauling Dev Arch with Ansible Tower and Docker Overhauling Dev Arch with Ansible Tower and Docker Scott Van Velsor, Bryan Shake, Khaled Awwad June 29 1130a #redhat #rhsummit origins the landscape that came before branch & path limits no automation

More information

MySQL for Database Administrators Ed 4

MySQL for Database Administrators Ed 4 Oracle University Contact Us: (09) 5494 1551 MySQL for Database Administrators Ed 4 Duration: 5 Days What you will learn The MySQL for Database Administrators course teaches DBAs and other database professionals

More information

How VMware VSAN can Reduce Costs and Simplify your VM Storage

How VMware VSAN can Reduce Costs and Simplify your VM Storage How VMware VSAN can Reduce Costs and Simplify your VM Storage Theresa Miller - vexpert, Citrix CTP, MBA Andy Syrewicze - Technical Evangelist, Microsoft MVP info@altaro.com www.altaro.com Our Agenda for

More information

Improved Database Development using SQL Compare

Improved Database Development using SQL Compare Improved Database Development using SQL Compare By David Atkinson and Brian Harris, Red Gate Software. October 2007 Introduction This white paper surveys several different methodologies of database development,

More information

The Truth About Test Data Management & Its Impact on Agile Development

The Truth About Test Data Management & Its Impact on Agile Development The Truth About Test Data Management & Its Impact on Agile Development The Truth About Test Data Management and its Impact on Agile Development Despite the agile methods and automated functionality you

More information

2018 Database DevOps Survey DBmaestro 1

2018 Database DevOps Survey DBmaestro 1 2018 Database DevOps Survey 2017 DBmaestro 1 Table of Contents Executive Summary... 3 What Percentage of IT Projects in Your Company Use a DevOps Approach?... 4 Integration of DBAs with DevOps Teams...

More information

MySQL in the Cloud Tricks and Tradeoffs

MySQL in the Cloud Tricks and Tradeoffs MySQL in the Cloud Tricks and Tradeoffs Thorsten von Eicken CTO RightScale 1 MySQL & Amazon EC2 @RightScale Operating in Amazon EC2 since fall 2006 Cloud Computing Management System Replicated MySQL product

More information

CASE STUDY INSURANCE. Innovation at Moody's Analytics: A new approach to database provisioning using SQL Clone

CASE STUDY INSURANCE. Innovation at Moody's Analytics: A new approach to database provisioning using SQL Clone CASE STUDY INSURANCE Innovation at Moody's Analytics: A new approach to database provisioning using SQL Clone We already had a one-click process for database provisioning, but it was still taking too much

More information

Copyright 2014 Inc. All rights reserved. out2sol.com Division of International survival Company Safety and Risk Management, Ltd.

Copyright 2014 Inc. All rights reserved. out2sol.com Division of International survival Company Safety and Risk Management, Ltd. WHAT WE DO. Out2sol.com provides Technology Solutions & Professional Consultancy services to many Businesses across Middle East. We strive to be IT OUTSOURCING partner for all our Clients. Our Strength

More information

Design a Geodatabase. Rasu Muthurakku, Enterprise Solutions Architect / Consultant

Design a Geodatabase. Rasu Muthurakku, Enterprise Solutions Architect / Consultant Rasu Muthurakku, Enterprise Solutions Architect / Consultant Agenda Overview Key Factors Design - Recommendations Key Considerations, Best Practices and Recommendations / Lessons Learned! Overview What

More information

Oracle Corporation 1

Oracle Corporation 1 1 Solaris 11 for Developers Webinar Series Simplify your Development with Zones, ZFS and Crossbow (TCP/IP) Eric Reid, Stefan Schneider Oracle Systems ISV Engineering 2 Solaris 11 for Developers Webinar

More information

1Copyright 2012, Oracle and/or its affiliates. All rights reserved.

1Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1Copyright 2012, Oracle and/or its affiliates. All rights reserved. Patterns of SaaS: Database refactoring Leonid Igolnik, Marcin Burlinski Insert Picture Here The following is intended to outline our

More information

Architecting for the.

Architecting for the. Architecting for the Cloud @axelfontaine About Axel Fontaine Founder and CEO of Boxfuse Over 15 years industry experience Continuous Delivery expert Regular speaker at tech conferences JavaOne RockStar

More information

Continuous Delivery at Liferay A fast lane for your software updates. Rubén Eduardo

Continuous Delivery at Liferay A fast lane for your software updates. Rubén Eduardo Continuous Delivery at Liferay A fast lane for your software updates Rubén Pulido @_rubenpulido Eduardo García @edupgv What to expect During this session, you will 1. Understand what Continuous Delivery

More information

Data on Demand: Advanced Cloning Automation for DBAs Enterprise Manager

Data on Demand: Advanced Cloning Automation for DBAs Enterprise Manager Data on Demand: Advanced Cloning Automation for DBAs Enterprise Manager Subhadeep Sengupta Consulting Product Manager, Oracle Peter Arumainathan Senior Consultant, OOCL Presented with October 28, 2015

More information

Operating the Cloud to Deliver Business Value. Dr Liam Keating IT Director, Intel APAC

Operating the Cloud to Deliver Business Value. Dr Liam Keating IT Director, Intel APAC Operating the Cloud to Deliver Business Value Dr Liam Keating IT Director, Intel APAC Benefits of Cloud Fact or Fiction? For a few years now, everything we ve heard about cloud has mostly been hype. It

More information

Test Data Management Data Sheet

Test Data Management Data Sheet Test Data Management Data Sheet 1 K2View TDM: A new approach to test data management Speed up your development cycle by eliminating what makes testing cumbersome, expensive & slow The problem Software

More information

Migrating Enterprise Applications to the Cloud Session 672. Leighton L. Nelson

Migrating Enterprise Applications to the Cloud Session 672. Leighton L. Nelson Migrating Enterprise Applications to the Cloud Session 672 Leighton L. Nelson Leighton L. Nelson Instructional Technology Principal Oracle ACE & Oracle Certified Expert Oracle Database Administrator Author/blogger

More information

WHITE PAPER. Leveraging Database Virtualization for Test Data Management. Abstract. Vikas Dewangan, Senior Technology Architect, Infosys

WHITE PAPER. Leveraging Database Virtualization for Test Data Management. Abstract. Vikas Dewangan, Senior Technology Architect, Infosys WHITE PAPER Leveraging ization for Test Data Management Vikas Dewangan, Senior Technology Architect, Infosys Abstract virtualization is an emerging trend in test data management (TDM) and is all set to

More information

Suman Sourav Director DevSecOps, Vantage Point Security. OWASP Indonesia Day 2017

Suman Sourav Director DevSecOps, Vantage Point Security. OWASP Indonesia Day 2017 Suman Sourav Director DevSecOps, Vantage Point Security OWASP Indonesia Day 2017 About me Certified Secure Software Lifecycle Professional (CSSLP) 12+ Years of Experience in Software Security Co-Founder

More information

PERFORMANCE TUNING SQL SERVER ON CRAPPY HARDWARE 3/1/2019 1

PERFORMANCE TUNING SQL SERVER ON CRAPPY HARDWARE 3/1/2019 1 PERFORMANCE TUNING SQL SERVER ON CRAPPY HARDWARE 3/1/2019 1 FEEDBACK FORMS PLEASE FILL OUT AND PASS TO YOUR HELPER BEFORE YOU LEAVE THE SESSION MONICA RATHBUN Consultant Denny Cherry & Associates Consulting

More information

Oracle Database Appliance Combo

Oracle Database Appliance Combo Oracle Database Appliance Combo Oracle Database Appliance Combo Official statement The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

Administering SQL Servers for Development Teams. Mike Acord & Tony Sebion Omni Resources

Administering SQL Servers for Development Teams. Mike Acord & Tony Sebion Omni Resources Administering SQL Servers for Development Teams Mike Acord & Tony Sebion Omni Resources Omni Resources Solutions Group Mike Acord Senior Architect Solutions Group, Omni Resources Tony Sebion Director Solutions

More information

Enterprise Manager: Scalable Oracle Management

Enterprise Manager: Scalable Oracle Management Session id:xxxxx Enterprise Manager: Scalable Oracle John Kennedy System Products, Server Technologies, Oracle Corporation Enterprise Manager 10G Database Oracle World 2003 Agenda Enterprise Manager 10G

More information

Agile Load Testing using StormRunner Load September 15, Copyright 2016 Vivit Worldwide

Agile Load Testing using StormRunner Load September 15, Copyright 2016 Vivit Worldwide Agile Load Testing using StormRunner Load September 15, 2016 Copyright 2016 Vivit Worldwide Brought to you by Copyright 2016 Vivit Worldwide Hosted By Matt Angerer Sr. Solution Architect ResultsPositive

More information

Enterprise Data-as-a-Service. DOAG Stuttgart, 22. März 2017 Cassian Ewert, Solutions Architect

Enterprise Data-as-a-Service. DOAG Stuttgart, 22. März 2017 Cassian Ewert, Solutions Architect Enterprise Data-as-a-Service DOAG Stuttgart, 22. März 2017 Cassian Ewert, Solutions Architect cassian.ewert@actifio.com Missing Link to Hybrid Cloud CLOUD-ENABLED APPLICATIONS stateless, easy to move instantly

More information

Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A

Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A Q: Will Desktop/browser alerts be added to notification capabilities on SmartIT? A: In general we don't provide guidance on future capabilities.

More information

Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure

Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure Ken Kutzer, Ramin Maozeni Systems Engineering Systems Division September 30, 2014 CON5748 Moscone South 301 Safe Harbor Statement The

More information

Ten things hyperconvergence can do for you

Ten things hyperconvergence can do for you Ten things hyperconvergence can do for you Francis O Haire Director, Technology & Strategy DataSolutions Evolution of Enterprise Infrastructure 1990s Today Virtualization Server Server Server Server Scale-Out

More information

Tips from the Trenches Preventing downtime for the over extended DBA. Andrew Moore Senior Remote DBA Percona Managed Services

Tips from the Trenches Preventing downtime for the over extended DBA. Andrew Moore Senior Remote DBA Percona Managed Services Tips from the Trenches Preventing downtime for the over extended DBA Andrew Moore Senior Remote DBA Percona Managed Services Your Presenter Andrew Moore @mysqlboy on twitter 1+ year in Manager Services

More information

Azure Webinar. Resilient Solutions March Sander van den Hoven Principal Technical Evangelist Microsoft

Azure Webinar. Resilient Solutions March Sander van den Hoven Principal Technical Evangelist Microsoft Azure Webinar Resilient Solutions March 2017 Sander van den Hoven Principal Technical Evangelist Microsoft DX @svandenhoven 1 What is resilience? Client Client API FrontEnd Client Client Client Loadbalancer

More information

<Insert Picture Here> Oracle Public Cloud Powering Your Business Applications using The Java Cloud Service

<Insert Picture Here> Oracle Public Cloud Powering Your Business Applications using The Java Cloud Service Oracle Public Cloud Powering Your Business Applications using The Reza Shafii Product Manager 1 San Francisco September 30 October 4, 2012 2 Customers Have a Choice of Clouds IaaS,

More information

Ensuring Compliance with Data Privacy Directives using Virtual Databases

Ensuring Compliance with Data Privacy Directives using Virtual Databases Ensuring Compliance with Data Privacy Directives using Virtual Databases June 2017 Steve Karam, Director of Customer Education and Experience at Delphix Agenda 1 2 3 Ensure compliance to disparate data

More information

Maturing agile teams and driving quality through architecture principles

Maturing agile teams and driving quality through architecture principles Maturing agile teams and driving quality through architecture principles Amine Chigani & Yun Freund GE Software San Ramon, CA Imagination at work Introducing the GE Software Center Igniting the next industrial

More information

HK205: Managing the Application Development Lifecycle

HK205: Managing the Application Development Lifecycle Hong Kong 2018 Hong Kong 2018 London, UK 2017 HK205: Managing the Application Development Lifecycle David Arnold Principal Enterprise Solutions Manager Setting the Scene 2017 BlackBerry. All Rights Reserved.

More information

TM DevOps Use Case TechMinfy All Rights Reserved

TM DevOps Use Case TechMinfy All Rights Reserved Document Details Use Case Name TMDevOps Use Case01 First Draft 5 th March 2018 Author Reviewed By Prabhakar D Pradeep Narayanaswamy Contents Scope... 4 About Customer... 4 Use Case Description... 4 Primary

More information

Toad for Oracle Suite 2017 Functional Matrix

Toad for Oracle Suite 2017 Functional Matrix Toad for Oracle Suite 2017 Functional Matrix Essential Functionality Base Xpert Module (add-on) Developer DBA Runs directly on Windows OS Browse and navigate through objects Create and manipulate database

More information

Here comes the. Cloud. But is your architecture ready for

Here comes the. Cloud. But is your architecture ready for Here comes the Cloud But is your architecture ready for it? @axelfontaine About Axel Fontaine Founder and CEO of Boxfuse Flyway creator Continuous Delivery & Immutable Infrastructure expert Java Champion,

More information

High Availability- Disaster Recovery 101

High Availability- Disaster Recovery 101 High Availability- Disaster Recovery 101 DBA-100 Glenn Berry, Principal Consultant, SQLskills.com Glenn Berry Consultant/Trainer/Speaker/Author Principal Consultant, SQLskills.com Email: Glenn@SQLskills.com

More information

Creating a Hybrid Gateway for API Traffic. Ed Julson API Platform Product Marketing TIBCO Software

Creating a Hybrid Gateway for API Traffic. Ed Julson API Platform Product Marketing TIBCO Software Creating a Hybrid Gateway for API Traffic Ed Julson API Platform Product Marketing TIBCO Software Housekeeping Webinar Recording Today s webinar is being recorded and a link to the recording will be emailed

More information

ReadyTalk for HubSpot User Guide

ReadyTalk for HubSpot User Guide ReadyTalk for HubSpot User Guide Revised 07/29/2013 2 Table of Contents Overview... 3 Configuring ReadyTalk & HubSpot... 4 Setting Up Your Event in Conference Center... 6 Setting Up Your Event in HubSpot...

More information

Virtualizing Oracle on VMware

Virtualizing Oracle on VMware Virtualizing Oracle on VMware Sudhansu Pati, VCP Certified 4/20/2012 2011 VMware Inc. All rights reserved Agenda Introduction Oracle Databases on VMware Key Benefits Performance, Support, and Licensing

More information

A DEVOPS STATE OF MIND. Chris Van Tuin Chief Technologist, West

A DEVOPS STATE OF MIND. Chris Van Tuin Chief Technologist, West A DEVOPS STATE OF MIND Chris Van Tuin Chief Technologist, West cvantuin@redhat.com THE NEED FOR SPEED THE ACCELERATION OF APPLICATION DELIVERY FOR THE BUSINESS In short, software is eating the world. -

More information

Vendor: Citrix. Exam Code: 1Y Exam Name: Designing Citrix XenDesktop 7.6 Solutions. Version: Demo

Vendor: Citrix. Exam Code: 1Y Exam Name: Designing Citrix XenDesktop 7.6 Solutions. Version: Demo Vendor: Citrix Exam Code: 1Y0-401 Exam Name: Designing Citrix XenDesktop 7.6 Solutions Version: Demo DEMO QUESTION 1 Which option requires the fewest components to implement a fault-tolerant, load-balanced

More information

Tips and Tricks on Successful Upgrade to 11gR2

Tips and Tricks on Successful Upgrade to 11gR2 Tips and Tricks on Successful Upgrade to 11gR2 Project Approval Get buy in from CIO and other groups Justify the need End of premier support Extended Support Cost To be current Benefits of new release

More information

Getting Started with Oracle DBaaS

Getting Started with Oracle DBaaS Getting Started with Oracle DBaaS Ami Aharonovich Oracle ACE & OCP Ami@DBAces.com 13-Nov-16 1 About Me Oracle ACE Oracle Certified Professional DBA (OCP) Founder and CEO, Brillix-DBAces President, Israel

More information

TOP REASONS TO CHOOSE DELL EMC OVER VEEAM

TOP REASONS TO CHOOSE DELL EMC OVER VEEAM HANDOUT TOP REASONS TO CHOOSE DELL EMC OVER VEEAM 10 This handout overviews the top ten reasons why customers choose Data Protection from Dell EMC over Veeam. Dell EMC has the most comprehensive data protection

More information

Shift Left Testing: are you ready? Live Webinar, Sept 19

Shift Left Testing: are you ready? Live Webinar, Sept 19 Shift Left Testing: are you ready? Live Webinar, Sept 19 Guy Arieli CTO, Experitest 01 What exactly is Shift Left? Agenda 02 03 How Shift Left affects application development & testing organizational structures

More information

High Availability Infrastructure for Cloud Computing

High Availability Infrastructure for Cloud Computing High Availability Infrastructure for Cloud Computing Oracle Technology Network Architect Day Reston, VA, May 16, 2012 Kai Yu Oracle Solutions Engineering Lab Enterprise Solutions Engineering, Dell Inc.

More information

Hybrid Infrastructure Hosting Clouds + Dedicated + Colocated GoGrid / ServePath September 09

Hybrid Infrastructure Hosting Clouds + Dedicated + Colocated GoGrid / ServePath September 09 Hybrid Infrastructure Hosting Clouds + Dedicated + Colocated 2009 GoGrid / ServePath - 1 - September 09 Contents What is Cloud Computing? Benefits Cloud & Hybrid Hosting What can Clouds do for ME? When

More information

Survey of Oracle Database

Survey of Oracle Database Survey of Oracle Database About Oracle: Oracle Corporation is the largest software company whose primary business is database products. Oracle database (Oracle DB) is a relational database management system

More information

TRANSFORM YOUR APPLICATIONS

TRANSFORM YOUR APPLICATIONS TRANSFORM YOUR APPLICATIONS Virtualizing Your Business Critical Applications Business Drivers Increase Revenue INCREASE AGILITY Lower Operational Costs Reduce Risk CLOUD TRANSFORMS IT Lower Operational

More information

Zero Downtime Migrations

Zero Downtime Migrations Zero Downtime Migrations Chris Lawless I Dbvisit Replicate Product Manager Agenda Why migrate? Old vs New method Architecture Considerations on migrating Sample migration Q & A Replication: Two types Physical

More information

E-Business Suite Customization Impact Assessment

E-Business Suite Customization Impact Assessment E-Business Suite Customization Impact Assessment Webinar Mechanics Submit text questions. Q&A addressed at the end of the session. Answers will be posted within two. weeks on our new LinkedIn Group, EBS

More information

SQL Server Database Provisioning Report. Survey on database provisioning requirements among SQL Server Professionals

SQL Server Database Provisioning Report. Survey on database provisioning requirements among SQL Server Professionals SQL Server Database Provisioning Report Survey on database provisioning requirements among SQL Server Professionals Foreword Waiting until the point of release to see how our software behaves is a key

More information

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 TRANSFORMING MICROSOFT APPLICATIONS TO THE CLOUD Louaye Rachidi Technology Consultant 2 22x Partner Of Year 19+ Gold And Silver Microsoft Competencies 2,700+ Consultants Worldwide Cooperative Support

More information

Understanding Virtual System Data Protection

Understanding Virtual System Data Protection Understanding Virtual System Data Protection Server virtualization is the most important new technology introduced in the data center in the past decade. It has changed the way we think about computing

More information

Global Headquarters: 5 Speen Street Framingham, MA USA P F

Global Headquarters: 5 Speen Street Framingham, MA USA P F B U Y E R C A S E S T U D Y V M w a r e I m p r o v e s N e t w o r k U t i l i z a t i o n a n d B a c k u p P e r f o r m a n c e U s i n g A v a m a r ' s C l i e n t - S i d e D e d u p l i c a t i

More information

TM DevOps Use Case. 2017TechMinfy All Rights Reserved

TM DevOps Use Case. 2017TechMinfy All Rights Reserved Document Details Use Case Name TMDevOps Use Case03 First Draft 01 st Dec 2017 Author Reviewed By Prabhakar D Pradeep Narayanaswamy Contents Scope... 4 About Customer... 4 Use Case Description... 4 Primary

More information

ArcGIS Enterprise: Configuring Backups, Disaster Recovery, and Replication. Harrold Sompotan and Patrick Jackson

ArcGIS Enterprise: Configuring Backups, Disaster Recovery, and Replication. Harrold Sompotan and Patrick Jackson ArcGIS Enterprise: Configuring Backups, Disaster Recovery, and Replication Harrold Sompotan and Patrick Jackson Agenda Brief History of WebGIS DR Tool Who, Why, What, When, How and Where Considerations

More information

BACKUP AND RECOVERY OF A HIGHLY VIRTUALIZED ENVIRONMENT

BACKUP AND RECOVERY OF A HIGHLY VIRTUALIZED ENVIRONMENT BACKUP AND RECOVERY OF A HIGHLY VIRTUALIZED ENVIRONMENT Featuring Industry Perspectives from The Enterprise Strategy Group (ESG) 24 January 2013 Jason Buffington (@Jbuff), ESG Senior Analyst, Data Protection

More information

Providing a first class, enterprise-level, backup and archive service for Oxford University

Providing a first class, enterprise-level, backup and archive service for Oxford University Providing a first class, enterprise-level, backup and archive service for Oxford University delivering responsive, innovative IT 11th June 2013 11 th June 2013 Contents Service description Service infrastructure

More information

Peoplesoft 9.0 Upgrade Case study using No code freeze methodology

Peoplesoft 9.0 Upgrade Case study using No code freeze methodology Peoplesoft 9.0 Upgrade Case study using No code freeze methodology PSDB Solutions Inc. Raghav Pujari Email : praghav@psdbs.com David Samadi Email : david.samadi@psdbs.com Session # 8527 Who we are? PSDB

More information

Migrating to Aurora MySQL and Monitoring with PMM. Percona Technical Webinars August 1, 2018

Migrating to Aurora MySQL and Monitoring with PMM. Percona Technical Webinars August 1, 2018 Migrating to Aurora MySQL and Monitoring with PMM Percona Technical Webinars August 1, 2018 Introductions Introduction Vineet Khanna (Autodesk) Senior Database Engineer vineet.khanna@autodesk.com Tate

More information

Dell EMC Unity: Data Protection & Copy Data Management Options. Ryan Poulin Product Technologist Midrange & Entry Solutions Group

Dell EMC Unity: Data Protection & Copy Data Management Options. Ryan Poulin Product Technologist Midrange & Entry Solutions Group Dell EMC Unity: Data Protection & Copy Data Management Options Ryan Poulin Product Technologist Midrange & Entry Solutions Group What s New with Dell EMC Unity 650F 550F 450F 350F Optimized for All-Flash

More information

UNFAIR ADVANTAGE Your Road to SAP Hana 2016 PURE STORAGE INC.

UNFAIR ADVANTAGE Your Road to SAP Hana 2016 PURE STORAGE INC. UNFAIR ADVANTAGE Your Road to SAP Hana 1 1 AGENDA Road to S4 Hana Road to S4 Hana Your Business Opportunity Why is your storage decision important for SAP? Pure Storage and SAP Global Partnership SAP Co-Innovation

More information

DevOps Made Easy. Shireesh Thanneru, Platform Architect. Intel. Linoy Alexander, Director, DevOps

DevOps Made Easy. Shireesh Thanneru, Platform Architect. Intel. Linoy Alexander, Director, DevOps DevOps Made Easy Shireesh Thanneru, Platform Architect Intel Linoy Alexander, Director, DevOps Justyna Kucharczak, Sr. Product Marketing Manager, Platform Pegasystems Agenda Why DevOps? A look at benefits

More information

Securing SQL Server Processes with Certificates. Robert, Davis, Database Engineer, BlueMountain Capital Management Moderated By: Ivan Sanders

Securing SQL Server Processes with Certificates. Robert, Davis, Database Engineer, BlueMountain Capital Management Moderated By: Ivan Sanders Securing SQL Server Processes with Certificates Robert, Davis, Database Engineer, BlueMountain Capital Management Moderated By: Ivan Sanders Technical Assistance If you require assistance during the session,

More information

Veeam Availability Suite 9.5 Direct Restore to Microsoft Azure integration

Veeam Availability Suite 9.5 Direct Restore to Microsoft Azure integration Veeam Availability Suite 9.5 Direct Restore to Microsoft Azure integration Presenter: Mike Resseler Technical Evangelist Veeam Proven Partnerships A modern, high-performance solution for next generation

More information

Basics: Backup, Recovery, and Provisioning with a Continuent Tungsten Cluster

Basics: Backup, Recovery, and Provisioning with a Continuent Tungsten Cluster Basics: Backup, Recovery, and Provisioning with a Continuent Tungsten Cluster 1 Topics In this short course we will: Methods and Tools for taking a backup Verifying the backup contains the last binary

More information

How Samsung ARTIK serves global IoT customers in the cloud

How Samsung ARTIK serves global IoT customers in the cloud How Samsung ARTIK serves global IoT customers in the cloud How Samsung ARTIK Cloud secured their SaaS revenue using Tungsten Clustering on cloud-based services Serve your SaaS customers better. In the

More information

TM DevOps Use Case. 2017TechMinfy All Rights Reserved

TM DevOps Use Case. 2017TechMinfy All Rights Reserved Document Details Use Case Name TMDevOps Use Case04 First Draft 10 th Dec 2017 Author Reviewed By Amrendra Kumar Pradeep Narayanaswamy Contents Scope... 4 About Customer... 4 Pre-Conditions/Trigger... 4

More information

Version Control for PL/SQL

Version Control for PL/SQL Version Control for PL/SQL Customer Spotlight Success Story: Rhenus Logistics, leading logistics service company from Germany, uses this solution. Manages over 20,000 packages Packages are spread over

More information

CloudCenter for Developers

CloudCenter for Developers DEVNET-1198 CloudCenter for Developers Conor Murphy, Systems Engineer Data Centre Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find this session in the

More information

Oracle Applications in a Changing Business World. Legacy Oracle Applications Won't Be Around Forever. Will You?

Oracle Applications in a Changing Business World. Legacy Oracle Applications Won't Be Around Forever. Will You? Oracle Applications in a Changing Business World Legacy Oracle Applications Won't Be Around Forever. Will You? Ross Smith Chief Architect July 7, 2017 2 Oracle Applications in a Changing Business World

More information

SQL Server Virtualization 201

SQL Server Virtualization 201 Virtualization 201 Management and Risk Mitigation PASS Virtualization Virtual Chapter 2014.05.15 About David Klee @kleegeek davidklee.net gplus.to/kleegeek linked.com/a/davidaklee Specialties / Focus Areas

More information

Business Continuity and Disaster Recovery Disaster-Proof Your Business

Business Continuity and Disaster Recovery Disaster-Proof Your Business Business Continuity and Disaster Recovery Disaster-Proof Your Business Jon Bock Senior Product Marketing Manager October 16, 2008 Agenda Disaster Recovery Requirements and Challenges Disaster Recovery

More information

Availability for the Modern Data Center on FlexPod Introduction NetApp, Inc. All rights reserved. NetApp Proprietary Limited Use Only

Availability for the Modern Data Center on FlexPod Introduction NetApp, Inc. All rights reserved. NetApp Proprietary Limited Use Only Availability for the Modern Data Center on FlexPod Introduction 2014 NetApp, Inc. All rights reserved. NetApp Proprietary Limited Use Only Abstract Veeam Availability Suite v8 leverages NetApp storage

More information

Creating an Intranet using Lotus Web Content Management. Part 2 Project Planning

Creating an Intranet using Lotus Web Content Management. Part 2 Project Planning Creating an Intranet using Lotus Web Content Management Introduction Part 2 Project Planning Many projects have failed due to poor project planning. The following article gives an overview of the typical

More information

XTREMIO: TRANSFORMING APPLICATIONS, ENABLING THE AGILE DATA CENTER

XTREMIO: TRANSFORMING APPLICATIONS, ENABLING THE AGILE DATA CENTER 1 XTREMIO: TRANSFORMING APPLICATIONS, ENABLING THE AGILE DATA CENTER MAX FISHMAN XTREMIO PRODUCT MANAGEMENT 2 THE ALL FLASH ARRAY REVOLUTION ALL FLASH ARRAY 3 XTREMIO ENABLES THE AGILE DATA CENTER 10%

More information