Avaya IQ 5.1 Database Server Configuration Recommendations And Oracle Guidelines

Size: px
Start display at page:

Download "Avaya IQ 5.1 Database Server Configuration Recommendations And Oracle Guidelines"

Transcription

1 Avaya IQ 5.1 Database Server Configuration Recommendations

2 Avaya IQ Database Server Page 2 of 11 Issue INTRODUCTION Purpose BACKGROUND Terminology CONFIGURING IQ DATABASE SERVER Physical Disk Requirements Data Storage Disk Requirements System and Oracle Managed Files ORACLE PROCEDURES FOR AVAYA IQ DATABASE KNOWN IQ ISSUES RELATED TO DATABASE SERVER ORACLE DOCUMENT REFERENCES APPENDIX A MULTI-HOST DATABASE SERVER APPENDIX B DUAL HOST DATABASE SERVER APPENDIX C REPORT MIX... 10

3 Avaya IQ Database Server Page 3 of 11 Issue INTRODUCTION PURPOSE This document provides Avaya IQ database configuration recommendations for software-only deployments. Guidelines are provided for Oracle configuration details. The information provided is based on benchmarks gathered from specific usage scenarios. The recommendations are provided to assist in configuring the IQ database server for a given workload. This document does not provide database setup procedures (see Avaya IQ Preparing for Implementation). Database server sizing recommendations are provided by the Avaya IQ Implementation Planning Tool (IPT) Customer Report output. The recommendations in this document apply to Avaya IQ release 5.1 or later. All throughputs, processor utilization, memory, disk, and other performance data below are estimates based on certain assumptions and conditions regarding typical customer usage patterns. No representation is made that these estimates are accurate. Any configuration recommendations should be tested and verified. 1.2 BACKGROUND Avaya IQ has characteristics of both online transactional processing database (OLTP) and online analytical processing database (OLAP). Processing of contact center administration and traffic data generates bursts of small database transactions (inserts/updates). This is typical OLTP operations. The Avaya IQ reports, aggregations and data export applications execute complex queries against the multidimensional views of data in the real-time and historical database. This is typical database operation in an OLAP (i.e. decision support system, DSS; Data Warehouse) database. The impact of these operations on the performance of the database server depends on the traffic volume and call complexity. The database must provide sufficient performance and throughput to keep up with the database transactions. If the database cannot keep up with your contact center traffic rate, real-time and historical data may be delayed or lost. 1.3 TERMINOLOGY CM Busy Hour BHC IPT Avaya Communication Manager The busy hour or hours in a 24 hour period during which a contact center experiences the greatest number of contact completions. It is expected that the system will experience peak real-time reporting usage during this time period. Number of contacts (includes CM, Proactive Contact, Voice Portal Contacts) during Busy Hour. Implementation Planning Tool Avaya utility to provide recommendations for Avaya IQ and database server hardware requirements CONFIGURING IQ DATABASE SERVER Oracle 10g and 11g are the database management systems for Avaya IQ. Oracle is installed on a separate server. Avaya IQ 5.1 currently supports Oracle version and The Avaya IQ Interoperability document is a living document and stays current with 3 rd party product support. This

4 Avaya IQ Database Server Page 4 of 11 Issue document should be consulted at support.avaya.com to assure proper Oracle version support and associated patch set. It is the customer s responsibility to work with Oracle or the vendor they are purchasing the Oracle software/licenses from for the correct quantity and recommendation of type of licenses. The Oracle website should be referenced to determine number and type of Oracle licenses required for the Avaya IQ database server. This section provides guidelines for configuring the IQ database server. A copy of the IPT Customer Report output form should be available. It is required for determining Busy Hour Contacts (BHC), number of Report Users, and the database server number of hard drives and number of Disks (Database tablespaces). Oracle 32-bit and 64-bit databases are supported. For Oracle 11 release 1, the OS and Oracle database architecture must be the same (32-bit Oracle on 32-bit OS or 64-bit Oracle on 64-bit OS). 64-bit OS and 64-bit Oracle 64-bit are recommended, especially if your number of Report Users is greater than 100. The Oracle 64-bit database provides scalability to support more users and process larger data volume. Large data and transaction processing takes place in memory resulting in efficient query processing. 2.1 PHYSICAL DISK REQUIREMENTS I/O contention must be avoided for efficient database performance. System (Operating System and Oracle software) and Oracle managed files (undo, temp, redo, archive log, etc) must be separated from Oracle data storage files (datafiles). This section provides recommendations for this distribution. Oracle has the Automatic Storage Option (Automatic Storage Option) option which simplifies disk management and optimizes data layout for I/O performance. Avaya has not tested this configuration. Consult your DBA if this option is a consideration Data Storage Disk Requirements This section addresses disk requirements for IQ real-time and historical data (datafiles). Disk requirements are determined by the performance and storage needs of the database server. The IQ IPT tool provides total database space requirements and recommendations for the number database disks for IQ data storage. The number of physical disks is critical for database I/O performance. RAID striped configurations (5, 10) are proven I/O performers. Oracle recommends RAID 10 for data storage. Avaya agrees with this recommendation, especially for large configurations. In a striped RAID disk configuration (5 or 10), the more disk spindles in the storage configuration, the faster the I/O access. This efficiency results from concurrent access across the stripe set. The IQ database I/O rate will suffer in the absence of enough disk spindles. As a result, IQ report access and traffic processing performance will be impacted. The primary IQ impact is: 1) buffering of event data resulting in latency of data availability to reports; and 2) delayed report refresh rates. Be certain to provide the number of database tablespace disks as recommended in the Customer Implementation Report (Disks (Database tablespaces)). Note, Oracle managed files (control files, redo and archive logs, Oracle SYSTEM, SYSAUX, TEMP, USERS, UNDO tablespaces) should not reside on the RAID storage disk.

