<Insert Picture Here> Performance, performance, performance!!!

Size: px
Start display at page:

Download "<Insert Picture Here> Performance, performance, performance!!!"

Transcription

1

2 <Insert Picture Here> Performance, performance, performance!!! John Abrahams Technology Sales Consultant Oracle Nederland

3 Important Trends Highest QoS for all applications 24 x 7 availability Predictable Service Levels Databases rapidly grow in size

4 Agenda Automated Performance Management Automatic Workload Management Large Databases Oracle ILM Oracle DWH Balanced Configurations When milliseconds counts - Oracle TimesTen Inmemory database

5 Agenda Automated Performance Management Automatic Workload Management Large Databases Oracle ILM Oracle DWH Balanced Configurations When milliseconds counts - Oracle TimesTen Inmemory database

6 Traditional Performance Tuning Performance and Workload Data Capture System Statistics, Wait Information, SQL Statistics, etc. Analysis What types of operations database is spending most time on? Which resources is the database bottlenecked on? What is causing these bottlenecks? What can be done to resolve the problem? Problem Resolution If multiple problems identified, which is most critical? How much performance gain expected if is solution implemented? Oracle Database 10g Automates All Steps to Addresses Main Issues & Challenges

7 Automatic Workload Repository (AWR) Built-in Workload and Performance Statistics Repository Within Database Part of Oracle Database 10g Intelligent Self-Management Infrastructure Automatically Captures Workload Data Every 60 minutes, or manually, saves data for 7 days by default Resides in Newly Introduced SYSAUX Tablespace Server Automatically Manages Space Requirements Old Data is automatically purged Stores different classes of data: BASE STATISTICS e.g. physical reads SQL STATISTICS e.g. disk reads (per sql stmt) METRICS e.g. physical reads / sec ACTIVE SESSION HISTORY

8 Proactive Performance Tuning High-load SQL SQL Advisor Snapshots in Automatic Workload Repository Self-Diagnostic Automatic Diagnostic Engine inside Engine DB IO / CPU issues System Resource Advice RAC issues Network + DB config Advice Automatic Database Diagnostic Monitor (ADDM) Self-Diagnostic Engine In the Database Integrate all components together Automatically provides database-wide performance diagnostic On-Demand Performance Analysis Provides impact and benefit analysis, non problem areas Runs proactively out of the box, reactively when required

9 Manual Tuning Challenges Requires expertise in several domains SQL optimization: adjust the execution plan Access design: provide fast data access SQL design: use appropriate SQL constructs Time consuming Each SQL statement is unique Potentially large number of statements to tune Never ending task SQL workload always evolving Plan regressions

10 Oracle 10g Automates the SQL Tuning Process I can do it for you! ADDM High-Load SQL DBA SQL Workload SQL Tuning Advisor

11 Automatic Tuning Optimizer (ATO) It is the query optimizer running in tuning mode Uses same plan generation process but performs additional steps that require lot more time It performs verification steps To validate statistics and its own estimates Uses dynamic sampling and partial executions to validate It performs exploratory steps To investigate the use of new indexes that could provide significant speed-up To analyze SQL constructs that led to expensive plan operators

12 Automatic SQL Tuning Overview Automatic Tuning Optimizer Statistics Analysis SQL Tuning Advisor SQL Tuning Recommendations Gather Missing or Stale Statistics SQL Profiling Create a SQL Profile Access Path Analysis Add Missing Indexes DBA SQL Structure Analysis Modify SQL Constructs

13 SQL Tuning Usage Scenarios Automatic Selection AWR ADDM High-load SQL SQL Sources Manual Selection AWR Cursor Cache Filter / Rank SQL Tuning Set (STS) SQL Tuning Advisor User-defined

14 SQL Tuning Set (STS) Motivation Enable user to tune a custom set of SQL statements It is a new object in Oracle10g for capturing SQL workload It stores SQL statements along with.. Execution context: parsing user, bind values, etc. Execution statistics: buffer gets, CPU time, elapse time, number of executions, etc. It is created from a SQL source Sources: AWR, cursor cache, user-defined SQL workload, another STS

15 SQL Tuning Set Benefits Allows selective, on-demand, custom SQL workload tuning It simplifies tuning of large number of SQL statements It is persistent Provides a common infrastructure for dealing with SQL workloads Can be used as a source for different tuning tasks

16 SQL Source: ADDM Finding

17 SQL Source: Top SQL

18 SQL Tuning Recommendations Overview

19 Implement Recommendations

20 SQLAccess Advisor Workload SQL Access Advisor Indexes Materialized Views Materialized View Logs

21 Usage Scenarios Filter Options Cursor Cache User Defined Hypothetical Workload STS SQL Access Advisor

22 Conclusion SQL Tuning and Access Advisors automate SQL tuning Provide targeted, quick, easy tuning advice Fully integrated with CBO Easy, user-friendly interface

23 Agenda Automated Performance Management Automatic Workload Management Large Databases Oracle ILM Oracle DWH Balanced Configurations When milliseconds counts - Oracle TimesTen Inmemory database

24 Oracle Real Application Clusters 10g Automatic Workload Management Financials HR DSS AWM is an abstraction that customers use to divide work into logical workloads. Services is the first stage in AWM Each service represents a workload with common function common service level thresholds common priority (common resource footprint) e.g. mail server imap, postman, garbage collector, monitor

25 Service Distribution Example Node-1 Node-2 Node-3 Node-4 Critical-1 Critical-2 Critical-3 Critical-4 Medium 1 Medium 2 Low Batch Using RAC Automatic Workload Management

