INTRODUCTION ADVANTAGES OF RUNNING ORACLE 11G ON WINDOWS. Edward Whalen, Performance Tuning Corporation
|
|
|
- Oswald Foster
- 10 years ago
- Views:
Transcription
1 ADVANTAGES OF RUNNING ORACLE11G ON MICROSOFT WINDOWS SERVER X64 Edward Whalen, Performance Tuning Corporation INTRODUCTION Microsoft Windows has long been an ideal platform for the Oracle database server. Oracle has always fully supported Microsoft Windows and has added Windows only features to Oracle. This trend has continued with Oracle 11g. In some respects, the choice of the Operating System (OS) is irrelevant and in other situations very important. This choice may depend on several variables, some technical and others business oriented. One may find that Microsoft Windows provides advantages in some environments, and disadvantages in others. Introducing a new OS into an existing Windows infrastructure for the purpose of running a single application such as Oracle, is no small task and can cause unforeseen problems, such as require additional staff or training. Similarly, installing Oracle on Windows in an exclusively UNIX environment can pose similar problems. This paper highlights some of the advantages of running Oracle on the Windows 64 bit operating system. In addition, it addresses some of the basic issues and factors to consider when choosing to deploy a new operating system, such as Windows. ADVANTAGES OF RUNNING ORACLE 11G ON WINDOWS Oracle was the first database to run on Windows NT and Itanium Windows, as well as the first to support a 64 bit database on the Windows x64 platform. Oracle continues to support the Windows platform with Oracle11g and includes features which are exclusive to this operating system. Since it s costly to re train personnel on the use and management of a new operating system, many IT managers, choose to further leverage the expertise and knowledge of their existing staff. In many cases, this option is cost effective and technically prudent; however, corporations often have mixed environments, where the additional features available on Windows present a strong argument for implementing a Windows based solution. 1
2 EASE OF USE Oracle installation and configuration is very straight forward on Microsoft Windows. Because updates to Windows are carefully controlled, Oracle does not require special libraries, packages or options in order to install correctly. This combined with an intuitive interface and features that are easy to use make Windows an ideal host for Oracle databases. WINDOWS AUTHENTICATION Oracle 11g authentication has been further integrated with Windows authentication. It is now only necessary to log into the Windows domain. Connectivity to the Oracle database(s) is implemented using Windows authentication. This provides a single point of security, thus enhancing and simplifying Oracle security. This feature is noted later in this paper as a Windows Only feature. PERFORMANCE Oracle on Windows provides excellent performance as compared to other operating systems running on the same or similar hardware. Oracle was originally designed to run on Windows using a thread model. With the thread model, all Oracle processes such as server and background processes run as Windows threads. This approach originally turn out to be a problem for large Oracle on Windows installations, but with the introduction of Oracle for 64 bit Windows, this design proved beneficial in improving database performance. THREAD MODEL Using the Windows thread model, all Oracle processes, such as server and background processes, run as Windows threads. As threads, they all share the same virtual memory space, thus reducing the need for process switching. This approach proves an important benefit, because thread switching is more efficient than process switching; however, this inadvertently causes a virtual memory problem. Since the oracle.exe process runs as one process with multiple threads, it is limited to the virtual memory available to a single process, in the case of 32 bit Windows, this is 4 GB. Since all threads share the same 4 GB of virtual memory address space, Oracle would run out of virtual memory address space at about 300 sessions. This is a severe limitation for customers who ran Oracle on 32 bit Windows. So, the thread model turned out to be both an advantage and a disadvantage. Fortunately, this is solved with 64 bit Oracle for 64 bit Windows. 2
3 64 BIT SUPPORT The introduction of 64 bit Windows provides two major benefits; physical memory addressing, and virtual memory addressing. The limitations that caused virtual memory problems have been reduced since the virtual memory size has been increased. This is shown in the following table: Virtual Memory size 32 bit Windows Server 4 GB Total 2 GB kernel /2 GB user or 1 GB kernel / 3GB user with the use of the /3GB flag 64 bit Windows Server 8 Terabytes kernel 8 Terabytes user Physical Memory Limitations 64 GB 1 Terabyte (now) More (later) By taking advantage of 64 bit hardware, the disadvantages of the Oracle for Windows thread model has been eliminated, thus providing a high performance database for Windows. Note: It is highly recommended by Oracle that Oracle on Windows be implemented using 64 bit technology. If you re currently running Oracle on a 32 bit hardware, we recommend you upgrade as soon as possible to 64 bit technology. LARGE PAGE SUPPORT For large memory systems Oracle 11g for Windows supports Large Pages. With Large Pages the Oracle SGA can be configured to use a 2 MB page size rather than the default 4 KB page size. This reduces the number of page table entries required and makes better use of the Translation Lookaside Buffer (TLB). The use of Large Pages improves Oracle performance with large amounts of memory. Large Pages are enabled by setting the ORA_LPENABLE=1 registry parameter under the Oracle key. WINDOWS PRIORITY AND AFFINITY ENHANCEMENTS With Oracle 11g the database server has been enhanced to allow for more fine grain tuning. By modifying the ORACLE_PRIORITY registry key, it is possible to individually set the thread priorities for each Oracle background process. Modifying the ORACLE_AFFINITY registry key allows the administrator to assign threads or the entire oracle process to a particular processor. ORACLE_AFFINITY is set by default when running on a NUMA system. 3
4 USE OF COMMODITY HARDWARE Another advantage of Oracle on Windows is the ability to run on commodity hardware available through a vast choice of hardware vendors. Commodity hardware provides reasonable prices and also encourages competition, not only among the hardware system vendors, but among the CPU chip vendors as well. In today s market it is increasingly difficult to find a server that is not 64 bit capable. A 64 bit server is flexible and capable of running in 32 bit mode or 64 bit mode, depending on the version of the OS is installed. Note: It is always recommended to run production databases on well known, reliable server brands with proven support. WINDOWS FEATURES OF ORACLE 11G There are a number of features of Oracle11g that are specific to the Windows operating systems. These features are designed to make integration with and development for Oracle easier on the Windows platform. These features include.net integration, security, IIS support and Oracle Fail Safe..NET INTEGRATION Oracle with Visual Studio integration, greatly improves development productivity by reducing the time it takes to develop and build.net applications using Oracle. Another benefit for the developer is the integration of Oracle PL/SQL debugger into Visual Studio, allowing.net code and PL/SQL debugging without having to leave Visual Studio. Native integration is also provided with ADO.NET 2.0 using the Visual Studio development environment. This gives ADO.NET developers the flexibility to build one set of code that works with multiple database vendors software. This integration also provides the developer the ability to code and debug code faster within the Windows based toolset. Below are some of the tools included in the toolset. Oracle Developer Tools for Visual Studio. This free toolset is powerful and easy to use. Oracle Data Provider for.net. This free add in allows native access to Oracle from.net. Oracle Data Extensions for.net. This allows coding Visual C# or Visual Basic procedures for Oracle. These tools provide for easy, quick and robust development for Oracle on.net. SECURITY Oracle 11g for Windows provides a robust range of security and auditing options. Security is achieved by providing the same functionality, although configured slightly different, as features on the various supported Linux and UNIX platforms. This ensures consistency in building a company s core security and compliance requirements. 4
5 WINDOWS SPECIFIC SECURITY FEATURES Security Options and configuration techniques specific to Windows include: Oracle s Native Authentication Adapter for use with Microsoft Active Directory Services Certificate based authentication, possible through the use of Oracle database wallets which can be stored in the Windows client registry for added protection Microsoft Certificate Store Integration Kerberos implementation interoperates with Microsoft key distribution center The Sarbanes Oxley Act of 2002 (SOX) regulates internal controls used for corporate information of publicly traded companies. However, most public and privately owned companies today are pursuing cost effective compliance readiness. Whether compliance is regulated or self imposed, Oracle 11g on Windows incorporates innovative configuration and data protection options to provide compliant and secure data. Secure by Default is a collective out of the box set of security features. These include increased password protection with complexity checking, secure file permissions, optional default audit settings, and new controls on network callouts from the database. The built in password protection encrypts passwords using the Secure Hash Algorithm cryptographic hash function. AUDIT BY DEFAULT Auditing is the monitoring and recording of selected user database actions. Auditing is a way of enabling future accountability for current actions taken in a particular schema, table, or row, or affecting specific content within an Oracle database. Auditing is an important part of the security layer. Accountability thru database auditing has gained visibility through public and private regulations, such as Sarbanes Oxley Act (SOX), Health Insurance Portability and Accountability Act (HIPPA), Federal Information Security Management Act (FISMA), and Payment Card Industry Data Security (PCI DSS). New in Oracle 11g, Audit by Default automatically configures the database for auditing and turns on auditing for database connections. WINDOWS IIS SUPPORT Whether you choose to use Oracle s application server or Microsoft Internet Information Services (IIS) for web services, both are fully supported. This allows a corporate Windows environment to standardize on one web server throughout the enterprise. Microsoft IIS can be used and easily integrated with Oracle and includes support for Microsoft ASP.Net. ORACLE FAIL SAFE Oracle Fail Safe is a Windows only feature of Oracle Database 11g that provides High Availability for business solutions deployed on Windows clusters. A cluster provides a redundant set of hardware that can immediately take over in the event of a system failure. This provides for a level of high availability and quick recovery in the event of a system failure at a fairly low cost. Oracle Fail Safe operating in an active/passive role works with Microsoft Cluster Services to ensure that if a failure occurs on the active server in the cluster, the workload will automatically fail over to the surviving passive server. 5
6 ORACLE RAC Oracle RAC option is designed to tolerate server failures with relatively no impact to mission critical applications and its users. As workloads and user connections are increased, additional nodes (servers) can be easily added to the cluster. Scalability and High Availability is the cornerstone of this flagship product utilizing all nodes in the cluster in an active/active configuration all nodes can access the same database simultaneously. In addition, Oracle RAC 11g new features provide enhanced support for XA transactions in RAC environments, fine tuned performance, new advanced fault diagnostics, and increased privileges for Automatic Storage Management (ASM), to name a few. Enhancements to the monitoring and diagnostics within Enterprise Manager benefit junior technical staff by providing an easy graphical user interface to depict the state of the cluster and the ability to drill down into problem areas. Although RAC is not a Windows specific feature, it is fully supported on Microsoft Windows. ORACLE DATA GUARD AND ACTIVE DATA GUARD Oracle Data Guard is an efficient comprehensive Disaster Recovery and High Availability solution which provides availability, data protection, and recovery for enterprise data from site outages due to planned downtime, disasters or failures. A Data Guard configuration consists of one production database and one or more standby databases. The databases in a Data Guard configuration are connected by Oracle Net and may be in multiple geographic locations. There are no restrictions on where the databases are physically located, provided they can communicate with each other. Oracle Data Guard s SQL Apply (used with Logical standby database) and Redo Apply (used with Physical standby database) are included with the Oracle Enterprise Edition software. In Oracle 11g, the new add on option Oracle Active Data Guard is one of this release s best ROI. With Active Data Guard, the Physical standby database can be open for real time queries while Redo Apply is active. Oracle Active Data Guard enhances the Quality of Service (QoS) for production databases by off loading resource intensive operations to one or more standby database. With Oracle Active Data Guard, a Physical standby database can be used for real time reporting, with minimal latency between reporting and production data. Active Data Guard also allows backup operations to be off loaded to the standby database, and allows for very fast backup speeds by using incremental backups. WHY RUN ORACLE 11G ON WINDOWS? This paper has discussed a number of advantages of running Oracle on Windows, including a number of Windows only features in Oracle11g. The choice of which hardware or OS to run is often influenced by factors that are non technical in nature, such as integration with the current environment, allocation of personnel, or performance, and cost. INTEGRATION One of the most compelling reasons to run Oracle on Windows is experience with the Windows OS. If you are in an environment with a number of Windows administrators and no UNIX administrators, it may be more efficient and costeffective to utilize the existing Windows expertise. Also, if your security model revolves around Active Directory, you should consider running Oracle on Windows to maintain the existing security infrastructure. 6
7 PRICE PERFORMANCE Microsoft Windows is proven to be one of the most cost effective OS platforms. This is not only because of the value of Windows, but the fact that it runs on commodity hardware, resulting in excellent price performance. In fact, the number one place in price performance for the industry standard TPC C benchmark is currently held by an Oracle 11g on Windows Server x64 solution. (See SUMMARY The Microsoft Windows operating system is a proven operating system platform for Oracle. Since the early days of Windows, Oracle has fully supported Windows and continues to introduce new features and technology improvements into its flagship database products for Windows. Oracle on Windows is designed for performance, stability, and integration into existing Windows infrastructures. The introduction of Microsoft Windows 64 bit along with Oracle 64 bit has enabled Windows to fully support large databases that are important in growing enterprise environments. In addition, Oracle s continued work with Microsoft on integrating key components, such as.net development tools, security, and Microsoft IIS features into the database further demonstrates Oracle s commitment to Windows as a serious computing platform. As this paper has illustrated, there are often many considerations when choosing an OS platform. The decision and choice of what operating system to adopt may depend on your existing hardware and software infrastructure, resource and training requirements, availability versus performance trade offs, and other financial and business requirements. Whatever path you choose, Oracle running on Windows will continue to grow and scale to meet the needs of the most demanding environments now and in the foreseeable future. ABOUT THE AUTHOR Edward Whalen is CTO and founder of Performance Tuning Corporation ( Performance Tuning Corporation (PTC) is a technology service company that designs, implements and optimizes database systems and applications for companies worldwide. PTC differentiates itself through its holistic approach to system analysis and performance tuning. Some of PTC services include: performance tuning, application workload testing, data migration, technical training, disaster recovery planning and implementation on Oracle and MS SQL Server. Edward Whalen is considered a leading expert and authority in performance tuning, high availability and disaster recovery. Edward Whalen has written several books on both Oracle and MS SQL Server including: Oracle Performance Tuning and Optimization Teach Yourself Oracle8 in 21 Days Oracle Performance Tuning Oracle Database10g Linux Administration SQL Server 7 Administrator s Companion, SQL Server 7 Performance Tuning Technical Reference, SQL Server 2000 Administrator s Companion SQL Server 2000 Performance Tuning Technical Reference SQL Server 2005 Administrator s Companion 7
8 8
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.
What s New with Oracle Database 12c on Windows On-Premises and in the Cloud
What s New with Oracle Database 12c on Windows On-Premises and in the Cloud Santanu Datta Vice President Server Technologies Alex Keh Senior Principal Product Manager Server Technologies Oracle Database
Microsoft SQL Server on Stratus ftserver Systems
W H I T E P A P E R Microsoft SQL Server on Stratus ftserver Systems Security, scalability and reliability at its best Uptime that approaches six nines Significant cost savings for your business Only from
Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation
Overview of I/O Performance and RAID in an RDBMS Environment By: Edward Whalen Performance Tuning Corporation Abstract This paper covers the fundamentals of I/O topics and an overview of RAID levels commonly
A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES
A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES By: Edward Whalen Performance Tuning Corporation INTRODUCTION There are a number of clustering products available on the market today, and clustering has become
Oracle9i Release 2 Database Architecture on Windows. An Oracle Technical White Paper April 2003
Oracle9i Release 2 Database Architecture on Windows An Oracle Technical White Paper April 2003 Oracle9i Release 2 Database Architecture on Windows Executive Overview... 3 Introduction... 3 Oracle9i Release
Planning Domain Controller Capacity
C H A P T E R 4 Planning Domain Controller Capacity Planning domain controller capacity helps you determine the appropriate number of domain controllers to place in each domain that is represented in a
An Oracle White Paper July 2014. Oracle ACFS
An Oracle White Paper July 2014 Oracle ACFS 1 Executive Overview As storage requirements double every 18 months, Oracle customers continue to deal with complex storage management challenges in their data
<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
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...
NEC Corporation of America Intro to High Availability / Fault Tolerant Solutions
NEC Corporation of America Intro to High Availability / Fault Tolerant Solutions 1 NEC Corporation Technology solutions leader for 100+ years Established 1899, headquartered in Tokyo First Japanese joint
Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010
Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Better Together Writer: Bill Baer, Technical Product Manager, SharePoint Product Group Technical Reviewers: Steve Peschka,
WHAT IS ENTERPRISE OPEN SOURCE?
WHITEPAPER WHAT IS ENTERPRISE OPEN SOURCE? ENSURING YOUR IT INFRASTRUCTURE CAN SUPPPORT YOUR BUSINESS BY DEB WOODS, INGRES CORPORATION TABLE OF CONTENTS: 3 Introduction 4 Developing a Plan 4 High Availability
An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide
Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide An Oracle White Paper July 2011 1 Disclaimer The following is intended to outline our general product direction.
Migrating from Unix to Oracle on Linux. Sponsored by Red Hat. An Oracle and Red Hat White Paper September 2003
Migrating from Unix to Oracle on Linux Sponsored by Red Hat An Oracle and Red Hat White Paper September 2003 Migrating from Unix to Oracle on Linux Executive Overview... 3 Unbreakable Linux and Low-Cost
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
Database Decisions: Performance, manageability and availability considerations in choosing a database
Database Decisions: Performance, manageability and availability considerations in choosing a database Reviewing offerings from Oracle, IBM and Microsoft 2012 Oracle and TechTarget Table of Contents Defining
What s New in Centrify DirectAudit 2.0
CENTRIFY DATASHEET What s New in Centrify DirectAudit 2.0 Introduction Centrify DirectAudit s detailed, real-time auditing of privileged user sessions on Windows, UNIX and Linux systems provides a full
<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
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
How To Get Atos Paas For Free
G-Cloud Pricing Atos PaaS Accredited Secure+ Contents 1. Introduction... 3 2. Pricing... 4 2.1 Standard Feature Pricing... 4 2.2 Atos PaaS Accredited Secure+ Virtual Machines... 4 2.3 Atos PaaS Accredited
Geospatial Server Performance Colin Bertram UK User Group Meeting 23-Sep-2014
Geospatial Server Performance Colin Bertram UK User Group Meeting 23-Sep-2014 Topics Auditing a Geospatial Server Solution Web Server Strategies and Configuration Database Server Strategy and Configuration
Server Consolidation with SQL Server 2008
Server Consolidation with SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 supports multiple options for server consolidation, providing organizations
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,
ClockWork Enterprise 5
ClockWork Enterprise 5 Technical Overview rev 5.1 Table of Contents Overview... 3 Database Requirements... 4 Database Storage Requirements... 4 Sql Server Authentication and Permissions... 5 ClockWork
OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available
Phone: (603)883-7979 [email protected] Cepoint Cluster Server CEP Cluster Server turnkey system. ENTERPRISE HIGH AVAILABILITY, High performance and very reliable Super Computing Solution for heterogeneous
Active-Active and High Availability
Active-Active and High Availability Advanced Design and Setup Guide Perceptive Content Version: 7.0.x Written by: Product Knowledge, R&D Date: July 2015 2015 Perceptive Software. All rights reserved. Lexmark
<Insert Picture Here> Oracle Cloud Storage. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska
Oracle Cloud Storage Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Cloud Storage Automatic Storage Management (ASM) Oracle Cloud File System ASM Dynamic
IBM Software Information Management Creating an Integrated, Optimized, and Secure Enterprise Data Platform:
Creating an Integrated, Optimized, and Secure Enterprise Data Platform: IBM PureData System for Transactions with SafeNet s ProtectDB and DataSecure Table of contents 1. Data, Data, Everywhere... 3 2.
ICONICS Choosing the Correct Edition of MS SQL Server
Description: This application note aims to assist you in choosing the right edition of Microsoft SQL server for your ICONICS applications. OS Requirement: XP Win 2000, XP Pro, Server 2003, Vista, Server
Securing Data in the Virtual Data Center and Cloud: Requirements for Effective Encryption
THE DATA PROTECTIO TIO N COMPANY Securing Data in the Virtual Data Center and Cloud: Requirements for Effective Encryption whitepaper Executive Summary Long an important security measure, encryption has
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
Parallels Virtuozzo Containers
Parallels Virtuozzo Containers White Paper Top Ten Considerations For Choosing A Server Virtualization Technology www.parallels.com Version 1.0 Table of Contents Introduction... 3 Technology Overview...
Tagging, Encoding, and Encrypting with RMAN
Tagging, Encoding, and Encrypting with RMAN The Engineering of the Intelligent Backup Anthony D. NORIEGA, MBA, MSCS, OCP ANTHONY D NORIEGA [email protected] ADN R & D Speaker Qualifications Independent
Alliance Key Manager Solution Brief
Alliance Key Manager Solution Brief KEY MANAGEMENT Enterprise Encryption Key Management On the road to protecting sensitive data assets, data encryption remains one of the most difficult goals. A major
EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage
EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage Applied Technology Abstract This white paper describes various backup and recovery solutions available for SQL
Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led
Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Course Description This four-day instructor-led course provides students with the knowledge and skills to capitalize on their skills
An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database
An Oracle White Paper November 2010 Oracle Real Application Clusters One Node: The Always On Single-Instance Database Executive Summary... 1 Oracle Real Application Clusters One Node Overview... 1 Always
Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2
Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2 Duration: 5 Days What you will learn This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about
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) [email protected] The evolution of the Microsoft data platform What s New
High Availability Databases based on Oracle 10g RAC on Linux
High Availability Databases based on Oracle 10g RAC on Linux WLCG Tier2 Tutorials, CERN, June 2006 Luca Canali, CERN IT Outline Goals Architecture of an HA DB Service Deployment at the CERN Physics Database
EMC VPLEX FAMILY. Continuous Availability and Data Mobility Within and Across Data Centers
EMC VPLEX FAMILY Continuous Availability and Data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is
Eliminate SQL Server Downtime Even for maintenance
Eliminate SQL Server Downtime Even for maintenance Eliminate Outages Enable Continuous Availability of Data (zero downtime) Enable Geographic Disaster Recovery - NO crash recovery 2009 xkoto, Inc. All
Infrastructure. Oren Barshishat IT Support Manager. Adi Finkels Customer Support Manager. Sparta Systems
Leverage and Scale Your TrackWise Infrastructure Oren Barshishat IT Support Manager Sparta Systems Adi Finkels Customer Support Manager Sparta Systems Agenda Introduction How to Deploy The TrackWise System
Comparing TCO for Mission Critical Linux and NonStop
Comparing TCO for Mission Critical Linux and NonStop Iain Liston-Brown EMEA NonStop PreSales BITUG, 2nd December 2014 1 Agenda What do we mean by Mission Critical? Mission Critical Infrastructure principles
HRG Assessment: Stratus everrun Enterprise
HRG Assessment: Stratus everrun Enterprise Today IT executive decision makers and their technology recommenders are faced with escalating demands for more effective technology based solutions while at
SQL Server 2005 Features Comparison
Page 1 of 10 Quick Links Home Worldwide Search Microsoft.com for: Go : Home Product Information How to Buy Editions Learning Downloads Support Partners Technologies Solutions Community Previous Versions
Eloquence Training What s new in Eloquence B.08.00
Eloquence Training What s new in Eloquence B.08.00 2010 Marxmeier Software AG Rev:100727 Overview Released December 2008 Supported until November 2013 Supports 32-bit and 64-bit platforms HP-UX Itanium
Solution Guide Parallels Virtualization for Linux
Solution Guide Parallels Virtualization for Linux Overview Created in 1991, Linux was designed to be UNIX-compatible software that was composed entirely of open source or free software components. Linux
- An Oracle9i RAC Solution
High Availability and Scalability Technologies - An Oracle9i RAC Solution Presented by: Arquimedes Smith Oracle9i RAC Architecture Real Application Cluster (RAC) is a powerful new feature in Oracle9i Database
Upgrading to Microsoft SQL Server 2008 R2 from Microsoft SQL Server 2008, SQL Server 2005, and SQL Server 2000
Upgrading to Microsoft SQL Server 2008 R2 from Microsoft SQL Server 2008, SQL Server 2005, and SQL Server 2000 Your Data, Any Place, Any Time Executive Summary: More than ever, organizations rely on data
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
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
Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam [email protected]
Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam [email protected] Agenda The rise of Big Data & Hadoop MySQL in the Big Data Lifecycle MySQL Solutions for Big Data Q&A
Why You Should Consider Cloud- Based Email Archiving. A whitepaper by The Radicati Group, Inc.
. The Radicati Group, Inc. 1900 Embarcadero Road, Suite 206 Palo Alto, CA 94303 Phone 650-322-8059 Fax 650-322-8061 http://www.radicati.com THE RADICATI GROUP, INC. Why You Should Consider Cloud- Based
Feature Comparison. Windows Server 2008 R2 Hyper-V and Windows Server 2012 Hyper-V
Comparison and Contents Introduction... 4 More Secure Multitenancy... 5 Flexible Infrastructure... 9 Scale, Performance, and Density... 13 High Availability... 18 Processor and Memory Support... 24 Network...
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
Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server
Double-Take Replication in the VMware Environment: Building DR solutions using Double-Take and VMware Infrastructure and VMware Server Double-Take Software, Inc. 257 Turnpike Road; Suite 210 Southborough,
SAN Conceptual and Design Basics
TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer
Oracle 1Z0-528 Exam Questions & Answers
Oracle 1Z0-528 Exam Questions & Answers Number: 1Z0-528 Passing Score: 660 Time Limit: 120 min File Version: 21.1 http://www.gratisexam.com/ Oracle 1Z0-528 Exam Questions & Answers Exam Name: Oracle Database
Alliance AES Encryption for IBM i Solution Brief
Encryption & Tokenization Alliance AES Encryption for IBM i Solution Brief A Complete AES Encryption Solution Alliance AES Encryption for IBM i provides AES encryption for sensitive data everywhere it
MEGA Web Application Architecture Overview MEGA 2009 SP4
Revised: September 2, 2010 Created: March 31, 2010 Author: Jérôme Horber CONTENTS Summary This document describes the system requirements and possible deployment architectures for MEGA Web Application.
Module 5 Introduction to Processes and Controls
IT Terminology 1. General IT Environment The general IT environment is the umbrella over the following IT processes: 1. Operating Systems 2. Physical and Logical Security 3. Program Changes 4. System Development
Planning Your Installation or Upgrade
Planning Your Installation or Upgrade Overview This chapter contains information to help you decide what kind of Kingdom installation and database configuration is best for you. If you are upgrading your
Oracle Database 11g: RAC Administration Release 2
Oracle University Contact Us: 01-800-919-3027 & 01-800-913-0322 Oracle Database 11g: RAC Administration Release 2 Duration: 4 Days What you will learn This Oracle Database 11g: RAC Administration Release
PERFORMANCE TUNING ORACLE RAC ON LINUX
PERFORMANCE TUNING ORACLE RAC ON LINUX By: Edward Whalen Performance Tuning Corporation INTRODUCTION Performance tuning is an integral part of the maintenance and administration of the Oracle database
IOS110. Virtualization 5/27/2014 1
IOS110 Virtualization 5/27/2014 1 Agenda What is Virtualization? Types of Virtualization. Advantages and Disadvantages. Virtualization software Hyper V What is Virtualization? Virtualization Refers to
SQL Server Database Administrator s Guide
SQL Server Database Administrator s Guide Copyright 2011 Sophos Limited. All rights reserved. No part of this publication may be reproduced, stored in retrieval system, or transmitted, in any form or by
Maximum Availability Architecture
Oracle Data Guard: Disaster Recovery for Sun Oracle Database Machine Oracle Maximum Availability Architecture White Paper April 2010 Maximum Availability Architecture Oracle Best Practices For High Availability
High Availability Implementation for JD Edwards EnterpriseOne
High Availability Implementation for JD Edwards EnterpriseOne Ken Yeh, Manager, ERP Systems/JDE Enersource Colin Dawes, Director of Technology Services, Syntax Presentation Abstract Enersource Corporation
EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers
EMC VPLEX FAMILY Continuous Availability and data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is
Symantec NetBackup 7 Clients and Agents
Complete protection for your information-driven enterprise Overview Symantec NetBackup provides a simple yet comprehensive selection of innovative clients and agents to optimize the performance and efficiency
DATABASES AND ERP SELECTION: ORACLE VS SQL SERVER
WHITE PAPER DATABASES AND ERP SELECTION: ORACLE VS SQL SERVER Databases and ERP Selection: Oracle vs SQL Server By Rick Veague, Chief Technology Officer, IFS North America An enterprise application like
Backup and Restore Back to Basics with SQL LiteSpeed
Backup and Restore Back to Basics with SQL December 10, 2002 Written by: Greg Robidoux Edgewood Solutions www.edgewoodsolutions.com 888.788.2444 2 Introduction One of the most important aspects for a database
Hard Partitioning and Virtualization with Oracle Virtual Machine. An approach toward cost saving with Oracle Database licenses
Hard Partitioning and Virtualization with Oracle Virtual Machine An approach toward cost saving with Oracle Database licenses JANUARY 2013 Contents Introduction... 2 Hard Partitioning Concepts... 2 Oracle
SQL Server 2012 Gives You More Advanced Features (Out-Of-The-Box)
SQL Server 2012 Gives You More Advanced Features (Out-Of-The-Box) SQL Server White Paper Published: January 2012 Applies to: SQL Server 2012 Summary: This paper explains the different ways in which databases
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.
Online Transaction Processing in SQL Server 2008
Online Transaction Processing in SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 provides a database platform that is optimized for today s applications,
Netwrix Auditor for Exchange
Netwrix Auditor for Exchange Quick-Start Guide Version: 8.0 4/22/2016 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment from Netwrix
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
Client Study Portfolio
Client Study Portfolio Client Study 1: UK District Council A re-architecture of the client s RAC Environment and full 24/7 support of the client s database systems thereafter has eliminated the risk of
DATABASE ADMINISTRATION (DBA) SERVICES
DATABASE ADMINISTRATION (DBA) SERVICES Expert, Cost-effective DBA Services As An Extension of Your IT Staff Connectria s Database Administration Services allow you to free your staff and resources to focus
REDCENTRIC MANAGED BACKUP SERVICE SERVICE DEFINITION
REDCENTRIC MANAGED BACKUP SERVICE SERVICE DEFINITION SD003 V2.3 Issue Date 02 July 2014 1) SERVICE OVERVIEW The Managed Backup Service (MBS) is a streamlined alternative to traditional backup and restore
Microsoft Dynamics CRM 2011 Guide to features and requirements
Guide to features and requirements New or existing Dynamics CRM Users, here s what you need to know about CRM 2011! This guide explains what new features are available and what hardware and software requirements
SQL Server Business Intelligence on HP ProLiant DL785 Server
SQL Server Business Intelligence on HP ProLiant DL785 Server By Ajay Goyal www.scalabilityexperts.com Mike Fitzner Hewlett Packard www.hp.com Recommendations presented in this document should be thoroughly
DELL s Oracle Database Advisor
DELL s Oracle Database Advisor Underlying Methodology A Dell Technical White Paper Database Solutions Engineering By Roger Lopez Phani MV Dell Product Group January 2010 THIS WHITE PAPER IS FOR INFORMATIONAL
HIGHLY AVAILABLE MULTI-DATA CENTER WINDOWS SERVER SOLUTIONS USING EMC VPLEX METRO AND SANBOLIC MELIO 2010
White Paper HIGHLY AVAILABLE MULTI-DATA CENTER WINDOWS SERVER SOLUTIONS USING EMC VPLEX METRO AND SANBOLIC MELIO 2010 Abstract This white paper demonstrates key functionality demonstrated in a lab environment
Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies
Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies Kurt Klemperer, Principal System Performance Engineer [email protected] Agenda Session Length:
Integrated Application and Data Protection. NEC ExpressCluster White Paper
Integrated Application and Data Protection NEC ExpressCluster White Paper Introduction Critical business processes and operations depend on real-time access to IT systems that consist of applications and
Installation Prerequisites for MetaFrame Presentation Server 3.0
3 Installation Prerequisites for MetaFrame Presentation Server 3.0............................................... Terms you ll need to understand: Terminal Services Licensing Terminal Services Client Access
Using HP StoreOnce Backup systems for Oracle database backups
Technical white paper Using HP StoreOnce Backup systems for Oracle database backups Table of contents Introduction 2 Technology overview 2 HP StoreOnce Backup systems key features and benefits 2 HP StoreOnce
VERITAS NetBackup BusinesServer
VERITAS NetBackup BusinesServer A Scalable Backup Solution for UNIX or Heterogeneous Workgroups V E R I T A S W H I T E P A P E R Table of Contents Overview...................................................................................1