5 Avaya IQ Database Server Page 5 of 11 Issue System and Oracle Managed Files This section is a supplement to the IPT Customer Report database server recommendation. The location of the Operating System, Oracle software, and Oracle managed files depends on the size of the configuration. The following system and file locations are based on the number of data storage disks (as determined in Customer Report, Database Server hardware and software requirements: Disks (Database tablespaces)). 3 options are provided for the large disk configuration. # of Data Storage System and Oracle Managed File configuration Disks Disk Configuration Files to Locate Less than 8 RAID1: 1 mirrored (2 physical disks 146 GB) OS, Oracle 10g, Oracle SYSTEM, SYSAUX, USERS, TEMP, UNDO tablespaces; control files, redo 8 or greater Configuration (option 1) RAID 1: at least 3 mirrored (6 physical disks 146 GB) and archive logs OS, Oracle 10g, Oracle SYSTEM, SYSAUX, USERS, TEMP, UNDO tablespaces; control files, redo and archive logs 8 or greater Configuration (option 2) 8 or greater Configuration (option 3) RAID1: at least 1 mirrored (2 physical disks 146 GB) RAID10: 1 mirrored (4 physical disks 73 GB) RAID1: at least 1 mirrored (2 physical disks 146 GB) OS, Oracle 10g, Oracle SYSTEM, SYSAUX, USERS tablespaces, Oracle control files UNDO, TEMP tablespaces, redo logs (1, 2, and 3), archive logs OS, Oracle 10g, Oracle SYSTEM, SYSAUX, USERS Tablespaces, Oracle control files 85 4 separate disks with the files distributed across the disks as designated by d2,d3,d4,d5 UNDO, TEMP tablespaces -d2 redo logs A (1, 2, and 3) - d3 redo logs B (1, 2 and 3) d4 archive logs d Oracle Redo Log File Sizing and Associated Archive Log Destination Redo log file management is important to overall databases throughput. Redo log files are typically part of a larger database backup and restore strategy. Redo log sizing impacts the efficiency of the Oracle LGWR and ARCH background processes. Efficient redo log management has not been observed in our