26 Sample Work Sheet Service Usage Priority Response time (sec) warning / critical Preferred Instances Available Instances ERP Client service 1 0.5, 0.75 RAC01, RAC02 RAC03, RAC04 CRM Client service 2 0.5, 1.0 RAC03, RAC04 RAC01, RAC02 SELF_SERVIC E Client service 2 1.0, 1.5 RAC01, RAC02, RAC03, RAC04 - HOT_BATCH Job scheduler 3 RAC01 RAC02, RAC03, RAC04 STD_BATCH Job scheduler 4 RAC01, RAC02, RAC03, RAC04 -

27 Creating Services Services are maintained in the data dictionary Each service has attributes globally unique name service thresholds (response time, CPU/service) resource consumer group (ratios or priorities) HA business rules are maintained in OCR preferred configuration for availability TAF policy

28 Creating Services Oracle 10g single instance DBMS_SERVICE to create and administer services Oracle 10g RAC DBCA, NETCA or SRVCTL to create and administer services EM or PL/SQL to create thresholds, consumer groups, job classes, detail monitoring, traces

29 Database Resource Manager DBMS_RESOURCE_MANAGER. SET_CONSUMER_GROUP_MAPPING Automatically sets consumer groups for services at connect time. alter session to change consumer groups within service Using ratios e.g. two-thirds of resource to payroll and one-third to CRM. Using priorities satisfy the highest priority services first, followed by the next priority services, and so on.

30 Services are a unit for performance A new level dimension for performance tuning workloads are visible and measurable tuning by service and SQL replaces session and SQL in most systems where sessions are shared. Performance measures for real transactions Alerts and actions when performance goals are violated

31 Service Thresholds and Alerts DBMS_SERVER_ALERT.SET_THRESHOLD SERVICE_ELAPSED_TIME SERVICE_CPU_TIME Warning and critical levels for observed periods Import from EM baselines Comparison of response time against accepted minimum levels a desire for the wall clock time to be, at most, a certain value.

32 30 service, module, action statistics user calls DB time response time DB CPU CPU/service parse count (total) parse time elapsed parse time cpu execute count sql execute elapsed time sql execute cpu time opened cursors cumulative session logical reads physical reads physical writes redo size user commits workarea executions - optimal workarea executions - onepass workarea executions - multipass session cursor cache hits user rollbacks db block changes gc cr blocks received gc cr block receive time gc current blocks received gc current block receive time cluster wait time concurrency wait time application wait time user I/O wait time

33 Automatic Workload Management Provides Visibility D C B A

34 Automatic Workload Management Provides Visibility

35 AWR Automatically Measures Service AWR measures response time, resource used Automatically for work done in every service AWR monitors thresholds, sends AWR alerts response time, cpu used maintains runtime history every 30 minutes Statistics collection and tracing are HA persistent for service location / instance restart. enabled and disabled globally for RAC.

36 Getting the best out of Oracle - Configuration Plan your services application to service, data range to service global name, HA configuration, priority, response time Use service: not SID, not Instance, not Host Use service to connect Use virtual IP for database access Use cluster alias to eliminate address lists. Use service for jobs and PQ.

37 Agenda Automated Performance Management Automatic Workload Management Large Databases Oracle ILM Oracle DWH Balanced Configurations When milliseconds counts - Oracle TimesTen Inmemory database

38 Information Lifecycle Management The policies, processes, practices, and tools used to align the business value of information with the most appropriate and cost effective IT infrastructure from the time information is conceived through its final disposition. Storage Networking Industry Association (SNIA) Data Management Forum Active Data Less Active Data Historical Data

39 Oracle ILM Oracle Oracle Database 10g with Partitioning Option Active Applications Desktop Apps Less Active Portals & Browsers ISV Apps Historical Low Cost Can use low cost storage to reduce the cost of retaining data Transparent to Applications Applications are unchanged Enforceable Compliance Policies Sophisticated techniques to define and enforce data policies Fine Grained Control Lifecycle of groups of business data is managed down to individual rows Hardware Independent

40 Implementing Oracle ILM Define Data Classes Create Storage Tiers for the Data Classes Define and Enforce Compliance Policies Create Data Access and Migration Policies

41 Implementing Oracle ILM Oracle ILM Assistant Manages the ILM environment Define Lifecycle Definitions Illustrates Storage Costs & Savings Manage Compliance & Security Calendar of Events Simulates the impact of partitioning on a table Advises how to Partition a Table Generates Scripts to move data when required

42 Separate Data by Class Apply different policies to different classes of data To treat data classes differently, you must physically separate data by class Data classes must be mapped to data attributes e.g. Order date Table Partitions enable you to separate data by data attribute Can manage each class (Partition) as a unit Store, move, archive, search, query Partitions are transparent to the application Use ILM Assistant to define a Lifecycle All Orders Q1 Orders Q2 Orders Q3 Orders Q4 Orders Older Orders

43 Lifecycle Definition

44 Create Physical Storage Tiers Create separate storage areas for high performance and low cost storage High Performance Storage Tier uses High performance storage arrays s optimised for throughput Low Cost Storage Tier uses Modular arrays for reduced cost Large capacity commodity ATA disks High Performance Storage Tier Low Cost Storage Tier

45 Automatic Storage Management (ASM) ASM & ILM Partitions are located in different diskgroups Each tier uses ASM for load balancing group H group L group A Jan Feb Mar High Performance Tier Online Archive Tier Low Cost Tier

46 Online Archive Storage Tier The Online Archive Storage Tier is Very large Low Activity Read-only or Read-mostly Store in low cost storage tier Information is still online and always readable No delay when data needed, always available Storage cost is almost same as tape Leverage usage patterns to further reduce size and cost Defragment and Compress Declare read-only

