Oracle. Carsten Thalheimer. Sales Consultant MySQL GBU

Size: px
Start display at page:

Download "Oracle. Carsten Thalheimer. Sales Consultant MySQL GBU"

Transcription

1 Oracle Carsten Thalheimer Sales Consultant MySQL GBU (Carsten.Thalheimer@Oracle.com)

2 Agenda MySQL within Oracle Overview of MySQL architecture Inside MySQL Commercial MySQL vs. Open Source MySQL MySQL Subscription / MySQL License A MySQL Reference Questions and Answers 2

3 World s Most Popular Open Source Database Founded 1995 ( --> Sun Microsystems 2008, --> Oracle 2010) Over 15 million estimated installations Used by 9 of top 10 web sites in the world MySQL is Open source` MySQL Commercial Editions

4 MySQL within Oracle More Investment, More Innovation Years MySQL 10 Years InnoDB of Oracle Stewardship 5 Years MySQL within Oracle 2x Engineering Staff 3x QA Staff 2x Support Staff Dez 2009 May

5 Source:

6 Driving MySQL Innovation Year (from MySQL Release 5.1 to MySQL Release 5.6) MySQL Enterprise Monitor 2.2 MySQL Cluster 7.1 MySQL Cluster Manager 1.0 MySQL Workbench 5.2 MySQL Database 5.5 MySQL Enterprise Backup 3.5 MySQL Enterprise Monitor 2.3 MySQL Cluster Manager 1.1 Oracle VM Template for MySQL Enterprise Edition MySQL Enterprise Oracle Certifications MySQL Windows Installer MySQL Enterprise Security MySQL Enterprise Scalability MySQL Enterprise Backup 3.7 MySQL Cluster 7.2 MySQL Cluster Manager 1.2 MySQL Utilities 1.0 MySQL Migration Wizard MySQL for Excel 1.0 / 1.1 MySQL Enterprise Backup 3.8 MySQL Database 5.6 MySQL Utilities 1.3 MySQL Cluster 7.3 MySQL Workbench 6.0 MySQL Enterprise Monitor 3.0 MySQL Enterprise Backup 3.9 MySQL Yum Linux repository MySQL Enterprise Audit MySQL Enterprise HA (DRBD) All GA! All GA! All GA! All GA! and Connector/ODBC, Connector/PHP, Connector/Net, Connector/J, Connector Python, Connector /C++, Connector/C, Ruby Driver

7 Driving MySQL Innovation (October 2015) Year 2014 Year 2015 New Data Dictionary: Replacing FRMs Optimizer improvements, Cost model MySQL HTTP Plugin MySQL Multi-source Replication Intra-Schema Multi-Threaded Slave MySQL Group Replication MySQL JSON UDFs MySQL Applier for Hadoop MySQL Labs 2014/ (RC1) (RC2) GA DMR* 2013/2014/2015 *Development Milestone Release MySQL Cluster Manager 1.3 MySQL Workbench 6.1 & 6.2 MySQL for Excel 1.2 & 1.3 MySQL Enterprise Backup 3.10, 3.11, 312 Oracle Clusterware XAG Agent for MySQL MySQL Utilities / Fabric 1.4 & 1.5 MySQL Enterprise Manager Plugin (EM 12c) MYSQL Enterprise Backup 3.11 MySQL Enterprise Encryption And of course Connector/ODBC, Connector/PHP, Connector/Net, Connector/J, Connector Python, Connector /C++, Connector/C, Ruby Driver Latest: MySQL / MySQL Cluster /7.3.10/7.4.7 GA!

8 MySQL The view from the moon MySQL < 5.0/5.1 [pre Oracle] - MyISAM default, InnoDB optional Before Very often defaults in Linux distributions MySQL 5.5 more SQLish - First release under Oracle Dec InnoDB default (MVCC, ACID), MyISAM optional - MS Windows optimized MySQL 5.6 Replication revamp - InnoDB+, GTID, NoSQL, Performance SchemaIn Feb Used by some of the biggest Websites - Introduction of MySQL Fabric MySQL 5.7 New ways - InnoDB++, GIS Support, QRP, Instrinc Tables 2015 (NoSQL and JSON) - MultiThreaded Sls, MultiSourceRpl, Group Rpl - MySQL Fabric, SemiSync+ 8

9 Agenda MySQL within Oracle Overview of MySQL architecture Inside MySQL Commercial MySQL vs. Open Source MySQL MySQL Subscription / MySQL License A MySQL Reference Questions and Answers 9

10 MySQL Database Server runs on MS Windows, Linux, Solaris and others OSes Support for common development languages/platforms Efficient multithreaded session handling Full DML, DDL parsing, cost based optimizer, caching of queries and result sets Flexible Storage Engine InnoDB Default! ACID Transactions, Crash Recovery, Foreign Keys, Up to 64 TByte Flexible logging and physical storage options

11 MySQL 5.6: Scalability Users can fully utilize latest generations of hardware and OS Scales as data volumes and users grow

12 Queries per Second MySQL 5.7 Sysbench Benchmark: OLTP Read Write 1.5x Faster than MySQL 5.6 3x Faster than MySQL MySQL 5.7: Sysbench OLTP Read Write MySQL Connections MySQL 5.6 MySQL 5.5 Intel(R) Xeon(R) CPU E v3 4 sockets x 18 cores-ht (144 CPU threads) 2.5 Ghz, 512GB RAM Linux kernel

13 MySQL Replication (HA ) Native to MySQL, Duplicates updates from a master to a slave Failover is either scripted or provided by additional middleware Supports Asynchronous and Semi-Synchronous replication Most common solution for HA Used to scale out as well Web / App Servers Writes & Reads Reads Master Master Status & Switchover Administration Utility Slaves

14 MySQL Fabric 1.5 (HA ) High Availability Application Application Connector Connector MySQL Fabric High Availability Server monitoring with auto-promotion and transparent application failover Fabric-aware connectors: Python, Java, PHP (lim. HA yet),.net, C (labs) Or MySQL Router (DMR) Read-slaves HA group 14

15 MySQL Fabric 1.5 (HA ) High Availability + Sharding-Based Scale-out High Availability Application Connector Application Connector SQL MySQL Fabric Server monitoring with auto-promotion and transparent application failover Optionally scale-out through sharding Application provides shard key Range or Hash Tools for resharding Global updates & tables Fabric-aware connector Python, Java, PHP (lim. HA yet),.net, C (labs) Read-slaves HA group Read-slaves HA group Or MySQL Router (DMR) 15

16 Queries per Second MySQL 5.6 / 5.7: InnoDB, NoSQL (Memcached) 6x Faster than MySQL MySQL 5.7 vs InnoDB & Memcached Connections Same app can leverage: Key-value access to InnoDB via Memcached API MySQL 5.7 MySQL 5.6 SQL for rich queries, fully transactional 1 Million QPS Intel(R) Xeon(R) CPU E x86_64 4 sockets x 10 cores-ht (80 CPU threads) 2.3 GHz, 512 GB RAM Oracle Linux

17 The perfect MySQL Server it s 2015 Choice of Operating system Linux or Windows or Solaris or? MySQL in virtual environments or within Cloud Environments? Does a server with more than >>50 CPU Threads make sense? InnoDB loves Memory, (DB size + Index) < available Memory Fast HD or SSD, RAID5 or RAID10? Own disk/partition for MySQL data (EXT4 and XFS if possible)? Dedicated NICs for Replication?

18 Agenda MySQL within Oracle Overview of MySQL architecture Inside MySQL Commercial MySQL vs. Open Source MySQL MySQL Subscription / MySQL License A MySQL Reference Questions and Answers 18

19 MySQL wording Database Schema Points (normally) to /var/lib/mysql InnoDB Buffer Pool Database Buffer Cache innodb_buffer_pool_size InnoDB Log File Redo Logs innodb_log_file_size InnoDB System Tablespace (ibdata1) InnoDB TS Konzept (innodb_file_per_table): alles im System TS (default bis 5.5) 1x Tablespace pro Tabelle (default ab 5.6) mehrere TS (ab 5.7)

20 Settings See: my.cnf or my.ini (Linux/Win) Check /etc/ oder /etc/mysql Check C:\ProgramData\MySQL innodb_flush_log_at_trx_commit (InnoDB) innodb_buffer_pool_size (InnoDB) innodb_log_file_size (InnoDB) key_buffer_size (MyISAM)

21 Access MySQL CLI vs. GUI (check next slides) CLI: mysql Oracle: SQL*Plus shell> mysql --user=... --password=... --host= port=... Database mysql> help GUI: MySQL Enterprise Workbench (WB) Administration (Backup, Monitoring,...) Entwicklung (SQL, Migration) Designer (ER-Diagramme) 21

22 Access MySQL MySQL Workbench EE Administration Start Stop, Backup, Monitoring Development ER-Diagrams Database migrations From Microsoft SQL Server, PostgreSQL, Sybase ASE, Sybase SQL Anywhere, SQLite, Microsoft Access, and more New! Database Migration Wizard for SQL Server, Sybase, SQLite, SQL Anywhere & PostgreSQL 22

23 Examples show databases; show tables; use database; e.g. use world; show processlist; select user, host from mysql.user; show grants for e.g. show grants for show global variables\g; show global status; show engines;

24 Agenda MySQL within Oracle Overview of MySQL architecture Inside MySQL Commercial MySQL vs. Open Source MySQL MySQL Subscription / MySQL License A MySQL Reference Questions and Answers 24

25 MySQL is free, but All MySQL Binaries are Oracle MySQL is licensed under the GNU General Public License (GPL) and is free. MySQL Code is availeable : but there are costs associated with using MySQL: - Cost to integrate, deploy and secure - Cost to certify, support and maintain - Opportunity cost Are you running MySQL efficiently?

26 MySQL Editions MySQL Community Edition (CE) Open Source MySQL Server MySQL Standard Edition (SE) Open Source or Commercial MySQL Server Including MySQL Support or MySQL Enterprise Edition (EE) Standard Edition (SE) Enterprise Tools (Monitor, Backup, Firewall, Audit and others) or (MySQL for OEM, ISV, VAR) 26

27 MySQL Enterprise Edition Advanced Features* Scalability High Availability Security Audit Management Tools* Monitoring Backup Development Administration Migration Support Technical Support Consultative Support Oracle Certifications * All Plugins and Tools are free as part of the Support Subscription 27

28 MySQL Enterprise Authentication PAM (Pluggable Authentication Modules) Access external authentication methods Standard interface (Unix, LDAP, Kerberos, others) Proxied and non-proxied users Windows Access native Windows services Authenticate users already logged into Windows (Windows Active Directory) Pluggable Authentication API Integrates MySQL with existing security infrastructures and SOPs 28

29 MySQL Enterprise Audit Out-of-the-box logging of connections, logins, and query User defined policies for filtering, and log rotation Dynamically enabled, disabled: no server restart XML-based audit stream per Oracle Audit Vault spec Easily integrate all auditing within Audit Vault Adds regulatory compliance to MySQL applications (HIPAA, Sarbanes-Oxley, PCI, etc.) 29

30 MySQL Enterprise Firewall Real Time Protection Queries analyzed and matched against White List Blocks SQL Injection Attacks Positive Security Model Block Suspicious Traffic Out of Policy Transactions detected & blocked Learns White List Automated creation of approved list of SQL command patterns on a per user basis Transparent No changes to application required MySQL Enterprise Firewall monitoring 30

31 MySQL Enterprise Firewall SQL Injection Protection with Positive Security Model Select *.* from employee where id=22 Allow & Log Applications Select *.* from employee where id=22 or 1=1 White List Block & Log Out of policy database transactions detected and blocked Logging & Analysis 31

32 MySQL Enterprise Edition Advanced Features* Scalability High Availability Security Audit Management Tools* Monitoring Backup Development Administration Migration Support Technical Support Consultative Support Oracle Certifications * All Plugins and Tools are free as part of the Support Subscription 32

33 Oracle Enterprise Manager for MySQL Availability monitoring Performance monitoring Configuration monitoring All available metrics collected Allowing for custom threshold based incident reports MySQL auto-detection Security Availability Performance 33

34 MySQL Enterprise Monitor Real-time MySQL performance and availability monitoring Visually find & fix problem queries Disk monitoring for capacity planning Alerts & notifications MySQL best practice advisors Security/Backup/Replication Monitoring Enterprise Query Analyzer 34

35 MySQL Enterprise Backup Logical (aka. Dump) vs. Physical (aka. MEB) Online, non-locking backup and recovery Complete MySQL instance backup (data and config) Partial backup and restore Incremental backups Point-in-time recovery Advanced compressed and encryption Backup to tape (SBT) Backup validation Cross-Platform (Windows, Linux, Unix) Direct Cloud storage backups (S3, etc.) 35

36 Oracle Integrations: Secure Backup MySQL Enterprise Backup images to tape (like RMN) Via SBT interface (standard for MMS) Encryption, policy-based management, vault rotation Common management, SOP for Oracle, MySQL backups mysqlbackup --port= protocol=tcp --user=root --password --backup-image=sbt:backup-shoeprod backup-dir=/backup backup-to-image

37 MySQL Enterprise Edition Advanced Features Scalability High Availability Security Audit Management Tools Monitoring Backup Development Administration Migration Support Technical Support Consultative Support Oracle Certifications 37

38 MySQL Enterprise Support Based on Metalink, Largest MySQL engineering and support organization Backed by the MySQL developers World-class support, in 29 languages Hot fixes & maintenance releases 24x7x365 Unlimited incidents Consultative support Global scale and reach Get immediate help for any MySQL issue, plus expert advice 38

39 MySQL Consultative Support Make the Most of your Deployments Remote troubleshooting Replication review Partitioning review Schema review Query review Performance tuning...and more 39

40 MySQL Lifecycle Make the Most of your Deployments Oracle Premier Support: 5 Years after GA Release MySQL 5.5: Dec Dec Release MySQL 5.6: Feb Feb Release MySQL 5.7: Oct Oct Oracle Extended Support: 3 Years after Premier Support (8 Years after GA) Release MySQL 5.5: Dec Dec Release MySQL 5.6: Feb Feb Release MySQL 5.7: Oct Oct Oracle Sustaining Support Lifetime 40

41 MySQL & Oracle Product Integrations Oracle Linux Oracle VM Oracle Solaris Oracle Clusterware Oracle Secure Backup Oracle Enterprise Manager Oracle Fusion Middleware Oracle GoldenGate Oracle Audit Vault & Database Firewall MyOracle Online Support MySQL Integrates into your Oracle Environment 41

42 Agenda MySQL within Oracle Overview of MySQL architecture Inside MySQL Commercial MySQL vs. Open Source MySQL MySQL Subscription / MySQL License A MySQL Reference Questions and Answers 42

43 Full Use Licensing Priced per Physical Server (no limit on Users or Virtual Machines) Definitions: Annual Subscription: is defined as the right to use the specified program(s) in accordance with the applicable License metric and to receive Oracle Software Update License & Support for the specified program(s) for the term specified on the order; Server: is defined as the computer on which the programs are installed. A Server License allows you to use the Licenced program on a single specified computer; Socket: is defined as a slot that houses a chip (or a multi-chip module), which contains a collection of one or more cores. Regardless of the number of cores, each chip (or multi-chip module) counts as a single socket. All occupied sockets on which the Oracle programs is installed and/or running must be Licenced. Governing contract: Oracle Master Agreement (OMA) + Schedule P 43

44 MySQL Pricing Strategy Tiered Pricing: Tier 1 = 1-4 Socket Servers, Tier 2 = 5+ Socket Servers Pricing is calculated "per Server", "per Year Informative price examples (excl. taxes, electronic delivery): MySQL Standard Edition Subscription (1-4 socket server), 1 Server, 1 Year, 1,740 MySQL Enterprise Edition Subscription (1-4 socket server), 1 Server, 1 Year, MySQL Cluster Carrier Edition Subscription (1-4 socket server), 1 Server, 1 Year, MySQL Price List on Oracle.com: 44

45 MySQL Pricing Examples HP Proliant DL380 Gen9 Microsoft Windows 2012, 1x MySQL 5.6 Ent, 300 DB Schemas 2x Intel Xeon E v3 ( 30 Cores) // 768 GB Dell PowerEdge R920 RedHat 7, 10x MySQL 5.6 Ent (mysqld_multi) 10 MySQL Instances 4x Intel Xeon E v2 ( 40 Cores) // 1 TB Oracle Server X5-2 8x Solaris 11 (Container), 2x MySQL 5.6 Ent (each) 16 MySQL Instances 2x Intel Xeon E v3 ( 36 Cores) // 1 TB Each server is covered with 1x MySQL Enterprise Subscription ($5000 /year) 45

46 Agenda MySQL within Oracle Overview of MySQL architecture Inside MySQL Commercial MySQL vs. Open Source MySQL MySQL Subscription / MySQL License A MySQL Reference Questions and Answers 46

47 Industry Leaders Rely on MySQL Web & Enterprise OEM & ISVs Cloud 47

48 Industry Leaders Rely on MySQL Web & Enterprise OEM & ISVs Cloud 48

49 MySQL 5.7 (and MySQL 5.8?) Performance & Scalability 2 X Faster than MySQL 5.6 Enhanced InnoDB: faster online & bulk load operations Replication Improvements (incl. multisource, multi-threaded slaves...) Manageability Performance Schema Improvements MySQL SYS Schema Improved Security: safer initialization, setup & management New Optimizer Cost Model: greater user control & better query performance And many more new features and enhancements

50 MySQL 5.8??? New Data Dictionary: Replacing FRMs Optimizer improvements, Cost model MySQL HTTP Plugin MySQL Multi-source Replication Intra-Schema Multi-Threaded Slave MySQL Group Replication MySQL JSON UDFs MySQL Applier for Hadoop MySQL Labs 2014/ (RC1) (RC2) DMR* 2013/2014/2015 *Development Milestone Release MySQL Cluster Manager 1.3 MySQL Workbench 6.1 & 6.2 MySQL for Excel 1.2 & 1.3 MySQL Enterprise Backup 3.10, 3.11, 312 Oracle Clusterware XAG Agent for MySQL MySQL Utilities / Fabric 1.4 & 1.5 MySQL Enterprise Manager Plugin (EM 12c) MYSQL Enterprise Backup 3.11 MySQL Enterprise Encryption And of course Connector/ODBC, Connector/PHP, Connector/Net, Connector/J, Connector Python, Connector /C++, Connector/C, Ruby Driver Latest: MySQL / MySQL Cluster /7.3.10/7.4.7 GA!

51 MySQL 5.8??? 51

52 Reference

53 Agenda MySQL within Oracle Overview of MySQL architecture MySQL Replication and MySQL Fabric Commercial MySQL vs. Open Source MySQL Subscription / MySQL License A MySQL Reference Questions and Answers 7 Carsten Thalheimer Mobile: Carsten.Thalheimer@Oracle.com 53

54 Clients Virtual IP MySQL Enterprise HA : Shared Storage Stricter data durability, integrity constraints Shared storage persists commits across instances Clustering software manages data access Auto-failover of applications and database MySQL certified & supported solutions Oracle Clusterware Windows Failover Clustering Oracle Solaris Cluster 54

55 Oracle Golden Gate MySQL specific optimizations Hybrid web, enterprise applications Offload, scale query activity to MySQL read-only slaves Real-time access to web-based analytics, reporting Migration path from/to MySQL from other databases with minimal downtime Also supports MySQL Cluster Heterogeneous Source Systems Log Based, Real- Time Change Data Capture OGG Data Distribution Zero Downtime Migration and Upgrades Disaster Recovery, Data Protection ODS ETL Real-time BI ETL Operational Reporting Query Offloading Standby (Open & Active) EDW Reporting Database 55

56 Oracle VM E-Delivery Download from Oracle Pre-built, pre-configured template Complete OS, VM and MySQL Database Rapid provisioning and cloning Save days / weeks in installation and configuration time VM 1 VM 2 VM VM VM VM Customize & Save as Golden Images Oracle VM Server Pool File Start-Up in Oracle VM Pool Oracle VM Servers Import to Oracle VM Manager SAN, iscsi VM 56

57 Oracle Audit Vault & Database Firewall For MySQL 5.5 and higher Audit Vault collects local MySQL audit stream XML data based on MySQL collector and auditing data from MySQL packets on network AV Console, Repo used to browse/report, archive, manage MySQL audit images AV Repository Global Filtering/Policies (First Class support) AV Server AV Agent 57

58 Oracle Secure Backup Centralized tape backup management New Cloud module Direct backups to AWS S3 via RMAN Offers additional disaster recovery (DR) protections MySQL Enterprise Backup Backups via SBT interface to OSB Backups directly to AWS S3 Support for additional providers coming soon! Availability Media Server Admin Server RMAN SBT Library Cloud Storage 58

59 Oracle Clusterware Business continuity and High Availability Scalability and agility Cost-effective workload management Standardized Deployment and System Management Ensures business critical work is satisfied within defined performance and availability SLAs Security New MySQL Plugin! Oracle RAC Oracle ASM / ACFS Oracle Clusterware MySQL Consolidated Pool of Storage with Automatic Storage Management (ASM) MySQL 59

MySQL Strategy. Morten Andersen, MySQL Enterprise Sales. Copyright 2014 Oracle and/or its affiliates. All rights reserved.

MySQL Strategy. Morten Andersen, MySQL Enterprise Sales. Copyright 2014 Oracle and/or its affiliates. All rights reserved. MySQL Strategy Morten Andersen, MySQL Enterprise Sales Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com

Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com Agenda The rise of Big Data & Hadoop MySQL in the Big Data Lifecycle MySQL Solutions for Big Data Q&A

More information

MyISAM Default Storage Engine before MySQL 5.5 Table level locking Small footprint on disk Read Only during backups GIS and FTS indexing Copyright 2014, Oracle and/or its affiliates. All rights reserved.

More information

<Insert Picture Here> MySQL in the Oracle Ecosystem

<Insert Picture Here> MySQL in the Oracle Ecosystem MySQL in the Oracle Ecosystem Philip Antoniades, Director Sales Consulting MySQL Database Today s Agenda Oracle s Strategy and Investment in MySQL Oracle Product Certifications/Integrations

More information

Welcome to Virtual Developer Day MySQL!

Welcome to Virtual Developer Day MySQL! Welcome to Virtual Developer Day MySQL! Keynote: Developer and DBA Guide to What s New in MySQL Andrew Morgan - MySQL Product Management @andrewmorgan www.clusterdb.com 1 Program Agenda 1:00 PM Keynote:

More information

<Insert Picture Here> Playing in the Same Sandbox: MySQL and Oracle

<Insert Picture Here> Playing in the Same Sandbox: MySQL and Oracle Playing in the Same Sandbox: MySQL and Oracle Lynn Ferrante, Senior Sales Technical Consultant, Oracle Safe Harbor Statement The following is intended to outline our general product

More information

MySQL Administration and Management Essentials

MySQL Administration and Management Essentials MySQL Administration and Management Essentials Craig Sylvester MySQL Sales Consultant 1 Safe Harbor Statement The following is intended to outline our general product direction. It

More information

MySQL Security: Best Practices

MySQL Security: Best Practices MySQL Security: Best Practices Sastry Vedantam sastry.vedantam@oracle.com Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

More information

MySQL ENTEPRISE EDITION

MySQL ENTEPRISE EDITION MySQL ENTEPRISE EDITION THE WORLD S MOST POPULAR OPEN SOURCE DATABASE HIGHLIGHTS MySQL Database MySQL Enterprise Backup MySQL Enterprise High Availability MySQL Enterprise Scalability MySQL Enterprise

More information

Dbvisit Replicate. Dbvisit Replicate Overview

Dbvisit Replicate. Dbvisit Replicate Overview Dbvisit Replicate Dbvisit Replicate Overview Agenda! The Problem! The Replication Solution! Dbvisit Replicate! Benefits! Pricing! Q&A and Open Discussion Dbvisit Replicate Overview 2 The Problem! Users

More information

MySQL Enterprise Edition

MySQL Enterprise Edition MySQL Enterprise Edition Product Guide A MySQL White Paper 2015, Oracle Corporation and/or its affiliates Table of Contents 1 Introduction... 3 2 MySQL Enterprise Edition... 3 3 MySQL Database... 4 4 MySQL

More information

MySQL Enterprise Backup

MySQL Enterprise Backup MySQL Enterprise Backup Fast, Consistent, Online Backups A MySQL White Paper February, 2011 2011, Oracle Corporation and/or its affiliates Table of Contents Introduction... 3! Database Backup Terms...

More information

MySQL: Community and Enterprise soul. Marco Carlessi - (Oracle) MySQL Senior Sales Consultant

MySQL: Community and Enterprise soul. Marco Carlessi - (Oracle) MySQL Senior Sales Consultant MySQL: Community and Enterprise soul Marco Carlessi - (Oracle) MySQL Senior Sales Consultant MySQL: Community and Enterprise soul AGENDA ORADOR Oracle s Investment in MySQL MySQL Enterprise Edition MySQL

More information

<Insert Picture Here> MySQL Update

<Insert Picture Here> MySQL Update MySQL Update Your name Your title Please Read The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

MySQL Reference Architectures for Massively Scalable Web Infrastructure

MySQL Reference Architectures for Massively Scalable Web Infrastructure MySQL Reference Architectures for Massively Scalable Web Infrastructure MySQL Best Practices for Innovating on the Web A MySQL Strategy White Paper April 2011 Table of Contents Executive Summary... 3!

More information

Oracle Database Cloud Services OGh DBA & Middleware Day

Oracle Database Cloud Services OGh DBA & Middleware Day Oracle Database Cloud Services OGh DBA & Middleware Day Jan van Tiggelen Principal Sales Consultant Oracle Core Technology June 4th, 2015 Safe Harbor Statement The following is intended to outline our

More information

MySQL Enterprise Monitor

MySQL Enterprise Monitor MySQL Enterprise Monitor Lynn Ferrante Principal Sales Consultant 1 Program Agenda MySQL Enterprise Monitor Overview Architecture Roles Demo 2 Overview 3 MySQL Enterprise Edition Highest Levels of Security,

More information

Oracle Database 11g Comparison Chart

Oracle Database 11g Comparison Chart Key Feature Summary Express 10g Standard One Standard Enterprise Maximum 1 CPU 2 Sockets 4 Sockets No Limit RAM 1GB OS Max OS Max OS Max Database Size 4GB No Limit No Limit No Limit Windows Linux Unix

More information

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region 1977 Oracle Database 30 Years of Sustained Innovation Database Vault Transparent Data Encryption

More information

MySQL és Hadoop mint Big Data platform (SQL + NoSQL = MySQL Cluster?!)

MySQL és Hadoop mint Big Data platform (SQL + NoSQL = MySQL Cluster?!) MySQL és Hadoop mint Big Data platform (SQL + NoSQL = MySQL Cluster?!) Erdélyi Ernő, Component Soft Kft. erno@component.hu www.component.hu 2013 (c) Component Soft Ltd Leading Hadoop Vendor Copyright 2013,

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle Big Data Appliance Releases 2.5 and 3.0 Ralf Lange Global ISV & OEM Sales Agenda Quick Overview on BDA and its Positioning Product Details and Updates Security and Encryption New Hadoop Versions

More information

MySQL and Virtualization Guide

MySQL and Virtualization Guide MySQL and Virtualization Guide Abstract This is the MySQL and Virtualization extract from the MySQL Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit

More information

ORACLE DATABASE ADMINISTRATOR RESUME

ORACLE DATABASE ADMINISTRATOR RESUME 1 of 5 1/17/2015 1:28 PM ORACLE DATABASE ADMINISTRATOR RESUME ORACLE DBA Resumes Please note that this is a not a Job Board - We are an I.T Staffing Company and we provide candidates on a Contract basis.

More information

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION KEY FEATURES AND BENEFITS STANDARD EDITION Java EE 7 full platform support Java SE 8 certification, support Choice of IDEs, development tools and frameworks Oracle Cloud compatibility Industry-leading

More information

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS DOAG Nuremberg - 17/09/2013 Kirill Loifman Oracle Certified Professional DBA www: dadbm.com Twitter: @loifmkir ELEMENTS OF HIGH AVAILABILITY

More information

Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els

Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els Copyright 2011-2013 Dbvisit Software Limited. All Rights Reserved Nov 2013 Executive Summary... 3 Target Audience... 3 Introduction...

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7 Oracle Virtual Machine Server pre x86 Marián Kuna Technology Sales

More information

High Availability Solutions for the MariaDB and MySQL Database

High Availability Solutions for the MariaDB and MySQL Database High Availability Solutions for the MariaDB and MySQL Database 1 Introduction This paper introduces recommendations and some of the solutions used to create an availability or high availability environment

More information

<Insert Picture Here> MySQL Security In A Cloudy World

<Insert Picture Here> MySQL Security In A Cloudy World MySQL Security In A Cloudy World Dave Stokes @Stoker David.Stokes @Oracle.com MySQL Community Manager slides: slideshare.net/davidmstokes Safe Harbor Statement The following is intended

More information

OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni

OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni Agenda Database trends for the past 10 years Era of Big Data and Cloud Challenges and Options Upcoming database trends Q&A Scope

More information

Introduction to Database as a Service

Introduction to Database as a Service Introduction to Database as a Service Exadata Platform Revised 8/1/13 Database as a Service (DBaaS) Starts With The Business Needs Establish an IT delivery model that reduces costs, meets demand, and fulfills

More information

<Insert Picture Here> Enabling Cloud Deployments with Oracle Virtualization

<Insert Picture Here> Enabling Cloud Deployments with Oracle Virtualization Enabling Cloud Deployments with Oracle Virtualization NAME TITLE The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Oracle Database 12c Plug In. Switch On. Get SMART.

Oracle Database 12c Plug In. Switch On. Get SMART. Oracle Database 12c Plug In. Switch On. Get SMART. Duncan Harvey Head of Core Technology, Oracle EMEA March 2015 Safe Harbor Statement The following is intended to outline our general product direction.

More information

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Maximum Availability Architecture with Exadata Database Machine Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska MAA is Oracle s Availability Blueprint Oracle s MAA is a best practices

More information

ORACLE DATABASE 10G ENTERPRISE EDITION

ORACLE DATABASE 10G ENTERPRISE EDITION ORACLE DATABASE 10G ENTERPRISE EDITION OVERVIEW Oracle Database 10g Enterprise Edition is ideal for enterprises that ENTERPRISE EDITION For enterprises of any size For databases up to 8 Exabytes in size.

More information

Expansion Through Acquisitions

Expansion Through Acquisitions Oracle, Open Source and Open Standards Edgars RuĦăis Oracle Latvijā Oracle Corporation World s largest enterprise software vendor 275,000+ global customers 30,000+ applications customers

More information

ENTERPRISE-CLASS MONITORING SOLUTION FOR EVERYONE ALL-IN-ONE OPEN-SOURCE DISTRIBUTED MONITORING

ENTERPRISE-CLASS MONITORING SOLUTION FOR EVERYONE ALL-IN-ONE OPEN-SOURCE DISTRIBUTED MONITORING ENTERPRISE-CLASS MONITORING SOLUTION FOR EVERYONE ALL-IN-ONE OPEN-SOURCE DISTRIBUTED MONITORING 1 CONTENTS About Zabbix Software... 2 Main Functions... 3 Architecture... 4 Installation Requirements...

More information

<Insert Picture Here> Oracle VM and Cloud Computing

<Insert Picture Here> Oracle VM and Cloud Computing Oracle VM and Cloud Computing Paulo Bosco Otto Sales Consultant paulo.bosco.otto@oracle.com The following is intended to outline our general product direction. It is intended for

More information

Oracle Database - Engineered for Innovation. Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya

Oracle Database - Engineered for Innovation. Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya Oracle Database - Engineered for Innovation Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya Oracle Database 11g Release 2 Shipping since September 2009 11.2.0.3 Patch Set now

More information

6231A - Maintaining a Microsoft SQL Server 2008 Database

6231A - Maintaining a Microsoft SQL Server 2008 Database 6231A - Maintaining a Microsoft SQL Server 2008 Database Course Number: 6231A Course Length: 5 Days Certification Exam This course will help you prepare for the following Microsoft Certified Professional

More information

Assignment # 1 (Cloud Computing Security)

Assignment # 1 (Cloud Computing Security) Assignment # 1 (Cloud Computing Security) Group Members: Abdullah Abid Zeeshan Qaiser M. Umar Hayat Table of Contents Windows Azure Introduction... 4 Windows Azure Services... 4 1. Compute... 4 a) Virtual

More information

FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY" Tokyo. Koln Sebastopol. Cambridge Farnham.

FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY Tokyo. Koln Sebastopol. Cambridge Farnham. FIFTH EDITION Oracle Essentials Rick Greenwald, Robert Stackowiak, and Jonathan Stern O'REILLY" Beijing Cambridge Farnham Koln Sebastopol Tokyo _ Table of Contents Preface xiii 1. Introducing Oracle 1

More information

Ultimate Guide to Oracle Storage

Ultimate Guide to Oracle Storage Ultimate Guide to Oracle Storage Presented by George Trujillo George.Trujillo@trubix.com George Trujillo Twenty two years IT experience with 19 years Oracle experience. Advanced database solutions such

More information

Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL

Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL Overview This short guide explains how to use Attunity CloudBeam to replicate data from your on premises database to Microsoft

More information

Explain how to prepare the hardware and other resources necessary to install SQL Server. Install SQL Server. Manage and configure SQL Server.

Explain how to prepare the hardware and other resources necessary to install SQL Server. Install SQL Server. Manage and configure SQL Server. Course 6231A: Maintaining a Microsoft SQL Server 2008 Database About this Course Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge

More information

Oracle Database Public Cloud Services

Oracle Database Public Cloud Services Oracle Database Public Cloud Services A Strategy and Technology Overview Bob Zeolla Principal Sales Consultant Oracle Education & Research November 23, 2015 Safe Harbor Statement The following is intended

More information

<Insert Picture Here> Oracle NoSQL Database A Distributed Key-Value Store

<Insert Picture Here> Oracle NoSQL Database A Distributed Key-Value Store Oracle NoSQL Database A Distributed Key-Value Store Charles Lamb, Consulting MTS The following is intended to outline our general product direction. It is intended for information

More information

Oracle 11g Database Administration

Oracle 11g Database Administration Oracle 11g Database Administration Part 1: Oracle 11g Administration Workshop I A. Exploring the Oracle Database Architecture 1. Oracle Database Architecture Overview 2. Interacting with an Oracle Database

More information

Oracle vs. SQL Server. Simon Pane & Steve Recsky First4 Database Partners Inc. September 20, 2012

Oracle vs. SQL Server. Simon Pane & Steve Recsky First4 Database Partners Inc. September 20, 2012 Oracle vs. SQL Server Simon Pane & Steve Recsky First4 Database Partners Inc. September 20, 2012 Agenda Discussions on the various advantages and disadvantages of one platform vs. the other For each topic,

More information

MySQL Technical Overview

MySQL Technical Overview MySQL Technical Overview Mayuresh Nirhali Member Technical Staff Solaris RPE Mayuresh.Nirhali@Sun.COM 1 Agenda MySQL AB > Sun Microsystems Technology Stacks MySQL Server Architecture Pluggable Storage

More information

HP OO 10.X - SiteScope Monitoring Templates

HP OO 10.X - SiteScope Monitoring Templates HP OO Community Guides HP OO 10.X - SiteScope Monitoring Templates As with any application continuous automated monitoring is key. Monitoring is important in order to quickly identify potential issues,

More information

Database Scalability and Oracle 12c

Database Scalability and Oracle 12c Database Scalability and Oracle 12c Marcelle Kratochvil CTO Piction ACE Director All Data/Any Data marcelle@piction.com Warning I will be covering topics and saying things that will cause a rethink in

More information

Dave Stokes MySQL Community Manager

Dave Stokes MySQL Community Manager The Proper Care and Feeding of a MySQL Server for Busy Linux Admins Dave Stokes MySQL Community Manager Email: David.Stokes@Oracle.com Twiter: @Stoker Slides: slideshare.net/davidmstokes Safe Harbor Agreement

More information

OnApp Cloud. The complete platform for cloud service providers. 114 Cores. 286 Cores / 400 Cores

OnApp Cloud. The complete platform for cloud service providers. 114 Cores. 286 Cores / 400 Cores OnApp Cloud The complete platform for cloud service providers 286 Cores / 400 Cores 114 Cores 218 10 86 20 The complete platform for cloud service providers OnApp software turns your datacenter into an

More information

<Insert Picture Here> How to Sell MySQL A Partner Sales Aid

<Insert Picture Here> How to Sell MySQL A Partner Sales Aid How to Sell MySQL A Partner Sales Aid Agenda Understanding Why MySQL Selling Strategy What is MySQL Enterprise Selling Open Source Products MySQL sponsorship within a company Summary

More information

SAN TECHNICAL - DETAILS/ SPECIFICATIONS

SAN TECHNICAL - DETAILS/ SPECIFICATIONS SAN TECHNICAL - DETAILS/ SPECIFICATIONS Technical Details / Specifications for 25 -TB Usable capacity SAN Solution Item 1) SAN STORAGE HARDWARE : One No. S.N. Features Description Technical Compliance

More information

<Insert Picture Here> Oracle In-Memory Database Cache Overview

<Insert Picture Here> Oracle In-Memory Database Cache Overview Oracle In-Memory Database Cache Overview Simon Law Product Manager The following is intended to outline our general product direction. It is intended for information purposes only,

More information

<Insert Picture Here> Managing Storage in Private Clouds with Oracle Cloud File System OOW 2011 presentation

<Insert Picture Here> Managing Storage in Private Clouds with Oracle Cloud File System OOW 2011 presentation Managing Storage in Private Clouds with Oracle Cloud File System OOW 2011 presentation What We ll Cover Today Managing data growth Private Cloud definitions Oracle Cloud Storage architecture

More information

Automated Data Ingestion. Bernhard Disselhoff Enterprise Sales Engineer

Automated Data Ingestion. Bernhard Disselhoff Enterprise Sales Engineer Automated Data Ingestion Bernhard Disselhoff Enterprise Sales Engineer Agenda Pentaho Overview Templated dynamic ETL workflows Pentaho Data Integration (PDI) Use Cases Pentaho Overview Overview What we

More information

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between

More information

This guide specifies the required and supported system elements for the application.

This guide specifies the required and supported system elements for the application. System Requirements Contents System Requirements... 2 Supported Operating Systems and Databases...2 Features with Additional Software Requirements... 2 Hardware Requirements... 4 Database Prerequisites...

More information

Oracle 11g New Features - OCP Upgrade Exam

Oracle 11g New Features - OCP Upgrade Exam Oracle 11g New Features - OCP Upgrade Exam This course gives you the opportunity to learn about and practice with the new change management features and other key enhancements in Oracle Database 11g Release

More information

Tushar Joshi Turtle Networks Ltd

Tushar Joshi Turtle Networks Ltd MySQL Database for High Availability Web Applications Tushar Joshi Turtle Networks Ltd www.turtle.net Overview What is High Availability? Web/Network Architecture Applications MySQL Replication MySQL Clustering

More information

Maintaining a Microsoft SQL Server 2008 Database

Maintaining a Microsoft SQL Server 2008 Database Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Five days; Instructor-Led Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students

More information

<Insert Picture Here> Considerations for Enterprise Cloud Computing

<Insert Picture Here> Considerations for Enterprise Cloud Computing Considerations for Enterprise Cloud Computing Kew Yoke Ling Cloud Computing and Oracle EC2 Cloud Computing today: Developers are the primary users Infrastructure not enterprise ready

More information

Real-time Data Replication

Real-time Data Replication Real-time Data Replication from Oracle to other databases using DataCurrents WHITEPAPER Contents Data Replication Concepts... 2 Real time Data Replication... 3 Heterogeneous Data Replication... 4 Different

More information

Oracle Database 11g: New Features for Administrators DBA Release 2

Oracle Database 11g: New Features for Administrators DBA Release 2 Oracle Database 11g: New Features for Administrators DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: New Features for Administrators DBA Release 2 training explores new change

More information

Realizing the Benefits of Hybrid Cloud. Anand MS Cloud Solutions Architect Microsoft Asia Pacific

Realizing the Benefits of Hybrid Cloud. Anand MS Cloud Solutions Architect Microsoft Asia Pacific Realizing the Benefits of Hybrid Cloud Anand MS Cloud Solutions Architect Microsoft Asia Pacific Agenda Key drivers for Hybrid Cloud Unified Cloud Strategy Example Use Cases How to get there Hybrid Cloud:

More information

About the Author About the Technical Contributors About the Technical Reviewers Acknowledgments. How to Use This Book

About the Author About the Technical Contributors About the Technical Reviewers Acknowledgments. How to Use This Book About the Author p. xv About the Technical Contributors p. xvi About the Technical Reviewers p. xvi Acknowledgments p. xix Preface p. xxiii About This Book p. xxiii How to Use This Book p. xxiv Appendices

More information

ORACLE CLOUD MANAGEMENT PACK FOR ORACLE DATABASE

ORACLE CLOUD MANAGEMENT PACK FOR ORACLE DATABASE ORACLE CLOUD MANAGEMENT PACK FOR ORACLE DATABASE Oracle Enterprise Manager is Oracle s integrated enterprise IT management product line, and provides the industry s first complete cloud lifecycle management

More information

CMB 207 1I Citrix XenApp and XenDesktop Fast Track

CMB 207 1I Citrix XenApp and XenDesktop Fast Track CMB 207 1I Citrix XenApp and XenDesktop Fast Track This fast paced course provides the foundation necessary for students to effectively centralize and manage desktops and applications in the datacenter

More information

Overview: X5 Generation Database Machines

Overview: X5 Generation Database Machines Overview: X5 Generation Database Machines Spend Less by Doing More Spend Less by Paying Less Rob Kolb Exadata X5-2 Exadata X4-8 SuperCluster T5-8 SuperCluster M6-32 Big Memory Machine Oracle Exadata Database

More information

Module 14: Scalability and High Availability

Module 14: Scalability and High Availability Module 14: Scalability and High Availability Overview Key high availability features available in Oracle and SQL Server Key scalability features available in Oracle and SQL Server High Availability High

More information

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment WHAT IS IT? Red Hat Network (RHN) Satellite server is an easy-to-use, advanced systems management platform

More information

High Availability and Scalability for Online Applications with MySQL

High Availability and Scalability for Online Applications with MySQL High Availability and Scalability for Online Applications with MySQL Part 1I - Advanced Replication Ivan Zoratti Sales Engineering Manager EMEA ivan@mysql.com April 2007 Agenda Welcome back! and Welcome

More information

System Administration of Windchill 10.2

System Administration of Windchill 10.2 System Administration of Windchill 10.2 Overview Course Code Course Length TRN-4340-T 3 Days In this course, you will gain an understanding of how to perform routine Windchill system administration tasks,

More information

MS-50400 - Design, Optimize and Maintain Database for Microsoft SQL Server 2008

MS-50400 - Design, Optimize and Maintain Database for Microsoft SQL Server 2008 MS-50400 - Design, Optimize and Maintain Database for Microsoft SQL Server 2008 Table of Contents Introduction Audience At Completion Prerequisites Microsoft Certified Professional Exams Student Materials

More information

Securing Data in Oracle Database 12c

Securing Data in Oracle Database 12c Securing Data in Oracle Database 12c Thomas Kyte http://asktom.oracle.com/ Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

More information

Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008

Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008 Course 50400A: Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008 Length: 5 Days Language(s): English Audience(s): IT Professionals Level: 300 Technology:

More information

Flash Databases: High Performance and High Availability

Flash Databases: High Performance and High Availability Flash Databases: High Performance and High Availability Flash Memory Summit Software Tutorial August 11,2011 Dr John R Busch Founder and CTO Schooner Information Technology JohnBusch@SchoonerInfoTechcom

More information

WebLogic on Oracle Database Appliance: Combining High Availability and Simplicity

WebLogic on Oracle Database Appliance: Combining High Availability and Simplicity WebLogic on Oracle Database Appliance: Combining High Availability and Simplicity Frances Zhao-Perez Alexandra Huff Oracle CAF Product Management Simon Haslam Technical Director O-box Safe Harbor Statement

More information

RED HAT ENTERPRISE VIRTUALIZATION

RED HAT ENTERPRISE VIRTUALIZATION Giuseppe Paterno' Solution Architect Jan 2010 Red Hat Milestones October 1994 Red Hat Linux June 2004 Red Hat Global File System August 2005 Red Hat Certificate System & Dir. Server April 2006 JBoss April

More information

Citrix XenServer Backups with SEP sesam

Citrix XenServer Backups with SEP sesam Citrix XenServer Backups with SEP sesam Contents Introduction and Overview...2 XenServer Backup Methods...2 Offline Backup... 3 Online Live Memory Backup... 3 Online Quiesced Backup... 4 Online Normal

More information

Red Hat enterprise virtualization 3.0 feature comparison

Red Hat enterprise virtualization 3.0 feature comparison Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware

More information

System Requirements Table of contents

System Requirements Table of contents Table of contents 1 Introduction... 2 2 Knoa Agent... 2 2.1 System Requirements...2 2.2 Environment Requirements...4 3 Knoa Server Architecture...4 3.1 Knoa Server Components... 4 3.2 Server Hardware Setup...5

More information

MySQL and Hadoop Big Data Integration

MySQL and Hadoop Big Data Integration MySQL and Hadoop Big Data Integration Unlocking New Insight A MySQL White Paper December 2012 Table of Contents Introduction... 3 The Lifecycle of Big Data... 4 MySQL in the Big Data Lifecycle... 4 Acquire:

More information

Cloud Based Application Architectures using Smart Computing

Cloud Based Application Architectures using Smart Computing Cloud Based Application Architectures using Smart Computing How to Use this Guide Joyent Smart Technology represents a sophisticated evolution in cloud computing infrastructure. Most cloud computing products

More information

Linux A first-class citizen in Windows Azure. Bruno Terkaly bterkaly@microsoft.com Principal Software Engineer Mobile/Cloud/Startup/Enterprise

Linux A first-class citizen in Windows Azure. Bruno Terkaly bterkaly@microsoft.com Principal Software Engineer Mobile/Cloud/Startup/Enterprise Linux A first-class citizen in Windows Azure Bruno Terkaly bterkaly@microsoft.com Principal Software Engineer Mobile/Cloud/Startup/Enterprise 1 First, I am software developer (C/C++, ASM, C#, Java, Node.js,

More information

NoSQL Performance Test In-Memory Performance Comparison of SequoiaDB, Cassandra, and MongoDB

NoSQL Performance Test In-Memory Performance Comparison of SequoiaDB, Cassandra, and MongoDB bankmark UG (haftungsbeschränkt) Bahnhofstraße 1 9432 Passau Germany www.bankmark.de info@bankmark.de T +49 851 25 49 49 F +49 851 25 49 499 NoSQL Performance Test In-Memory Performance Comparison of SequoiaDB,

More information

Data Integration Overview

Data Integration Overview Data Integration Overview Phill Rizzo Regional Manager, Data Integration Solutions phillip.rizzo@oracle.com Oracle Products for Data Movement Comparing How They Work Oracle Data

More information

Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier

Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier Simon Law TimesTen Product Manager, Oracle Meet The Experts: Andy Yao TimesTen Product Manager, Oracle Gagan Singh Senior

More information

The Future of PostgreSQL High Availability Robert Hodges - Continuent, Inc. Simon Riggs - 2ndQuadrant

The Future of PostgreSQL High Availability Robert Hodges - Continuent, Inc. Simon Riggs - 2ndQuadrant The Future of PostgreSQL High Availability Robert Hodges - Continuent, Inc. Simon Riggs - 2ndQuadrant Agenda / Introductions / Framing the High Availability (HA) Problem / Hot Standby + Log Streaming /

More information

INTRODUCTION TO CLOUD MANAGEMENT

INTRODUCTION TO CLOUD MANAGEMENT CONFIGURING AND MANAGING A PRIVATE CLOUD WITH ORACLE ENTERPRISE MANAGER 12C Kai Yu, Dell Inc. INTRODUCTION TO CLOUD MANAGEMENT Oracle cloud supports several types of resource service models: Infrastructure

More information

Rob Zoeteweij Zoeteweij Consulting

Rob Zoeteweij Zoeteweij Consulting Rob Zoeteweij Zoeteweij Consulting Rob Zoeteweij Working with Oracle technology since 1985 (Oracle 3) Many Oracle DBA, Oracle Development projects Last 6 Years Oracle Expert Services RAC/ASM OEM Grid Control

More information

Oracle Database 10g: Backup and Recovery 1-2

Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-3 What Is Backup and Recovery? The phrase backup and recovery refers to the strategies and techniques that are employed

More information

SQL Server 2014. What s New? Christopher Speer. Technology Solution Specialist (SQL Server, BizTalk Server, Power BI, Azure) v-cspeer@microsoft.

SQL Server 2014. What s New? Christopher Speer. Technology Solution Specialist (SQL Server, BizTalk Server, Power BI, Azure) v-cspeer@microsoft. SQL Server 2014 What s New? Christopher Speer Technology Solution Specialist (SQL Server, BizTalk Server, Power BI, Azure) v-cspeer@microsoft.com The evolution of the Microsoft data platform What s New

More information

Hosted SharePoint: Questions every provider should answer

Hosted SharePoint: Questions every provider should answer Hosted SharePoint: Questions every provider should answer Deciding to host your SharePoint environment in the Cloud is a game-changer for your company. The potential savings surrounding your time and money

More information

<Insert Picture Here> Oracle Database Security Overview

<Insert Picture Here> Oracle Database Security Overview Oracle Database Security Overview Tammy Bednar Sr. Principal Product Manager tammy.bednar@oracle.com Data Security Challenges What to secure? Sensitive Data: Confidential, PII, regulatory

More information

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between

More information

Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid clouds.

Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid clouds. ENTERPRISE MONITORING & LIFECYCLE MANAGEMENT Unify IT Operations Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid

More information