6 Avaya IQ Database Server Page 6 of 11 Issue lab configurations with properly sized and multiplexed redo log files (3 logfile groups each with a single file sized as recommended). A guideline is provided for redo logfile size based on total BHC 1. Redo log file size guideline total BHC < 50K total BHC 50K-150K total BHC 150K-300K 1GB 2GB 3GB The size can be adjusted to accommodate backup media sizing efficiencies (for backup of archive log files). Redo log size modeling does not account for extraneous operations such as data imports. If regular operations of this type take place, additional redo log sizing considerations may be necessary (consult Oracle Database Administrator's Guide). The archive log destination (arch_log_dest_1) must have sufficient disk space to hold the archive log files between backups. Archive log backup frequency can be increased to facilitate archive log destination space management. With the recommended sizing, typically 2 3 archive log files are generated during busy hour. If historical data purge is active (and there is data to delete), 8 12 archive log files are generated an hour for the duration of the purge Oracle Undo and TEMP Tablespace Sizing The following are recommendations for Undo and TEMP tablespaces. 1. use Oracle Automatic Undo Management; 2. enable undo tablespace AUTOEXTEND option. If you have disk capacity concerns and choose to set MAXSIZE, periodically monitor undo size to assure maximum is not exceeded or approached. 3. The following recommendations exist for Oracle undo and TEMP tablespace sizing. Periodic index rebuilds are recommended so a likely configuration is: undo 25 GB, TEMP 15/20 GB. IQ Condition Recommended undo tablespace size Recommended TEMP tablespace size 5 GB 5 GB Data purge active 15 GB 15 GB Index Rebuild active 25 GB 15 GB Upgrade to GB 15 GB Administered Agents > 5000 One of the above 20 GB 3. ORACLE PROCEDURES FOR AVAYA IQ DATABASE A database backup and restore strategy should be formulated and implemented based on the Oracle Database Backup and Recovery document. The customer is responsible for Oracle backup and restore operations. All IQ tablespaces should be configured to auto-extend mode. Periodically verify the disks on which the tablespaces reside have sufficient capacity for tablespace growth. 1 Sum of BHC for all data sources. 2 Undo tablespace size can be reduced after upgrade.

7 Avaya IQ Database Server Page 7 of 11 Issue Avaya IQ performs an hourly rebuild of IQ Real-time indexes to assure efficient data access. Weekly index rebuilds are recommended for all IQ Historical indexes. The index rebuilds can be implemented as preferred by the DBA. Avaya provides an Oracle procedure (hist_index_rebuild) to rebuild indexes. The index rebuilds can be distributed by executing hist_index_rebuild for specific tables. In Oracle Enterprise Manager, by default, Manage Optimizer Statistics schedules a job to update statistics nightly. Do not disable this job; updates statistics are critical for efficient report queries. A qualified DBA can perform database tuning activities in accordance with the Oracle Performance Tuning Guide. 4. KNOWN IQ ISSUES RELATED TO DATABASE SERVER A security audit of the IQ database after IQ installation results in policy violations for PUBLIC EXECUTE privilege on the following packages: DBMS_RANDOM, UTL_FILE, UTL_HTTP, UTL_SMTP, and UTL_TCP. A development MR currently exists for this item. 5. ORACLE DOCUMENT REFERENCES 140 Oracle document Oracle Database 2 Day DBA 11g Release 1 (11.1) Part Number B Oracle Enterprise Manager Concepts 11g Release Part Number E Oracle Database PL/SQL Packages and Types Reference 11g Release 1 (11.1) Part Number B Oracle Database Reference 11g Release 1 (11.1) Part Number B Oracle Database Performance Tuning Guide 11g Release 1 (11.1) Part Number B Oracle Database Administrator's Guide 11g Release 1 (11.1) Part Number B Oracle Database Backup and Recovery Reference 11g Release 1 (11.1) Part Number B Oracle Database Backup and Recovery User s Guide 11g Release 1 (11.1) Part Number B Oracle Database Administrator s Reference 11g Release 1 (11.1) for Linux and Unix-Based Operating Systems Part Number B Oracle Database Installation Guide 11g Release 1 (11.1) for Linux Part Number B What information it contains Manual for information on monitoring, diagnosing, and tuning the database Manual for information about monitoring and diagnostic tools available with Oracle Enterprise Manager Manual for information about monitoring and diagnostic PL/SQL packages provided by Oracle database software Manual for information about database performance related initialization parameters. Manual for general database performance tuning guidelines. Manual for information on administration Oracle database. Manual for database administrators who perform backup and recovery of an Oracle database server using Recovery Manager (RMAN). Manual for database administrators on applying backup and recovery strategies. Manual for installing and configuring Oracle Manual for installing and configuring Oracle 11.1 on Linux x86-64.

8 Avaya IQ Database Server Page 8 of 11 Issue APPENDIX A MULTI-HOST DATABASE SERVER Sample Oracle database server configuration for Avaya IQ 5.1 multi-host. This is an actual test configuration. This configuration supports up to 900 report users and 300K BHC traffic (up to 16 CMs/PCs with concurrent VP traffic). System Component Configuration Server Dell PowerEdge R900 OS 64 Bit Red Hat ES 5.2 (kernel: e15) CPU 6 Intel (R) Xeon(R) E GHz (quad core) Memory 64 GB Disks 6 x 73 GB 15K SAS disks (internal); 24 x 146 GB 15K SAS disks on two external host bus adapters, two 3G SAS and two 4G fiber. RAID controller PERC 6/E Database Oracle Enterprise Edition Database 10g R2 ( ) 64 bit DB initialization parameters General Purpose Starter Database Template is used to create the DB Connection Mode: Dedicated Server Mode db_block_size 8K db_file_multiblock_read_count 16 filesystemio_options: none disk_asynch_io true processes sga_target: 2G sga_max_size 8G undo_management auto log_mode archivelog Disk Contents RAID1: 1 mirrored 73 GB disks Operating System Oracle Software Oracle Control, Trace, Logs Oracle SYSAUX tablespace Oracle SYSTEM tablespace Oracle USERS tablespace Disk2: 73 GB Oracle TEMP tablespace Oracle UNDO tablespace Disk3: 73 GB Oracle multiplexed (A) redo logs (3) Disk4: 73 GB Oracle multiplexed (B) redo logs (3) Disk5: 73 GB Archive Log files RAID10: 12 mirrored 146 GB disks All IQ tablespaces Configuation: Two hardware RAID10 LUNs. 6 mirrored 146 GB disks each Stripe-unit size: 256K Linux Volume Manager is configured to create one RAID0 volume to distribute I/O to the two LUNs OS parameters fs.aio-max-size =

9 Avaya IQ Database Server Page 9 of 11 Issue APPENDIX B DUAL HOST DATABASE SERVER fs.file-max = kernel.shmmax = kernel.shmall = kernel.shmmni = 4096 kernel.sem = net.ipv4.ip_local_port_range = net.core.rmem_default = net.core.rmem_max = net.core.wmem_default = net.core.wmem_max = Sample Oracle database server for Avaya IQ 5.1 dual host. This is an actual test configuration. This configuration supports 400 report user with 130K BHC traffic (up to 8-CMs/PCs with concurrent VP traffic). System Component Configuration Server Avaya S8800 OS 64 Bit Red Hat ES 5.4 (kernel: e15) CPU 4 x Intel (R) Xeon(R) X GHz (quad core) Memory 32 GB (8 x 4 GB of 1333 Mhz, fully buffered DDR-3 RDIMMs) Disks 2 x GB IBM 10K RPM SAS EXP3000 Disk Array: RAID10: 12 x 600 GB 15K SAS (3.4 TB storage capacity) RAID controller ServeRAID-MR10m Database Oracle Enterprise Edition Database 11g R1 ( ) 64bit DB initialization parameters General Purpose Starter Database Template is used to create the DB Connection Mode: Dedicated Server Mode db_block_size 8K db_file_multiblock_read_count 16 filesystemio_options none disk_asynch_io true sga_target 2208M sga_max_size 2208M shared_pool_size 0 processes undo management auto OS parameters fs.file-max = kernel.shmmax = kernel.shmall = kernel.shmmni = 4096 kernel.sem = net.ipv4.ip_local_port_range = net.core.rmem_default = net.core.rmem_max =

10 Avaya IQ Database Server Page 10 of 11 Issue 4.0 net.core.wmem_default = net.core.wmem_max = The disk layout mapping 157 Disk RAID1: 1 mirrored 146 GB disks RAID10: EXP3000 Disk Array: 6 mirrored 600GB disks Contents Operating System Oracle Software Oracle Control, Trace, Logs Oracle TEMP tablespace Oracle SYSAUX tablespace Oracle SYSTEM tablespace Oracle UNDO tablespace Oracle USERS tablespace Oracle Redo logs (3x2048 MB) All IQ tablespaces APPENDIX C REPORT MIX Avaya IQ system engineers profiled customer usage scenarios. A typical customer report usage model resulted from this investigation and documented a report mix to represent this model. The following is a summary of the report mix. Benchmarks (I/O rate, CPU occupancy, memory utilization, etc) were captured with various number of report users, executing the below report mixes with 130,000 contact traffic on the dual host configuration and 300,000 BHC contact traffic on the multi-host. Report Mix Ratio The profile report mix used is a combination of Real Time Dashboard (RTD), and Cognos based Real Time (RT) and Historical (Hist) reports. Report Profile Mix Table (RTD and Cognos Based RT/Hist Reports): User Type % of Number Report Reports Users Calc for 52 Rpt Users Type Supervisor 75% 35 RTD B, D, G, H (2 Activities) 25% 12 RTD A, B, C, D, G, H (3 Activities) 50% 5 Hist I, J, K 50% 5 Hist I, L, M Directors 75% 3 RTD F, G, H (2 Activities) 25% 1 RTD G, H (2 Activities) RT O, P Operation Managers 100% 1 Hist RTD RT RTD Reports: A. Agent Behavior ab B. Agent Contact (Agent Status) ac C. Agent Performance ap D. Agent Utilization au E. Recent Trend rt (not utilized) F. Queue Performance qp G. Queue Status qs H. Stream Status ss N D, G, H (2 Activities) O, P

11 Avaya IQ Database Server Page 11 of 11 Issue Historical Reports: I. Work Handling Agent Behaviors Summary (totals) J. Short Contacts Details K. Short Contacts Behaviour Trend L. Short Wrap-up Details M. Short Wrap-up Trend N. Queue Service Level Trend Old Style RT Reports: O. Queue Performance P. Stream Status

Avaya IQ 5.0 Database Server Configuration Recommendations And Oracle Guidelines

Avaya IQ 5.0 Database Server Configuration Recommendations And Oracle Guidelines Avaya IQ 5.0 Database Server Configuration Recommendations Avaya IQ Database Server Page 2 of 12 Issue 3.0 1. INTRODUCTION... 3 1.1 Purpose... 3 1.2 BACKGROUND... 3 1.3 Terminology... 3 2. CONFIGURING

More information

Oracle Database 11g for Experienced 9i Database Administrators

Oracle Database 11g for Experienced 9i Database Administrators Oracle Database 11g for Experienced 9i Database Administrators 5 days Oracle Database 11g for Experienced 9i Database Administrators Course Overview The course will give experienced Oracle 9i database

More information

Re-platforming the E-Business Suite Database

Re-platforming the E-Business Suite Database Re-platforming the E-Business Suite Database Ahmed Alomari Performance Specialist aalomari@cybernoor.com Database SIG Agenda Options Case Study Q & A Options Re-platforming Options Transportable DB Transportable

More information

E-BUSINESS SUITE APPLICATIONS R12 (RUP 4) LARGE/EXTRA-LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE10g ON A HEWLETT-PACKARD PROLIANT DL380 G6 SERVER

E-BUSINESS SUITE APPLICATIONS R12 (RUP 4) LARGE/EXTRA-LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE10g ON A HEWLETT-PACKARD PROLIANT DL380 G6 SERVER O RACLE E-BUSINESS B ENCHMARK R EV. 1.1 E-BUSINESS SUITE APPLICATIONS R12 (RUP 4) LARGE/EXTRA-LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE10g ON A HEWLETT-PACKARD PROLIANT DL380 G6 SERVER As a global

More information

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Description The SQL Fundamentals exam is intended to verify that certification candidates have a basic understanding of the SQL language. It covers the

More information

Reduce Costs & Increase Oracle Database OLTP Workload Service Levels:

Reduce Costs & Increase Oracle Database OLTP Workload Service Levels: Reduce Costs & Increase Oracle Database OLTP Workload Service Levels: PowerEdge 2950 Consolidation to PowerEdge 11th Generation A Dell Technical White Paper Dell Database Solutions Engineering Balamurugan

More information

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

More information

Oracle Database 10g: New Features for Administrators Release 2

Oracle Database 10g: New Features for Administrators Release 2 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 10g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course introduces students to the new features

More information

Oracle Validated Configuration with Cisco UCS, Nimble Storage, and Oracle Linux

Oracle Validated Configuration with Cisco UCS, Nimble Storage, and Oracle Linux Oracle Validated Configuration with Cisco UCS, Nimble Storage, and Oracle Linux 1 Best Practices Deployment Guide: Oracle Validated Configuration with Cisco UCS, Nimble Storage, and Oracle Linux This document

More information

Oracle DBA workshop I

Oracle DBA workshop I Complete DBA(Oracle 11G DBA +MySQL DBA+Amazon AWS) Oracle DBA workshop I Exploring the Oracle Database Architecture Oracle Database Architecture Overview Oracle ASM Architecture Overview Process Architecture

More information

Preparing Your Environment

Preparing Your Environment Overview, page 1 Hardware Requirements, page 1 Operating System Installation, page 1 Overview This chapter describes the requirements and dependencies for installing Prime Home successfully. It includes

More information

Enterprise Manager: Scalable Oracle Management

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

More information

VERITAS Storage Foundation 4.0 for Oracle

VERITAS Storage Foundation 4.0 for Oracle D E C E M B E R 2 0 0 4 VERITAS Storage Foundation 4.0 for Oracle Performance Brief AIX 5.2, Oracle 9iR2 VERITAS Storage Foundation for Oracle Abstract This document details the high performance characteristics

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: Administration Workshop I Release 2 course explores the fundamentals of basic database

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle University Contact Us: 55-800-891-6502 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This course is designed to give you a firm foundation in basic

More information

Installing the Oracle Database Softwar

Installing the Oracle Database Softwar Contents chapter 1:Architecture Oracle Database Architecture Database Structures Oracle Memory Structures Process Structures Oracle Instance Management Server Process and Database Buffer Cache Physical

More information

"Charting the Course... Oracle 18c DBA I (3 Day) Course Summary

Charting the Course... Oracle 18c DBA I (3 Day) Course Summary Oracle 18c DBA I (3 Day) Course Summary Description This course provides a complete, hands-on introduction to Oracle Database Administration including the use of Enterprise Manager (EMDE), SQL Developer

More information

Oracle Database 12C: Advanced Administration - 1Z0-063

Oracle Database 12C: Advanced Administration - 1Z0-063 Oracle Database 12C: Advanced Administration - 1Z0-063 Backup and Recovery Explain Oracle backup and recovery solutions o Describe types of database failures o Describe the tools available for backup and

More information

Oracle Database 11g: Administration Workshop II

Oracle Database 11g: Administration Workshop II Oracle Database 11g: Administration Workshop II Duration: 5 Days What you will learn In this course, the concepts and architecture that support backup and recovery, along with the steps of how to carry

More information

Storage Optimization with Oracle Database 11g

Storage Optimization with Oracle Database 11g Storage Optimization with Oracle Database 11g Terabytes of Data Reduce Storage Costs by Factor of 10x Data Growth Continues to Outpace Budget Growth Rate of Database Growth 1000 800 600 400 200 1998 2000

More information

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI)

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI) Oracle DBA (10g, 11g) Training Course Content Introduction (Database Architecture) Describe course objectives Explore the Oracle 10g database architecture Installing the Oracle Database Software Explain