47 Assign Classes/Partitions to Storage Tiers All Orders Q1 Orders Q2 Orders Q3 Orders Active High Performance Storage Tier Less Active Low Cost Storage Tier Q4 Orders Older Orders Historical Online Archive Storage Tier

48 Enforcing Compliance Policies Oracle Applications Desktop Apps Portals & Browsers Compliance Policy Oracle Database 10g with Partitioning Option ISV Apps Oracle ILM provides an intelligent central location to store data and enforce compliance data policies Policies are customisable for businesses-specific needs Centralised policy definition and enforcement Flexibility to respond to changing regulations

49 Agenda Automated Performance Management Automatic Workload Management Large Databases Oracle ILM Oracle DWH Balanced Configurations When milliseconds counts - Oracle TimesTen Inmemory database

50 DW Configuration Problem: I/O An unbalanced configuration 100% Possible Efficiency Database CPUs Memory Actuators LUNs s Raid < 50% Achieved Efficiency A balanced configuration 100% Possible Efficiency Database CPUs Memory Actuators LUNs s Raid 100% Achieved Efficiency

51 Oracle Information Appliance Foundation What is it? Documented balanced system configurations for pre-defined DWBI environments Starting point for sizing a system Balanced system consists of CPU, memory, I/O, and cabling Sizing factors are raw data, avg. concurrent users and workload complexity Leverages scalable, modular components Enables incremental growth (scale-in, scale-out) Mitigates implementation risks Different OS and HW configurations Different workload configurations Price/Performance versus I/O intensive

52 Oracle Information Appliance Foundation What is it? Balanced system configurations are built on modular balanced building blocks Add building blocks as you grow Each building block is a balanced unit s s s s s Different building blocks provide guided choices Many small nodes versus few large nodes

53 What is a balanced unit? HBA1 HBA2 HBA1 HBA2 FC-Switch1 HBA1 HBA2 HBA1 HBA2 FC-Switch2 The weakest link defines the throughput Each building block is a balanced unit Components to consider: CPU: Quantity and speed HBA (Host Bus Adapter): Quantity and speed Switch speed Controller: Quantity and speed : Quantity and speed Array 1 Array 2 Array 3 Array 4 Array 5 Array 6 Array 7 Array 8

54 Grid Components Rough Sizing numbers Throughput Performance Component theory (Bit/s) maximal Byte/s HBA 1/2Gbit/s 100/200 Mbytes/s 16 Port Switch 8 x 2Gbit/s 1600 Mbytes/s Fibre Channel 2Gbit/s 200 Mbytes/s Controller 2Gbit/s 200 Mbytes/s GigE NIC 1Gbit/s 80 Mbytes/s Infiniband 10Gbit/s 890 Mbytes/s CPU 200MB/s * 2Gbit based

55 Sample Balanced Unit HBA1 HBA2 HBA1 HBA2 HBA1 HBA2 HBA1 HBA2 FC-Switch1 FC-Switch2 Each machine has 2 CPUs All four servers drive about 2 * 200MB/s * 4 = 1600 The MB/s weakest link defines the throughput Each building block is a balanced unit Components to consider: CPU: Quantity and speed HBA (Host Bus Adapter): Quantity and speed Switch speed Controller: Quantity and speed : Quantity and speed Array 1 Array 2 Array 3 Array 4 Array 5 Array 6 Array 7 Array 8

56 Sample Balanced Unit HBA1 HBA2 HBA1 HBA2 HBA1 HBA2 HBA1 HBA2 FC-Switch1 FC-Switch2 Each machine has 2 CPUs All four servers drive about 2 * 200MB/s * 4 = 1600 The MB/s weakest link defines the throughput Each building block is a Each balanced machine has unit2 Gb HBAs All 8 HBAs can sustain CPU: 8 * 200MB/s Quantity = 1600 and MB/s speed HBA (Host Bus Adapter): Quantity and speed Switch speed Controller: Quantity and speed : Quantity and speed Components to consider: Array 1 Array 2 Array 3 Array 4 Array 5 Array 6 Array 7 Array 8

57 Sample Balanced Unit HBA1 HBA2 HBA1 HBA2 HBA1 HBA2 HBA1 HBA2 FC-Switch1 FC-Switch2 Each machine has 2 CPUs All four servers drive about 2 * 200MB/s * 4 = 1600 The MB/s weakest link defines the throughput Each building block is a Each balanced machine has unit2 Gb HBAs Components All 8 HBAs can sustain to consider: CPU: 8 * 200MB/s Quantity = 1600 and MB/s speed HBA (Host Bus Adapter): Quantity and speed Each switch needs to support 800MB/s to guarantee Switch a speed total system throughput of 1600 Controller: MB/s Quantity and speed : Quantity and speed Array 1 Array 2 Array 3 Array 4 Array 5 Array 6 Array 7 Array 8

58 Sample Balanced Unit HBA1 HBA2 HBA1 HBA2 HBA1 HBA2 HBA1 HBA2 FC-Switch1 FC-Switch2 Each machine has 2 CPUs All four servers drive about 2 * 200MB/s * 4 = 1600 The MB/s weakest link defines the throughput Each building block is a Each balanced machine has unit2 Gb HBAs Components All 8 HBAs can sustain to consider: CPU: 8 * 200MB/s Quantity = 1600 and MB/s speed HBA (Host Bus Adapter): Quantity and speed Each switch needs to support 800MB/s to guarantee Switch a speed total system throughput of 1600 Controller: MB/s Quantity and speed : Quantity and speed Each disk array has one 2Gbit controller All 8 disk arrays can sustain 8 * 200MB/s = 1600 MB/s Array 1 Array 2 Array 3 Array 4 Array 5 Array 6 Array 7 Array 8