More information

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals Oracle University Contact Us: 001-855-844-3881 & 001-800-514-06-9 7 Oracle Database: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals training

More information

EMC VSPEX FOR VIRTUALIZED ORACLE DATABASE 12c OLTP

EMC VSPEX FOR VIRTUALIZED ORACLE DATABASE 12c OLTP IMPLEMENTATION GUIDE EMC VSPEX FOR VIRTUALIZED ORACLE DATABASE 12c OLTP VMware vsphere 5.5 Red Hat Enterprise Linux 6.4 EMC VSPEX Abstract This describes the high-level steps and best practices required

More information

Oracle Database 11g: New Features for Oracle 9i DBAs

Oracle Database 11g: New Features for Oracle 9i DBAs Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: New Features for Oracle 9i DBAs Duration: 5 Days What you will learn This course introduces students to the new features of Oracle Database

More information

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002 Managing Oracle Real Application Clusters An Oracle White Paper January 2002 Managing Oracle Real Application Clusters Overview...3 Installation and Configuration...3 Oracle Software Installation on a

More information

Course Contents of ORACLE 9i

Course Contents of ORACLE 9i Overview of Oracle9i Server Architecture Course Contents of ORACLE 9i Responsibilities of a DBA Changing DBA Environments What is an Oracle Server? Oracle Versioning Server Architectural Overview Operating

More information

Oracle 1Z Oracle Database 10g: Administration I. Download Full Version :

Oracle 1Z Oracle Database 10g: Administration I. Download Full Version : Oracle 1Z0-042 Oracle Database 10g: Administration I Download Full Version : https://killexams.com/pass4sure/exam-detail/1z0-042 Answer: A QUESTION: 273 You have a large amount of historical data in an

More information

Oracle Database 11g: Administration Workshop I DBA Release 2

Oracle Database 11g: Administration Workshop I DBA Release 2 Oracle Database 11g: Administration Workshop II DBA Release 2 What you will learn: This course takes the database administrator beyond the basic tasks covered in the first workshop. The student begins

More information

IBM s Data Warehouse Appliance Offerings

IBM s Data Warehouse Appliance Offerings IBM s Data Warehouse Appliance Offerings RChaitanya IBM India Software Labs Agenda 1 IBM Smart Analytics System (D5600) System Overview Technical Architecture Software / Hardware stack details 2 Netezza

More information

Oracle 12C DBA Online Training. Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL:

Oracle 12C DBA Online Training. Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL: Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL: A. Introduction Course Objectives, Course Agenda and Appendixes Used in this Course Overview of Oracle Database

More information

SAP SD Benchmark with DB2 and Red Hat Enterprise Linux 5 on IBM System x3850 M2

SAP SD Benchmark with DB2 and Red Hat Enterprise Linux 5 on IBM System x3850 M2 SAP SD Benchmark using DB2 and Red Hat Enterprise Linux 5 on IBM System x3850 M2 Version 1.0 November 2008 SAP SD Benchmark with DB2 and Red Hat Enterprise Linux 5 on IBM System x3850 M2 1801 Varsity Drive

More information

EMC Backup and Recovery for Microsoft SQL Server

EMC Backup and Recovery for Microsoft SQL Server EMC Backup and Recovery for Microsoft SQL Server Enabled by Microsoft SQL Native Backup Reference Copyright 2010 EMC Corporation. All rights reserved. Published February, 2010 EMC believes the information

More information

Dell Microsoft Business Intelligence and Data Warehousing Reference Configuration Performance Results Phase III