59 Agenda Automated Performance Management Automatic Workload Management Large Databases Oracle ILM Oracle DWH Balanced Configurations When milliseconds counts - Oracle TimesTen Inmemory database

60 Oracle TimesTen In-Memory Database In-memory RDBMS in the middle-tier.. enables the Real-time Enterprise Application Application

61 Oracle TimesTen In-Memory Database Network Application TimesTen Libraries Direct-linked Cache Agent Cache Tables Application TimesTen Client lib Client- Server Tx Logs Checkpoints In-Memory RDBMS Entire database is in memory Low latency + high throughput fast Data access via ODBC, JDBC, SQL-92 standard Shared by multi-threaded and multi-user applications Direct-linked and client-server Transactions are logged and recoverable Transaction logs and checkpoint files persist on disk safe Thousands of customers proven Compatible with Oracle database

62 Cache Connect to Oracle Network Application TimesTen Libraries Direct-linked Cache Agent Cache Tables Application TimesTen Client lib Client- Server Tx Logs Checkpoints Cache tables from Oracle database User configured cache groups Cache individual tables and related tables Cache all or subset of rows and columns Read-only or updatable Access cached tables like regular database tables Automatic data synchronization TimesTen to Oracle Oracle to TimesTen

63 Caching Data from Oracle Database Cache Group describes the Oracle data to be cached in the TimesTen in-memory database, via a SQL WHERE clause TimesTen Cache Groups Child Table Root Table Child Table Child Table Example: Caching name and address of premier customers who have had more than 500 purchase orders CREATE CACHE GROUP PremierUsers FROM CUSTOMER ( NAME VARCHAR2(100) NOT NULL, ADDR VARCHAR2(100) ) WHERE CUSTOMER.ORDER > 500;

64 On-Demand Caching C/S Applications Client/Server IMDB Age out when no longer needed Application Oracle Application Clients On Demand Cache Group Load data from Oracle upon SELECT On-demand loading of data from Oracle if data not found in TimesTen All updates to the cache writethrough to Oracle database Set data aging policy to age out the data that s no longer needed

65 Sliding Window Caching Cache data from a specific time window for real-time management, monitoring and optimization Cache 5 days of shipments for real-time optimization of routes & schedules MON TUE WED Cache last 15 minutes of RFID data for real-time process monitoring Cache last 90 days of orders to speed searching by call agents or self-service portals Cache last 30 days of market data for analytics & simulation

66 Benchmark example Oracle 3-tier architecture Benchmark app runs in mid-tier Presentation Oracle + TimesTen 3-tier architecture Benchmark app runs in mid-tier Benchmark Program Benchmark Program TimesTen embedded in benchmark app Oracle Oracle 10 g 10 g Updatable cache contains benchmark data

67 Combined Performance

68 TimesTen and J2EE Application Servers Customers use TimesTen database with their J2EE applications TimesTen supports industry leading Application Servers Oracle Application Server IBM Websphere Application Server BEA WebLogic Application Server Sun Application Server JBOSS Application Server Refer to TimesTen Application Server Guide for more details

69 Java Middleware Tested with TimesTen Oracle Application Server & Oracle BPEL Process Manager Oracle TopLink & Oracle JDeveloper JBoss Application Server 4 Hibernate 3 WebSphere Application Server 6 Weblogic Application Server 8 Sun Java System Application Server 8

70 Product Features In the Pipeline.. Integration with Oracle SQL Developer tool TimesTen will be supported in next release Support Oracle Call Interface (OCI) and Pro*C embedded SQL Support for PL/SQL stored-procedures Integration with Oracle Enterprise Manager

71

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

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

More information

Oracle Database 10g. Page # The Self-Managing Database. Agenda. Benoit Dageville Oracle Corporation benoit.dageville@oracle.com

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

More information

Oracle Database 12c: Performance Management and Tuning NEW

Oracle Database 12c: Performance Management and Tuning NEW Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Performance Management and Tuning NEW Duration: 5 Days What you will learn In the Oracle Database 12c: Performance Management and Tuning

More information

HOUG Konferencia 2015. Oracle TimesTen In-Memory Database and TimesTen Application-Tier Database Cache. A few facts in 10 minutes

HOUG Konferencia 2015. Oracle TimesTen In-Memory Database and TimesTen Application-Tier Database Cache. A few facts in 10 minutes HOUG Konferencia 2015 Oracle TimesTen In-Memory Database and TimesTen Application-Tier Database Cache A few facts in 10 minutes Tamas.Kerepes@webvalto.hu What is TimesTen An in-memory relational database

More information

CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level. -ORACLE TIMESTEN 11gR1

CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level. -ORACLE TIMESTEN 11gR1 CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level -ORACLE TIMESTEN 11gR1 CASE STUDY Oracle TimesTen In-Memory Database and Shared Disk HA Implementation

More information

Oracle TimesTen IMDB - An Introduction

Oracle TimesTen IMDB - An Introduction Oracle TimesTen IMDB - An Introduction Who am I 12+ years as an Oracle DBA Working as Vice President with an Investment Bank Member of AIOUG Since 2009 Cer$fied ITIL V3 Founda$on IT Service Management

More information

Why Standardize on Oracle Database 11g Next Generation Database Management. Thomas Kyte http://asktom.oracle.com

Why Standardize on Oracle Database 11g Next Generation Database Management. Thomas Kyte http://asktom.oracle.com Why Standardize on Oracle Database 11g Next Generation Database Management Thomas Kyte http://asktom.oracle.com Top Challenges Performance Management Change Management Ongoing Administration Storage Backup

More information

Real Application Testing. Fred Louis Oracle Enterprise Architect

Real Application Testing. Fred Louis Oracle Enterprise Architect Real Application Testing Fred Louis Oracle Enterprise Architect The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Oracle 11g Database Administration

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