Dell Microsoft Business Intelligence and Data Warehousing Reference Configuration Performance Results Phase III [ White Paper Dell Microsoft Business Intelligence and Data Warehousing Reference Configuration Performance Results Phase III Performance of Microsoft SQL Server 2008 BI and D/W Solutions on Dell PowerEdge

More information

Oracle Database 12c R2: Administration Workshop Ed 3 NEW

Oracle Database 12c R2: Administration Workshop Ed 3 NEW Oracle Database 12c R2: Administration Workshop Ed 3 NEW Duration: 5 Days What you will learn The Oracle Database 12c R2: Administration Workshop Ed 3 course is designed to provide you with a firm foundation

More information

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions 1Z0-060 Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-060 Exam on Upgrade to Oracle Database 12c... 2 Oracle 1Z0-060 Certification Details:... 2

More information

Appliances and DW Architecture. John O Brien President and Executive Architect Zukeran Technologies 1

Appliances and DW Architecture. John O Brien President and Executive Architect Zukeran Technologies 1 Appliances and DW Architecture John O Brien President and Executive Architect Zukeran Technologies 1 OBJECTIVES To define an appliance Understand critical components of a DW appliance Learn how DW appliances

More information

"Charting the Course... Oracle 18c DBA I (5 Day) Course Summary

Charting the Course... Oracle 18c DBA I (5 Day) Course Summary Course Summary Description This course provides a complete, hands-on introduction to Oracle Database Administration including the use of Enterprise Manager Database Express (EMDE), SQL Developer and SQL*Plus.

More information

Oracle Database 12c R2: Administration Workshop Ed 3

Oracle Database 12c R2: Administration Workshop Ed 3 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 12c R2: Administration Workshop Ed 3 Duration: 5 Days What you will learn The Oracle Database 12c R2: Administration Workshop Ed 3 course

More information

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Oracle University Contact Us: Toll Free: 0008004401672 Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Duration: 5 Days What you will learn In this Oracle Database 12c R2: Backup and Recovery

More information

VERITAS Storage Foundation 4.0 for Oracle

VERITAS Storage Foundation 4.0 for Oracle J U N E 2 0 0 4 VERITAS Storage Foundation 4.0 for Oracle Performance Brief OLTP Solaris Oracle 9iR2 VERITAS Storage Foundation for Oracle Abstract This document details the high performance characteristics

More information

Oracle Database 11g: Administration Workshop I

Oracle Database 11g: Administration Workshop I Oracle Database 11g: Administration Workshop I Duration: 5 Days What you will learn This course is designed to give students a firm foundation in basic administration of Oracle Database 11g. In this class,

More information

1z0-043 Oracle Database 10g: Administration II

1z0-043 Oracle Database 10g: Administration II 1z0-043 Oracle Database 10g: Administration II Version 3.1 QUESTION NO: 1 You observe that a database performance has degraded over a period of time. While investigating the reason, you find that the size

More information

Course Outline: Oracle Database 11g: Administration II. Learning Method: Instructor-led Classroom Learning. Duration: 5.

Course Outline: Oracle Database 11g: Administration II. Learning Method: Instructor-led Classroom Learning. Duration: 5. Course Outline: Oracle Database 11g: Administration II Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: In this course, the concepts and architecture that support

More information

Dell PowerEdge R720xd with PERC H710P: A Balanced Configuration for Microsoft Exchange 2010 Solutions

Dell PowerEdge R720xd with PERC H710P: A Balanced Configuration for Microsoft Exchange 2010 Solutions Dell PowerEdge R720xd with PERC H710P: A Balanced Configuration for Microsoft Exchange 2010 Solutions A comparative analysis with PowerEdge R510 and PERC H700 Global Solutions Engineering Dell Product

More information

ORACLE DBA TRAINING IN BANGALORE

ORACLE DBA TRAINING IN BANGALORE ORACLE DBA TRAINING IN BANGALORE TIB ACADEMY #5/3 BEML LAYOUT, VARATHUR MAIN ROAD KUNDALAHALLI GATE, BANGALORE 560066 PH: +91-9513332301/2302 WWW.TRAININGINBANGALORE.COM Oracle DBA Training Syllabus Introduction

More information

Oracle 1Z Oracle Database 10g: Administration II. Download Full Version :

Oracle 1Z Oracle Database 10g: Administration II. Download Full Version : Oracle 1Z0-043 Oracle Database 10g: Administration II Download Full Version : https://killexams.com/pass4sure/exam-detail/1z0-043 QUESTION: 172 You lost the index tablespace in your database. You decided

More information

Reference Architecture

Reference Architecture EMC Solutions for Microsoft SQL Server 2005 on Windows 2008 in VMware ESX Server EMC CLARiiON CX3 Series FCP EMC Global Solutions 42 South Street Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com www.emc.com

More information

IBM Emulex 16Gb Fibre Channel HBA Evaluation

IBM Emulex 16Gb Fibre Channel HBA Evaluation IBM Emulex 16Gb Fibre Channel HBA Evaluation Evaluation report prepared under contract with Emulex Executive Summary The computing industry is experiencing an increasing demand for storage performance

More information

EMC CLARiiON CX3 Series FCP

EMC CLARiiON CX3 Series FCP EMC Solutions for Microsoft SQL Server 2005 on Windows 2008 EMC CLARiiON CX3 Series FCP EMC Global Solutions 42 South Street Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com www.emc.com Copyright 2008

More information

Exam Prep Seminar Package: Oracle Database 12c Administrator Certified Associate

Exam Prep Seminar Package: Oracle Database 12c Administrator Certified Associate Oracle University Contact Us: +27 (0)11 319-4111 Exam Prep Seminar Package: Oracle Database 12c Administrator Certified Associate Duration: 1 Day What you will learn This package provides everything an

More information

Programa de Actualización Profesional ACTI Oracle Database 11g: Administration Workshop II

Programa de Actualización Profesional ACTI Oracle Database 11g: Administration Workshop II Programa de Actualización Profesional ACTI Oracle Database 11g: Administration Workshop II What you will learn This Oracle Database 11g: Administration Workshop II Release 2 training takes the database

More information

Oracle DBA Course Content

Oracle DBA Course Content 1 Oracle DBA Course Content Database Architecture: Introduction to Instance and Database How user connects to database How SQL statement process in the database Oracle data dictionary and its role Memory

More information

Dell EMC SAP HANA Appliance Backup and Restore Performance with Dell EMC Data Domain

Dell EMC SAP HANA Appliance Backup and Restore Performance with Dell EMC Data Domain Dell EMC SAP HANA Appliance Backup and Restore Performance with Dell EMC Data Domain Performance testing results using Dell EMC Data Domain DD6300 and Data Domain Boost for Enterprise Applications July

More information

1 of 8 14/12/2013 11:51 Tuning long-running processes Contents 1. Reduce the database size 2. Balancing the hardware resources 3. Specifying initial DB2 database settings 4. Specifying initial Oracle database

More information

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Oracle University Contact Us: +386 1 588 88 13 Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Duration: 5 Days What you will learn In this Oracle Database 12c R2: Backup and Recovery Workshop,

More information

FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC

FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC white paper FlashGrid Software Intel SSD DC P3700/P3600/P3500 Topic: Hyper-converged Database/Storage FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC Abstract FlashGrid

More information

ORANET- Course Contents

ORANET- Course Contents ORANET- Course Contents 1. Oracle 11g SQL Fundamental-l 2. Oracle 11g Administration-l 3. Oracle 11g Administration-ll Oracle 11g Structure Query Language Fundamental-l (SQL) This Intro to SQL training

More information

Programa de Actualización Profesional ACTI Oracle Database 11g: Administration Workshop I

Programa de Actualización Profesional ACTI Oracle Database 11g: Administration Workshop I Programa de Actualización Profesional ACTI Oracle Database 11g: Administration Workshop I What you will learn This Oracle Database 11g: Administration Workshop I Release 2 course explores the fundamentals

More information

Oracle Database Cloud for Oracle DBAs Ed 3

Oracle Database Cloud for Oracle DBAs Ed 3 Oracle University Contact Us: 800-260-690 Oracle Database Cloud for Oracle DBAs Ed 3 Duration: 3 Days What you will learn Note: No hands-on lab environment for the Training On Demand course format This

More information

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP) Audience Data Warehouse Administrator Database Administrators Support Engineer Technical Administrator Technical Consultant Related Training Required Prerequisites Knowledge of Oracle Database 12c Knowledge

More information

Oracle Database 11g: Performance Tuning DBA Release 2

Oracle Database 11g: Performance Tuning DBA Release 2 Course Code: OC11PTDBAR2 Vendor: Oracle Course Overview Duration: 5 RRP: POA Oracle Database 11g: Performance Tuning DBA Release 2 Overview This course starts with an unknown database that requires tuning.

More information

Dell Microsoft Reference Configuration Performance Results

Dell Microsoft Reference Configuration Performance Results White Paper Dell Microsoft Reference Configuration Performance Results Performance of Microsoft SQL Server 2005 Business Intelligence and Data Warehousing Solutions on Dell PowerEdge Servers and Dell PowerVault

More information

ORACLE 12C - M-IV - DBA - ADMINISTRADOR DE BANCO DE DADOS II

ORACLE 12C - M-IV - DBA - ADMINISTRADOR DE BANCO DE DADOS II ORACLE 12C - M-IV - DBA - ADMINISTRADOR DE BANCO DE DADOS II CONTEÚDO PROGRAMÁTICO Core Concepts and Tools of the Oracle Database The Oracle Database Architecture: Overview ASM Storage Concepts Connecting

More information

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Duration: 5 Days What you will learn In this Oracle Database 12c R2: Backup and Recovery Workshop,

More information

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES Corporate Trainer s Profile Corporate Trainers are having the experience of 4 to 12 years in development, working with TOP CMM level 5 comapnies (Project Leader /Project Manager ) qualified from NIT/IIT/IIM

More information

Properly Sizing Processing and Memory for your AWMS Server

Properly Sizing Processing and Memory for your AWMS Server Overview This document provides guidelines for purchasing new hardware which will host the AirWave Wireless Management System. Your hardware should incorporate margin for WLAN expansion as well as future

More information

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Oracle University Contact Us: Toll Free: 0008004401672 Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Duration: 5 Days What you will learn In this Oracle Database 12c R2: Backup and Recovery

More information

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW UKOUG RAC SIG Meeting London, October 24 th, 2006 Luca Canali, CERN IT CH-1211 LCGenève 23 Outline Oracle at CERN Architecture of CERN

More information

Oracle Database 12c: Backup and Recovery Workshop Ed 2 NEW

Oracle Database 12c: Backup and Recovery Workshop Ed 2 NEW Oracle University Contact Us: 0845 777 7711 Oracle Database 12c: Backup and Recovery Workshop Ed 2 NEW Duration: 5 Days What you will learn This Oracle Database 12c: Backup and Recovery Workshop will teach

More information

DELL Reference Configuration Microsoft SQL Server 2008 Fast Track Data Warehouse

DELL Reference Configuration Microsoft SQL Server 2008 Fast Track Data Warehouse DELL Reference Configuration Microsoft SQL Server 2008 Fast Track Warehouse A Dell Technical Configuration Guide base Solutions Engineering Dell Product Group Anthony Fernandez Jisha J Executive Summary

More information

Oracle Database 11g: Performance Tuning DBA Release 2

Oracle Database 11g: Performance Tuning DBA Release 2 Oracle University Contact Us: +65 6501 2328 Oracle Database 11g: Performance Tuning DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g Performance Tuning training starts with an

More information

Contents Overview of the Gateway Performance and Sizing Guide... 5 Primavera Gateway System Architecture... 7 Performance Considerations...

Contents Overview of the Gateway Performance and Sizing Guide... 5 Primavera Gateway System Architecture... 7 Performance Considerations... Gateway Performance and Sizing Guide for On-Premises Version 17 July 2017 Contents Overview of the Gateway Performance and Sizing Guide... 5 Prerequisites... 5 Oracle Database... 5 WebLogic... 6 Primavera

More information

A Robust Blueprint to Performance Optimization in Multiblock Databases. Anthony D. Noriega.

A Robust Blueprint to Performance Optimization in Multiblock Databases. Anthony D. Noriega. A Robust Blueprint to Performance Optimization in Multiblock Databases Anthony D. Noriega anthony@anthonynoriega.com Objective Discuss, and present a research overview on multiblock databases. Emphasize

More information

Oracle Database 11g: Self-Managing Database - The Next Generation

Oracle Database 11g: Self-Managing Database - The Next Generation Oracle Database 11g: Self-Managing Database - The Next Generation Katharina Römer Principal Sales Consultant Agenda Introduction Manage Performance & Resources Manage Fault

More information

ORACLE DATABASE: ADMINISTRATION WORKSHOP II

ORACLE DATABASE: ADMINISTRATION WORKSHOP II ORACLE DATABASE: ADMINISTRATION WORKSHOP II CORPORATE COLLEGE SEMINAR SERIES Date: March 18 April 25 Presented by: Lone Star Corporate College in partnership with the Oracle Workforce Development Program

More information

EMC Business Continuity for Microsoft Applications

EMC Business Continuity for Microsoft Applications EMC Business Continuity for Microsoft Applications Enabled by EMC Celerra, EMC MirrorView/A, EMC Celerra Replicator, VMware Site Recovery Manager, and VMware vsphere 4 Copyright 2009 EMC Corporation. All

More information

DELL MICROSOFT REFERENCE CONFIGURATIONS PHASE II 7 TERABYTE DATA WAREHOUSE

DELL MICROSOFT REFERENCE CONFIGURATIONS PHASE II 7 TERABYTE DATA WAREHOUSE DELL MICROSOFT REFERENCE CONFIGURATIONS PHASE II 7 TERABYTE DATA WAREHOUSE Deploying Microsoft SQL Server 2005 Business Intelligence and Data Warehousing Solutions on Dell PowerEdge Servers and Dell PowerVault

More information

ORACLE DATABASE: ADMINISTRATION WORKSHOP II

ORACLE DATABASE: ADMINISTRATION WORKSHOP II ORACLE DATABASE: ADMINISTRATION WORKSHOP II CORPORATE COLLEGE SEMINAR SERIES Date: March 18 April 25 Presented by: Lone Star Corporate College in partnership with the Oracle Workforce Development Program

More information

Oracle Database 10g The Self-Managing Database

Oracle Database 10g The Self-Managing Database Oracle Database 10g The Self-Managing Database Benoit Dageville Oracle Corporation benoit.dageville@oracle.com Page 1 1 Agenda Oracle10g: Oracle s first generation of self-managing database Oracle s Approach

More information

B. Using Data Guard Physical Standby to migrate from an 11.1 database to Exadata is beneficial because it allows you to adopt HCC during migration.

B. Using Data Guard Physical Standby to migrate from an 11.1 database to Exadata is beneficial because it allows you to adopt HCC during migration. Volume: 71 Questions Question No : 1 Which two statements are true about migrating your database to Exadata? A. Because Exadata uses InfiniBand, in order to migrate your database to Exadata, you must have

More information

Avaya IQ 5.2 Service Pack 2 (SP2) Release Notes Issue 1.3 Dec

Avaya IQ 5.2 Service Pack 2 (SP2) Release Notes Issue 1.3 Dec Avaya IQ 5.2 Service Pack 2 (SP2) Issue 1.3 Dec 15 2011 TABLE OF CONTENTS 1. PURPOSE... 3 2. AVAYA IQ 5.2.2 UPDATE PREREQUISITES AND CONSIDERATIONS... 3 2.1 AVAYA IQ HOST PREREQUISITES... 3 2.1.1 Ensure

More information

Sage 300 ERP. Compatibility Guide Version Revised: Oct 1, Version 6.0 Compatibility Guide i

Sage 300 ERP. Compatibility Guide Version Revised: Oct 1, Version 6.0 Compatibility Guide i Sage 300 ERP Compatibility Guide Version 2012 Revised: Oct 1, 2012 Version 6.0 Compatibility Guide i Overview 2 Sage ERP Accpac Contents Overview... 1 Version 2012 Compatibility... 2 All Environments...

More information

Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays

Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays This whitepaper describes Dell Microsoft SQL Server Fast Track reference architecture configurations

More information

EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution. Enabled by EMC Celerra and Linux using FCP and NFS. Reference Architecture

EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution. Enabled by EMC Celerra and Linux using FCP and NFS. Reference Architecture EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution Enabled by EMC Celerra and Linux using FCP and NFS Reference Architecture Copyright 2009 EMC Corporation. All rights reserved. Published

More information