More information

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

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

More information

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

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

More information

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress*

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress* Oracle Database 11 g Performance Tuning Recipes Sam R. Alapati Darl Kuhn Bill Padfield Apress* Contents About the Authors About the Technical Reviewer Acknowledgments xvi xvii xviii Chapter 1: Optimizing

More information

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/-

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/- Oracle Objective: Oracle has many advantages and features that makes it popular and thereby makes it as the world's largest enterprise software company. Oracle is used for almost all large application

More information

Oracle 11g New Features - OCP Upgrade Exam

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

More information

Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota

Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota Michelle Pregler Ball Emerging Markets Account Executive Shahrukh Niazi Sr.System Consultant Java Solutions Quest Background Agenda

More information

1. This lesson introduces the Performance Tuning course objectives and agenda

1. This lesson introduces the Performance Tuning course objectives and agenda Oracle Database 11g: Performance Tuning The course starts with an unknown database that requires tuning. The lessons will proceed through the steps a DBA will perform to acquire the information needed

More information

Oracle Database 10g: New Features for Administrators

Oracle Database 10g: New Features for Administrators Oracle Database 10g: New Features for Administrators Course ON10G 5 Day(s) 30:00 Hours Introduction This course introduces students to the new features in Oracle Database 10g Release 2 - the database for

More information

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved. Preview of Oracle Database 12c In-Memory Option 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any

More information

Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager. Kai Yu, Orlando Gallegos Dell Oracle Solutions Engineering

Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager. Kai Yu, Orlando Gallegos Dell Oracle Solutions Engineering Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager Kai Yu, Orlando Gallegos Dell Oracle Solutions Engineering About Author Kai Yu Senior System Engineer, Dell Oracle Solutions

More information

Oracle Database 11g: Performance Tuning DBA Release 2

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

More information

Oracle Database 11g: SQL Tuning Workshop

Oracle Database 11g: SQL Tuning Workshop Oracle University Contact Us: + 38516306373 Oracle Database 11g: SQL Tuning Workshop Duration: 3 Days What you will learn This Oracle Database 11g: SQL Tuning Workshop Release 2 training assists database

More information

Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager

Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager Kai Yu, Orlando Gallegos Dell Oracle Solutions Engineering Oracle OpenWorld 2010, Session S316263 3:00-4:00pm, Thursday 23-Sep-2010

More information

Oracle Enterprise Manager 13c Cloud Control

Oracle Enterprise Manager 13c Cloud Control Oracle Enterprise Manager 13c Cloud Control ORACLE DIAGNOSTICS PACK FOR ORACLE DATABASE lace holder for now] Oracle Enterprise Manager is Oracle s integrated enterprise IT management product line, and

More information

Ultimate Guide to Oracle Storage

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

More information

Oracle Database 11g: New Features for Administrators

Oracle Database 11g: New Features for Administrators Oracle University Entre em contato: 0800 891 6502 Oracle Database 11g: New Features for Administrators Duração: 5 Dias Objetivos do Curso This course gives students the opportunity to learn about-and practice

More information

Maximizing Performance for Oracle Database 12c using Oracle Enterprise Manager

Maximizing Performance for Oracle Database 12c using Oracle Enterprise Manager Maximizing Performance for Oracle Database 12c using Oracle Enterprise Manager Björn Bolltoft Principal Product Manager Database manageability Table of Contents Database Performance Management... 3 A.

More information

Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop

Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop What you will learn This Oracle Database 11g SQL Tuning Workshop training is a DBA-centric course that teaches you how

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - New Features for Administrators Release 2. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - New Features for Administrators Release 2. 5 Jours [35 Heures] Objectif Install Oracle Grid Infrastructure Install Oracle Database 11g Release 2 Use Oracle Restart to manage components Use Automatic Storage Management (ASM) enhancements Implement table compression

More information

Oracle Database In-Memory The Next Big Thing

Oracle Database In-Memory The Next Big Thing Oracle Database In-Memory The Next Big Thing Maria Colgan Master Product Manager #DBIM12c Why is Oracle do this Oracle Database In-Memory Goals Real Time Analytics Accelerate Mixed Workload OLTP No Changes

More information

Management Packs for Database

Management Packs for Database Management Packs for Database Diagnostics Pack for Database Oracle Diagnostics Pack for Database offers a complete, cost-effective, and easy to use solution for managing the performance of Oracle Database

More information

Oracle Database 11g: SQL Tuning Workshop Release 2

Oracle Database 11g: SQL Tuning Workshop Release 2 Oracle University Contact Us: 1 800 005 453 Oracle Database 11g: SQL Tuning Workshop Release 2 Duration: 3 Days What you will learn This course assists database developers, DBAs, and SQL developers to

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

Application-Tier In-Memory Analytics Best Practices and Use Cases

Application-Tier In-Memory Analytics Best Practices and Use Cases Application-Tier In-Memory Analytics Best Practices and Use Cases Susan Cheung Vice President Product Management Oracle, Server Technologies Oct 01, 2014 Guest Speaker: Kiran Tailor Senior Oracle DBA and

More information

<Insert Picture Here> Best Practices for Extreme Performance with Data Warehousing on Oracle Database

<Insert Picture Here> Best Practices for Extreme Performance with Data Warehousing on Oracle Database 1 Best Practices for Extreme Performance with Data Warehousing on Oracle Database Rekha Balwada Principal Product Manager Agenda Parallel Execution Workload Management on Data Warehouse

More information

Oracle Enterprise Manager 12c New Capabilities for the DBA. Charlie Garry, Director, Product Management Oracle Server Technologies