Oracle on HP Storage

Oracle on HP Storage Oracle on HP Storage Jaime Blasco EMEA HP/Oracle CTC Cooperative Technology Center Boeblingen - November 2004 2003 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

Dell EMC PowerEdge R740xd as a Dedicated Milestone Server, Using Nvidia GPU Hardware Acceleration

Dell EMC PowerEdge R740xd as a Dedicated Milestone Server, Using Nvidia GPU Hardware Acceleration Dell EMC PowerEdge R740xd as a Dedicated Milestone Server, Using Nvidia GPU Hardware Acceleration Dell IP Video Platform Design and Calibration Lab June 2018 H17250 Reference Architecture Abstract This

More information

Oracle RAC 10g Celerra NS Series NFS

Oracle RAC 10g Celerra NS Series NFS Oracle RAC 10g Celerra NS Series NFS Reference Architecture Guide Revision 1.0 EMC Solutions Practice/EMC NAS Solutions Engineering. EMC Corporation RTP Headquarters RTP, NC 27709 www.emc.com Oracle RAC

More information

Cost and Performance benefits of Dell Compellent Automated Tiered Storage for Oracle OLAP Workloads

Cost and Performance benefits of Dell Compellent Automated Tiered Storage for Oracle OLAP Workloads Cost and Performance benefits of Dell Compellent Automated Tiered Storage for Oracle OLAP This Dell technical white paper discusses performance and cost benefits achieved with Dell Compellent Automated

More information

Course: Oracle Database 12c R2: Administration Workshop Ed 3

Course: Oracle Database 12c R2: Administration Workshop Ed 3 Course: Oracle Database 12c R2: Administration Workshop Ed 3 The Oracle Database 12c R2: Administration Workshop Ed 3 course is designed to provide you with a firm foundation in administration of an Oracle

More information

Avaya IQ 5.0, GA Page 1 of 26 Release Notes 15-Jun-09. Avaya IQ 5.0 GA Release Notes Issue 1.0 June 15, 2009

Avaya IQ 5.0, GA Page 1 of 26 Release Notes 15-Jun-09. Avaya IQ 5.0 GA Release Notes Issue 1.0 June 15, 2009 Avaya IQ 5.0, GA Page 1 of 26 Release Notes 15-Jun-09 Avaya IQ 5.0 GA Release Notes Issue 1.0 June 15, 2009 Avaya IQ 5.0, GA Page 2 of 26 Release Notes 15-Jun-09 Table of Contents 1. Purpose... 4 2. New

More information

Course Description. Audience. Prerequisites. At Course Completion. : Course 40074A : Microsoft SQL Server 2014 for Oracle DBAs

Course Description. Audience. Prerequisites. At Course Completion. : Course 40074A : Microsoft SQL Server 2014 for Oracle DBAs Module Title Duration : Course 40074A : Microsoft SQL Server 2014 for Oracle DBAs : 4 days Course Description This four-day instructor-led course provides students with the knowledge and skills to capitalize

More information

The Oracle Database Appliance I/O and Performance Architecture

The Oracle Database Appliance I/O and Performance Architecture Simple Reliable Affordable The Oracle Database Appliance I/O and Performance Architecture Tammy Bednar, Sr. Principal Product Manager, ODA 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

More information

Technical Paper. Performance and Tuning Considerations for SAS on Dell EMC VMAX 250 All-Flash Array

Technical Paper. Performance and Tuning Considerations for SAS on Dell EMC VMAX 250 All-Flash Array Technical Paper Performance and Tuning Considerations for SAS on Dell EMC VMAX 250 All-Flash Array Release Information Content Version: 1.0 April 2018 Trademarks and Patents SAS Institute Inc., SAS Campus

More information

Oracle 1Z0-053 Exam Questions and Answers (PDF) Oracle 1Z0-053 Exam Questions 1Z0-053 BrainDumps

Oracle 1Z0-053 Exam Questions and Answers (PDF) Oracle 1Z0-053 Exam Questions 1Z0-053 BrainDumps Oracle 1Z0-053 Dumps with Valid 1Z0-053 Exam Questions PDF [2018] The Oracle 1Z0-053 Oracle Database 11g: Administration II exam is an ultimate source for professionals to retain their credentials dynamic.

More information

NetVault Backup Client and Server Sizing Guide 2.1

NetVault Backup Client and Server Sizing Guide 2.1 NetVault Backup Client and Server Sizing Guide 2.1 Recommended hardware and storage configurations for NetVault Backup 10.x and 11.x September, 2017 Page 1 Table of Contents 1. Abstract... 3 2. Introduction...

More information

HP SAS benchmark performance tests

HP SAS benchmark performance tests HP SAS benchmark performance tests technology brief Abstract... 2 Introduction... 2 Test hardware... 2 HP ProLiant DL585 server... 2 HP ProLiant DL380 G4 and G4 SAS servers... 3 HP Smart Array P600 SAS

More information

Oracle Database 12c: RAC Administration Ed 1

Oracle Database 12c: RAC Administration Ed 1 Oracle University Contact Us: +7 (495) 641-14-00 Oracle Database 12c: RAC Administration Ed 1 Duration: 4 Days What you will learn This Oracle Database 12c: RAC Administration training will teach you about

More information

Oracle #1 for Data Warehousing. Data Warehouses Growing Rapidly Tripling In Size Every Two Years

Oracle #1 for Data Warehousing. Data Warehouses Growing Rapidly Tripling In Size Every Two Years Extreme Performance HP Oracle Machine & Exadata Storage Server October 16, 2008 Robert Stackowiak Vice President, EPM & Data Warehousing Solutions, Oracle ESG Oracle #1 for Data Warehousing Microsoft 14.8%

More information

Subex Fraud Management System version 8 on the IBM PureFlex System

Subex Fraud Management System version 8 on the IBM PureFlex System Subex Fraud Management System version 8 on the IBM PureFlex System A fraud management solution for today s dynamic market place Subex IBM Systems and Technology Group ISV Enablement April 2012 Copyright

More information

MBS Microsoft Oracle Plug-In 6.82 User Guide

MBS Microsoft Oracle Plug-In 6.82 User Guide MBS Microsoft Oracle Plug-In 6.82 User Guide 10 Oracle Plug-In This version of the Oracle Plug-In supports Windows Agents. It is an add-on that allows you to perform database backups on Oracle databases.

More information