Oracle Enterprise Manager 12c New Capabilities for the DBA. Charlie Garry, Director, Product Management Oracle Server Technologies Oracle Enterprise Manager 12c New Capabilities for the DBA Charlie Garry, Director, Product Management Oracle Server Technologies of DBAs admit doing nothing to address performance issues CHANGE AVOID

More information

IBM Tivoli Composite Application Manager for WebSphere

IBM Tivoli Composite Application Manager for WebSphere Meet the challenges of managing composite applications IBM Tivoli Composite Application Manager for WebSphere Highlights Simplify management throughout the life cycle of complex IBM WebSphere-based J2EE

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Performance Tuning DBA Release 2. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Performance Tuning DBA Release 2. 5 Jours [35 Heures] Plan de cours disponible à l adresse http://www.adhara.fr/.aspx Objectif Use the Oracle Database tuning methodology appropriate to the available tools Utilize database advisors to proactively tune an Oracle

More information

Top 10 Performance Tips for OBI-EE

Top 10 Performance Tips for OBI-EE Top 10 Performance Tips for OBI-EE Narasimha Rao Madhuvarsu L V Bharath Terala October 2011 Apps Associates LLC Boston New York Atlanta Germany India Premier IT Professional Service and Solution Provider

More information

Bryan Tuft Sr. Sales Consultant Global Embedded Business Unit bryan.tuft@oracle.com

Bryan Tuft Sr. Sales Consultant Global Embedded Business Unit bryan.tuft@oracle.com Bryan Tuft Sr. Sales Consultant Global Embedded Business Unit bryan.tuft@oracle.com Agenda Oracle Approach Embedded Databases TimesTen In-Memory Database Snapshots Q&A Real-Time Infrastructure Challenges

More information

Oracle Database Performance Management Best Practices Workshop. AIOUG Product Management Team Database Manageability

Oracle Database Performance Management Best Practices Workshop. AIOUG Product Management Team Database Manageability Oracle Database Performance Management Best Practices Workshop AIOUG Product Management Team Database Manageability Table of Contents Oracle DB Performance Management... 3 A. Configure SPA Quick Check...6

More information

<Insert Picture Here> Oracle SQL Developer 3.0: Overview and New Features

<Insert Picture Here> Oracle SQL Developer 3.0: Overview and New Features 1 Oracle SQL Developer 3.0: Overview and New Features Sue Harper Senior Principal Product Manager The following is intended to outline our general product direction. It is intended

More information

DBA Best Practices: A Primer on Managing Oracle Databases. Leng Leng Tan Vice President, Systems and Applications Management

DBA Best Practices: A Primer on Managing Oracle Databases. Leng Leng Tan Vice President, Systems and Applications Management DBA Best Practices: A Primer on Managing Oracle Databases Leng Leng Tan Vice President, Systems and Applications Management The following is intended to outline our general product direction. It is intended

More information

2009 Oracle Corporation 1

2009 Oracle Corporation 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Oracle9i Data Warehouse Review. Robert F. Edwards Dulcian, Inc.

Oracle9i Data Warehouse Review. Robert F. Edwards Dulcian, Inc. Oracle9i Data Warehouse Review Robert F. Edwards Dulcian, Inc. Agenda Oracle9i Server OLAP Server Analytical SQL Data Mining ETL Warehouse Builder 3i Oracle 9i Server Overview 9i Server = Data Warehouse

More information

Basic Tuning Tools Monitoring tools overview Enterprise Manager V$ Views, Statistics and Metrics Wait Events

Basic Tuning Tools Monitoring tools overview Enterprise Manager V$ Views, Statistics and Metrics Wait Events Introducción Objetivos Objetivos del Curso Basic Tuning Tools Monitoring tools overview Enterprise Manager V$ Views, Statistics and Metrics Wait Events Using Automatic Workload Repository Managing the

More information

Oracle Database 12c: Performance Management and Tuning NEW

Oracle Database 12c: Performance Management and Tuning NEW Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Performance Management and Tuning NEW Duration: 5 Days What you will learn In the Oracle Database 12c: Performance Management and Tuning

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Advanced Database Performance Analysis Techniques Using Metric Extensions and SPA Mughees A. Minhas VP of Product Management Oracle 2 Program Agenda Database Performance Analysis Challenges Advanced

More information

Performance And Scalability In Oracle9i And SQL Server 2000

Performance And Scalability In Oracle9i And SQL Server 2000 Performance And Scalability In Oracle9i And SQL Server 2000 Presented By : Phathisile Sibanda Supervisor : John Ebden 1 Presentation Overview Project Objectives Motivation -Why performance & Scalability

More information

Customer evaluation guide Toad for Oracle v12 Database administration

Customer evaluation guide Toad for Oracle v12 Database administration Thank you for choosing to download a Toad for Oracle trial. This guide will enable you to evaluate Toad s key technical features and business value. It can be used to evaluate the database administration

More information

How To Test For A Test On A Test Server

How To Test For A Test On A Test Server Real Application Testing Dave Foster Master Principal Sales Consultant The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Inge Os Sales Consulting Manager Oracle Norway

Inge Os Sales Consulting Manager Oracle Norway Inge Os Sales Consulting Manager Oracle Norway Agenda Oracle Fusion Middelware Oracle Database 11GR2 Oracle Database Machine Oracle & Sun Agenda Oracle Fusion Middelware Oracle Database 11GR2 Oracle Database

More information

ORACLE DATABASE 11G: COMPLETE

ORACLE DATABASE 11G: COMPLETE ORACLE DATABASE 11G: COMPLETE 1. ORACLE DATABASE 11G: SQL FUNDAMENTALS I - SELF-STUDY COURSE a) Using SQL to Query Your Database Using SQL in Oracle Database 11g Retrieving, Restricting and Sorting Data

More information

Risk-Free Administration for Expert Database Administrators

Risk-Free Administration for Expert Database Administrators Risk-Free Administration for Expert Database Administrators Kurt Engeleiter, Oracle Jason Lentz, Cerner Bart Gaddis, Cerner Safe Harbor Statement The following is intended to outline our general product

More information

Oracle Database 11g for Data Warehousing

Oracle Database 11g for Data Warehousing Oracle Database 11g for Data Warehousing Hermann Bär - Director Product Management, Data Warehousing Oracle DW Strategy Best Database for BI/DW 30 years of innovation No other database

More information

PERFORMANCE TUNING ORACLE RAC ON LINUX

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

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2

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

More information

Holistic Performance Analysis of J2EE Applications

Holistic Performance Analysis of J2EE Applications Holistic Performance Analysis of J2EE Applications By Madhu Tanikella In order to identify and resolve performance problems of enterprise Java Applications and reduce the time-to-market, performance analysis

More information

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

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

More information

Capacity Management for Oracle Database Machine Exadata v2

Capacity Management for Oracle Database Machine Exadata v2 Capacity Management for Oracle Database Machine Exadata v2 Dr. Boris Zibitsker, BEZ Systems NOCOUG 21 Boris Zibitsker Predictive Analytics for IT 1 About Author Dr. Boris Zibitsker, Chairman, CTO, BEZ

More information

Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture

Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture Ron Weiss, Exadata Product Management Exadata Database Machine Best Platform to Run the

More information

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

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Oracle TimesTen In-Memory Database for Analytics - Best Practices and Use Cases Susan Cheung Vice President - Product Management 2 Agenda TimesTen Overview Best Practices, Tips, and Tricks Customer Use

More information

Flash Performance for Oracle RAC with PCIe Shared Storage A Revolutionary Oracle RAC Architecture

Flash Performance for Oracle RAC with PCIe Shared Storage A Revolutionary Oracle RAC Architecture Flash Performance for Oracle RAC with PCIe Shared Storage Authored by: Estuate & Virident HGST Table of Contents Introduction... 1 RAC Share Everything Architecture... 1 Oracle RAC on FlashMAX PCIe SSDs...

More information

Monitoring PostgreSQL database with Verax NMS

Monitoring PostgreSQL database with Verax NMS Monitoring PostgreSQL database with Verax NMS Table of contents Abstract... 3 1. Adding PostgreSQL database to device inventory... 4 2. Adding sensors for PostgreSQL database... 7 3. Adding performance

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: Administration Workshop I Release 2

More information

HP Storage Essentials Storage Resource Management Software end-to-end SAN Performance monitoring and analysis

HP Storage Essentials Storage Resource Management Software end-to-end SAN Performance monitoring and analysis HP Storage Essentials Storage Resource Management Software end-to-end SAN Performance monitoring and analysis Table of contents HP Storage Essentials SRM software SAN performance monitoring and analysis...

More information

SQL Server 2012 Performance White Paper

SQL Server 2012 Performance White Paper Published: April 2012 Applies to: SQL Server 2012 Copyright The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication.

More information

Oracle Database 11g Comparison Chart

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

More information

Oracle Database 11g: Administration Workshop II

Oracle Database 11g: Administration Workshop II Oracle University Entre em contato: 0800 891 6502 Oracle Database 11g: Administration Workshop II Duração: 5 Dias Objetivos do Curso In this course, the concepts and architecture that support backup and

More information

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide

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.

More information

<Insert Picture Here> Java Application Diagnostic Expert

<Insert Picture Here> Java Application Diagnostic Expert Java Application Diagnostic Expert Agenda 1. Enterprise Manager 2. Challenges 3. Java Application Diagnostics Expert (JADE) 4. Feature-Benefit Summary 5. Features Overview Diagnostic

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Administration Workshop II - LVC. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Administration Workshop II - LVC. 5 Jours [35 Heures] Objectif Back up and recover a database Configure Oracle Database for optimal recovery Administer ASM disk groups Use an RMAN backup to duplicate a database Automating Tasks with the Scheduler Participant

More information

ORACLE DATABASE: ADMINISTRATION WORKSHOP I

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

More information

An Oracle Technical White Paper July 2009. Using Oracle In-Memory Database Cache to Accelerate the Oracle Database

An Oracle Technical White Paper July 2009. Using Oracle In-Memory Database Cache to Accelerate the Oracle Database An Oracle Technical White Paper July 2009 Using Oracle In-Memory Database Cache to Accelerate the Oracle Database 1. Introduction... 2 2. Application-Tier Caching... 4 3. The Oracle TimesTen In-Memory

More information

Optimizing Your Database Performance the Easy Way

Optimizing Your Database Performance the Easy Way Optimizing Your Database Performance the Easy Way by Diane Beeler, Consulting Product Marketing Manager, BMC Software and Igy Rodriguez, Technical Product Manager, BMC Software Customers and managers of

More information

Oracle Database 11g: Administration Workshop II DBA Release 2

Oracle Database 11g: Administration Workshop II DBA Release 2 Oracle Database 11g: Administration Workshop II DBA Release 2 This course takes the database administrator beyond the basic tasks covered in the first workshop. The student begins by gaining a much deeper

More information

Oracle Database: SQL and PL/SQL Fundamentals NEW

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

More information

Business Application Services Testing

Business Application Services Testing Business Application Services Testing Curriculum Structure Course name Duration(days) Express 2 Testing Concept and methodologies 3 Introduction to Performance Testing 3 Web Testing 2 QTP 5 SQL 5 Load

More information

High Availability Implementation for JD Edwards EnterpriseOne

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

More information

Oracle Database In-Memory A Practical Solution

Oracle Database In-Memory A Practical Solution Oracle Database In-Memory A Practical Solution Sreekanth Chintala Oracle Enterprise Architect Dan Huls Sr. Technical Director, AT&T WiFi CON3087 Moscone South 307 Safe Harbor Statement The following is

More information

Performance rule violations usually result in increased CPU or I/O, time to fix the mistake, and ultimately, a cost to the business unit.

Performance rule violations usually result in increased CPU or I/O, time to fix the mistake, and ultimately, a cost to the business unit. Is your database application experiencing poor response time, scalability problems, and too many deadlocks or poor application performance? One or a combination of zparms, database design and application

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle University Contact Us: (+202) 35 35 02 54 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

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Appliances and DW Architectures John O Brien President and Executive Architect Zukeran Technologies 1 TDWI 1 Agenda What

More information

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

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

More information

Total Cloud Control with Oracle Enterprise Manager 12c. Kevin Patterson, Principal Sales Consultant, Enterprise Manager Oracle

Total Cloud Control with Oracle Enterprise Manager 12c. Kevin Patterson, Principal Sales Consultant, Enterprise Manager Oracle Total Cloud Control with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise Manager Oracle 2 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert

More information

<Insert Picture Here> Oracle Cloud Storage. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska

<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

More information

Managing your Red Hat Enterprise Linux guests with RHN Satellite

Managing your Red Hat Enterprise Linux guests with RHN Satellite Managing your Red Hat Enterprise Linux guests with RHN Satellite Matthew Davis, Level 1 Production Support Manager, Red Hat Brad Hinson, Sr. Support Engineer Lead System z, Red Hat Mark Spencer, Sr. Solutions

More information

An Oracle White Paper June 2012. High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database

An Oracle White Paper June 2012. High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database An Oracle White Paper June 2012 High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database Executive Overview... 1 Introduction... 1 Oracle Loader for Hadoop... 2 Oracle Direct

More information

news Enterprise Manager Cloud Control oracle ... the smarter way of information

news Enterprise Manager Cloud Control oracle ... the smarter way of information Enterprise Manager Cloud Control... the smarter way of information Seite 2/6 Enterprise Manager Cloud Control 1 Executive Summary Cloud Control 12c - the latest version of Oracle Enterprise Manager - has

More information

ORACLE DATABASE ADMINISTRATOR RESUME

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

More information

Proactive Performance Monitoring Using Metric Extensions and SPA

Proactive Performance Monitoring Using Metric Extensions and SPA Proactive Performance Monitoring Using Metric Extensions and SPA Mughees A. Minhas Oracle Redwood Shores, CA, USA Keywords: Oracle, database, performance, proactive, fix, monitor, Enterprise manager, EM,

More information

Expert Oracle Exadata

Expert Oracle Exadata Expert Oracle Exadata Kerry Osborne Randy Johnson Tanel Poder Apress Contents J m About the Authors About the Technical Reviewer a Acknowledgments Introduction xvi xvii xviii xix Chapter 1: What Is Exadata?

More information

White paper: Unlocking the potential of load testing to maximise ROI and reduce risk.

White paper: Unlocking the potential of load testing to maximise ROI and reduce risk. White paper: Unlocking the potential of load testing to maximise ROI and reduce risk. Executive Summary Load testing can be used in a range of business scenarios to deliver numerous benefits. At its core,

More information

Informatica Master Data Management Multi Domain Hub API: Performance and Scalability Diagnostics Checklist

Informatica Master Data Management Multi Domain Hub API: Performance and Scalability Diagnostics Checklist Informatica Master Data Management Multi Domain Hub API: Performance and Scalability Diagnostics Checklist 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any

More information

Using HP StoreOnce Backup systems for Oracle database backups

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

More information

Oracle Database 10g: Administration Workshop II Release 2

Oracle Database 10g: Administration Workshop II Release 2 ORACLE UNIVERSITY CONTACT US: 00 9714 390 9000 Oracle Database 10g: Administration Workshop II Release 2 Duration: 5 Days What you will learn This course advances your success as an Oracle professional

More information

Memory-Centric Database Acceleration

Memory-Centric Database Acceleration Memory-Centric Database Acceleration Achieving an Order of Magnitude Increase in Database Performance A FedCentric Technologies White Paper September 2007 Executive Summary Businesses are facing daunting

More information

SQL DATABASE PROGRAMMING (PL/SQL AND T-SQL)

SQL DATABASE PROGRAMMING (PL/SQL AND T-SQL) Technology & Information Management Instructor: Michael Kremer, Ph.D. Database Programming SQL DATABASE PROGRAMMING (PL/SQL AND T-SQL) WHO AM I? Michael Kremer Currently: Federal Reserve Bank San Francisco

More information

Instant-On Enterprise

Instant-On Enterprise Instant-On Enterprise Winning with NonStop SQL 2011Hewlett-Packard Dev elopment Company,, L.P. The inf ormation contained herein is subject to change without notice LIBERATE Your infrastructure with HP

More information

REDUCING DATABASE TOTAL COST OF OWNERSHIP WITH FLASH

REDUCING DATABASE TOTAL COST OF OWNERSHIP WITH FLASH REDUCING DATABASE TOTAL COST OF OWNERSHIP WITH FLASH MICHAEL GUTHRIE SYSTEMS ENGINEER EMC CORPORATION 1 SO YOU VE HEARD ABOUT XTREMIO INCREDIBLE PERFORMANCE WITH FLASH OPTIMIZED DATA SERVICES INLINE DATA

More information

Informatica Data Director Performance

Informatica Data Director Performance Informatica Data Director Performance 2011 Informatica Abstract A variety of performance and stress tests are run on the Informatica Data Director to ensure performance and scalability for a wide variety

More information