Oracle Database 11g Release 2 for SAP Advanced Compression. Christoph Kersten Oracle Database for SAP Global Technology Center (Walldorf, Germany)

Size: px
Start display at page:

Download "Oracle Database 11g Release 2 for SAP Advanced Compression. Christoph Kersten Oracle Database for SAP Global Technology Center (Walldorf, Germany)"

Transcription

1 Oracle Database 11g Release 2 for SAP Advanced Compression Christoph Kersten Oracle Database for SAP Global Technology Center (Walldorf, Germany)

2 Implicit Compression <Insert Picture Here>

3 Efficient Use of Disk Space Disk Space Allocation (SAP ERP) Structured Data Database too large? Oracle saves disk space even without explicit compression Indexes Unstructured Data

4 Efficient Use of Disk Space Implicit Compression (Oracle Database 10g) Indexes Structured Data Secure Files Database too large? Oracle saves disk space even without explicit compression Internal Data Representation Variable length representation of number values Variable length representation of character strings Highly efficient bitmap index technology

5 Efficient Use of Disk Space Implicit Compression (Oracle Database 11g) Indexes Structured Data Secure Files Database too large? Oracle saves disk space even without explicit compression Internal Data Representation Variable length representation of number values Variable length representation of character strings Highly efficient bitmap index technology Object Space Allocation Deferred Segment Creation Dictionary Only Add Column

6 Explicit Compression Overview <Insert Picture Here>

7 Data/Index Compression Setting Realistic Expectations

8 Data/Index Compression Setting Realistic Expectations Type of Data % Disk Space Opt. Savings Min. Savings Index data 33% 23% 15% Structured data 55% 39% 25% Unstructured data 12% 8% 6% Overall 100% 70% 46% Assumptions Optimal Savings: - all objects (100%) compressed - compression ratio of 70% on object level - result: disk space savings on database level Average Savings: - largest objects only compressed (80% of disk space used for this type) - compression ratio of 60% on object level - result: disk space savings on database level

9 Index Key Compression <Insert Picture Here>

10 Persistent Bitmap Index Table Bitmap Index Key Bitmap <Blue: > <Green: > <Red: > <Yellow: >

11 Oracle Index Key Compression Example 1 A A A A A A A B B B B B B ROWID01 ROWID02 ROWID03 ROWID04 ROWID05 ROWID06 ROWID07 ROWID08 ROWID09 ROWID10 ROWID11 ROWID12 ROWID13

12 Oracle Index Key Compression Example 1 A A A A A A A B B B B B B ROWID01 ROWID02 ROWID03 ROWID04 ROWID05 ROWID06 ROWID07 ROWID08 ROWID09 ROWID10 ROWID11 ROWID12 ROWID13

13 Oracle Index Key Compression Example 2 1 A X 1 A 1 ROWID01 1 A X 1 B 2 ROWID02 1 A X 2 A 3 ROWID03 1 A Y 1 B 4 ROWID04 1 A Y 3 C 5 ROWID05 1 A Y 3 C 6 ROWID06 1 A Y 3 D 7 ROWID07 1 B X 1 A 1 ROWID08 1 B X 1 A 2 ROWID09 1 B X 1 C 3 ROWID10 1 B X 3 A 4 ROWID11 1 B X 3 C 5 ROWID12 1 B X 3 C 6 ROWID13

14 Oracle Index Key Compression Example 2: Prefix = 1 1 A X 1 A 1 ROWID01 A X 1 B 2 ROWID02 A X 2 A 3 ROWID03 12 values A Y 1 B 4 ROWID04 eliminated A Y 3 C 5 ROWID05 A Y 3 C 6 ROWID06 A Y 3 D 7 ROWID07 B X 1 A 1 ROWID08 B X 1 A 2 ROWID09 B X 1 C 3 ROWID10 B X 3 A 4 ROWID11 B X 3 C 5 ROWID12 B X 3 C 6 ROWID13 Prefix Suffix

15 Oracle Index Key Compression Example 2: Prefix = 2 1 A X 1 A 1 ROWID01 X 1 B 2 ROWID02 X 2 A 3 ROWID03 22 values Y 1 B 4 ROWID04 eliminated Y 3 C 5 ROWID05 Y 3 C 6 ROWID06 Y 3 D 7 ROWID07 1 B X 1 A 1 ROWID08 X 1 A 2 ROWID09 X 1 C 3 ROWID10 X 3 A 4 ROWID11 X 3 C 5 ROWID12 X 3 C 6 ROWID13 Prefix Suffix

16 Oracle Index Key Compression Example 2: Prefix = 3 1 A X 1 A 1 ROWID01 1 B 2 ROWID02 2 A 3 ROWID03 30 values 1 A Y 1 B 4 ROWID04 eliminated 3 C 5 ROWID05 3 C 6 ROWID06 3 D 7 ROWID07 1 B X 1 A 1 ROWID08 1 A 2 ROWID09 1 C 3 ROWID10 3 A 4 ROWID11 3 C 5 ROWID12 3 C 6 ROWID13 Prefix Suffix

17 Oracle Index Key Compression Example 2: Prefix = 4 1 A X 1 A 1 ROWID01 B 2 ROWID02 1 A X 2 A 3 ROWID03 28 values 1 A Y 1 B 4 ROWID04 eliminated 1 A Y 3 C 5 ROWID05 C 6 ROWID06 D 7 ROWID07 1 B X 1 A 1 ROWID08 A 2 ROWID09 C 3 ROWID10 1 B X 3 A 4 ROWID11 C 5 ROWID12 C 6 ROWID13 Prefix Suffix

18 Oracle Index Key Compression Example 2: Prefix = 5 1 A X 1 A 1 ROWID01 1 A X 1 B 2 ROWID02 1 A X 2 A 3 ROWID03 15 values 1 A Y 1 B 4 ROWID04 eliminated 1 A Y 3 C 5 ROWID05 6 ROWID06 1 A Y 3 D 7 ROWID07 1 B X 1 A 1 ROWID08 2 ROWID09 1 B X 1 C 3 ROWID10 1 B X 3 A 4 ROWID11 1 B X 3 C 5 ROWID12 6 ROWID13 Prefix Suffix

19 Oracle Index Key Compression Example 2: Prefix = 6 1 A X 1 A 1 ROWID01 1 A X 1 B 2 ROWID02 1 A X 2 A 3 ROWID03 0 values 1 A Y 1 B 4 ROWID04 eliminated 1 A Y 3 C 5 ROWID05 1 A Y 3 C 6 ROWID06 1 A Y 3 D 7 ROWID07 1 B X 1 A 1 ROWID08 1 B X 1 A 2 ROWID09 1 B X 1 C 3 ROWID10 1 B X 3 A 4 ROWID11 1 B X 3 C 5 ROWID12 1 B X 3 C 6 ROWID13 Prefix Suffix

20 Computing the Optimal Prefix Length

21 Efficient Use of Disk Space Index Key Compression Indexes Structured Data Secure Files Available in Oracle Database 10g and 11g Recommended as first step of compression implementation Best practices: Compress indexes on <n> largest tables Use utility IND_COMP (see SAP Note )

22 Efficient Use of Disk Space Index Key Compression Available in Oracle Database 10g and 11g Structured Data Recommended as first step of compression implementation Best practices: Compress indexes on <n> largest tables Indexes Free Space Secure Files Use utility IND_COMP (see SAP Note ) Disk Space Savings: up to 75% on object level 15-20% on DB level

23 Table Compression <Insert Picture Here>

24 Data Compression Algorithm Step 1: Find Repeating Values January Customer January Customer January Customer January Customer January Customer January Customer January Customer February Customer February Customer February Customer February Customer February Customer

25 Data Compression Algorithm Step 2: Create Symbol Table 0001 January Customer January January January January January January Customer 2 Customer 3 Customer 1 Customer 2 Customer 3 Customer January February Customer 1 Customer 2 Customer February Customer February Customer February Customer February Customer February Customer

26 Data Compression Algorithm Step 3: Replace Values by References January February Customer 1 Customer 2 Customer

27 Table Data Compression The Main Issue You cannot allow every single INSERT or UPDATE to modify the symbol table too much overhead for this process (performance problem) too much locking (concurrency problem) The Oracle and DB2 implementations address this issue in different ways different advantages different disadvantages

28 Table Data Compression Implementation Option 1 xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx Symbol Table Data Block Data Block Data Block One global symbol table per data segment (table), stored in dedicated blocks

29 Table Data Compression Implementation Option 2 Symbol Tables xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx xxxx xxxxx Data Block Data Block Data Block Many local symbol tables, each of them built from data in a single block, and stored in that particular block

30 Oracle 10g Data Compression Benefits & Limits Benefits Unlimited number of compressed values All data required for decompression in one single block Compression ratio does not degrade due to new values No manual rebuild of symbol table required Limits Bulk load operations only (no single-record INSERT, UPDATE) Certified for SAP BI only

31 Efficient Use of Disk Space OLTP Compression (Adv. Compression Option) xxx xxxxxxx xxxxxxxx xxx xxx xxxxxxx xxxxxxxx xxx xxx xxxxxxx xxxxxxxx xxx Users insert new records These records are stored uncompressed This happens until a predefined threshold is reached xxx xxxxxxx xxxxxxxx xxx xxx xxxxxxx xxxxxxxx xxx xxx xxxxxxx xxxxxxxx xxx

32 Efficient Use of Disk Space OLTP Compression (Adv. Compression Option) xxx xxxxxxx xxxxxxxx xxx xxx xxxxxxx xxxxxxxx xxx xxx xxxxxxx xxxxxxxx xxx xxx xxxxxxxx xxxxxxxx x x xxx xxx xxxxxxxx xxxxxxxx x x xxx xxx xxxxxxxx xxxxxxxx x x xxx If the threshold is reached, data are compressed in batch mode The process scans the data and builds the symbol table in the block header compresses the records in this block After that, the block is again in phase 1 (available for new inserts)

33 Efficient Use of Disk Space Structured Table Data Compression Indexes Free Space Structured Data Secure Files Oracle Database 10g: Batch compression Works with batch loads only Supported for SAP BW Oracle Database 11g: Dynamic online compression (OLTP compression) Works for conventional DML (Insert, Update) Supported for all SAP applications Completely transparent to applications

34 Efficient Use of Disk Space Structured Table Data Compression Structured Data Indexes Secure Files Free Space Oracle Database 10g: Batch compression Works with batch loads only Supported for SAP BW Oracle Database 11g: Dynamic online compression (OLTP compression) Works for conventional DML (Insert, Update) Supported for all SAP applications Completely transparent to applications

35 SecureFiles Compression <Insert Picture Here>

36 SecureFiles Significantly faster access times compared to LOBs in SAP environments Increased transaction throughput on SAP cluster tables especially with RAC Prerequisite for compression of SAP tables containing LOBs (e.g. cluster tables) Performance Improvement Factor 2,5 2 1,5 1 0,5 0 SAP VBDATAThroughput (Insert/Read/Delete) row size in KB LONGs (9.2,10.2) LOBs (10.2,11.2) Securefiles 11.2

37 SecureFiles Compression for SAP Part of Oracle Advanced Compression securefiles Compression for inline and out-of-line LOB data unique to Oracle for out-of-line LOBs (IBM can only do inline compression) out-of-line LOBs are more used than inline LOB data in SAP products such as SAP CRM SAP XI SAP Portal SAP R/3 (almost all non-cluster tables use out-of-line LOBs

38 Efficient Use of Disk Space Unstructured Table Data Compression Structured Data Indexes Secure Files Free Space Secure Files replaces previous data types (LONG, LOB) dramatically faster prerequisite for compression Secure Files Compression the only real compression feature no inlining of data required

39 Efficient Use of Disk Space Unstructured Table Data Compression Structured Data Indexes Secure Files Free Space Secure Files replaces previous data types (LONG, LOB) dramatically faster prerequisite for compression Secure Files Compression the only real compression feature no inlining of data required

40 Additional Compression Features <Insert Picture Here>

41 RMAN Backup Compression Compression levels are BASIC, LOW, MEDIUM and HIGH Each affords a trade off related to backup throughput and the degree of compression Run the following RMAN commands: RMAN> CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COMPRESSED BACKUPSET; RMAN> CONFIGURE COMPRESSION ALGORITHM <'HIGH', 'MEDIUM', 'LOW', 'BASIC'>; RMAN>BACKUP AS COMPRESSED BACKUPSET DATABASE; RMAN>BACKUP AS COMPRESSED BACKUPSET ARCHIVELOG ALL; RMAN>CONFIGURE COMPRESSION ALGORITHM 'ZLIB'; (ZLIB new 11.2 / BZIP2 <=11.2)

42 Data Guard Redo Transport Services Compress network traffic between primary and standby databases Lower bandwidth networks (<100Mbps) 15-35% less time required to transmit 1 GB of data Bandwidth consumption reduced up to 35% High bandwidth networks (>100 Mbps) Compression will not reduce transmission time But will reduce bandwidth consumption up to 35% Syntax: LOG_ARCHIVE_DEST_3='SERVICE=denver SYNC COMPRESSION=ENABLE [DISABLE]

43 Data Pump Compression Metadata compression available since Oracle Database 10g Oracle Database 11g extends compression to table data during exports No need to decompress before import COMPRESSION={ALL DATA_ONLY [METADATA_ONLY] NONE} Single step compression of both data and metadata Compressed data directly hits disk resulting in reduced disk space requirements Internal tests reduced dump file size up to 75% Application transparent Complete Data Pump functionality available on compressed files

44 Compression Benefits <Insert Picture Here>

45 Space Savings (Customer Production Databases) Database (fully reorged) ECC 6.0 BI 7.0 CRM 7.0 RMAN Backup (for compressed database) Export Data Pump Without Compression 4,782 GB 1,413 GB 950 GB With Compression and Other Space Optimizations 1,976 GB 543 GB 334 GB Factor Space Savings ,817 GB 667 GB GB 156 GB 6.2

46 Compression Storage vs. Performance? Disk Space Savings: Up to 75% disk space can be saved on object level DB size can be reduced by ca. 60% (avg.) Higher CPU consumption More than compensated by reduced I/O Overall throughput increased by 10-20%

47

Oracle Advanced Compression: Reduce Storage, Reduce Costs, Increase Performance Bill Hodak Principal Product Manager

Oracle Advanced Compression: Reduce Storage, Reduce Costs, Increase Performance Bill Hodak Principal Product Manager Oracle Advanced : Reduce Storage, Reduce Costs, Increase Performance Bill Hodak Principal Product Manager The following is intended to outline our general product direction. It is intended for information

More information

Optimizing Storage with SAP and Oracle Database 12c O R A C L E W H I T E P A P E R M A Y

Optimizing Storage with SAP and Oracle Database 12c O R A C L E W H I T E P A P E R M A Y Optimizing Storage with SAP and Oracle Database 12c O R A C L E W H I T E P A P E R M A Y 2 0 1 7 Table of Contents Disclaimer 1 Introduction 2 Storage Efficiency 3 Index (Key) Compression and Bitmap Indexes

More information

An Oracle White Paper October Advanced Compression with Oracle Database 11g

An Oracle White Paper October Advanced Compression with Oracle Database 11g An Oracle White Paper October 2011 Advanced Compression with Oracle Database 11g Oracle White Paper Advanced Compression with Oracle Database 11g Introduction... 3 Oracle Advanced Compression... 4 Compression

More information

Oracle Advanced Compression. An Oracle White Paper June 2007

Oracle Advanced Compression. An Oracle White Paper June 2007 Oracle Advanced Compression An Oracle White Paper June 2007 Note: 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 Advanced Compression. An Oracle White Paper April 2008

Oracle Advanced Compression. An Oracle White Paper April 2008 Oracle Advanced Compression An Oracle White Paper April 2008 Oracle Advanced Compression Introduction... 2 Oracle Advanced Compression... 2 Compression for Relational Data... 3 Innovative Algorithm...

More information

Oracle Advanced Compression Helps Global Fortune 500 Company Meet Storage Savings Initiative O R A C L E W H I T E P A P E R F E B R U A R Y

Oracle Advanced Compression Helps Global Fortune 500 Company Meet Storage Savings Initiative O R A C L E W H I T E P A P E R F E B R U A R Y Oracle Advanced Compression Helps Global Fortune 500 Company Meet Storage Savings Initiative O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 7 Table of Contents Introduction 2 Oracle Advanced Compression

More information

VLDB. Partitioning Compression

VLDB. Partitioning Compression VLDB Partitioning Compression Oracle Partitioning in Oracle Database 11g Oracle Partitioning Ten Years of Development Core functionality Performance Manageability Oracle8 Range partitioning

More information

An Oracle White Paper August Advanced Compression Option (ACO) with Oracle Database 11g

An Oracle White Paper August Advanced Compression Option (ACO) with Oracle Database 11g An Oracle White Paper August 2012 Advanced Compression Option (ACO) with Oracle Database 11g Oracle White Paper Advanced Compression with Oracle Database 11g Introduction... 3 Oracle Advanced Compression...

More information

An Oracle White Paper July Oracle Advanced Compression with Oracle Database 12c

An Oracle White Paper July Oracle Advanced Compression with Oracle Database 12c An Oracle White Paper July 2014 Oracle Advanced Compression with Oracle Database 12c Oracle White Paper Advanced Compression with Oracle Database 12c Introduction... 3 Oracle Advanced Compression... 4

More information

An Oracle White Paper June Oracle Advanced Compression with Oracle Database 12c

An Oracle White Paper June Oracle Advanced Compression with Oracle Database 12c An Oracle White Paper June 2013 Oracle Advanced Compression with Oracle Database 12c Oracle White Paper Advanced Compression with Oracle Database 12c Introduction... 3 Oracle Advanced Compression... 4

More information

Oracle Advanced Compression with Oracle Database 12c Release 2 O R A C L E W H I T E P A P E R M A R C H

Oracle Advanced Compression with Oracle Database 12c Release 2 O R A C L E W H I T E P A P E R M A R C H Oracle Advanced Compression with Oracle Database 12c Release 2 O R A C L E W H I T E P A P E R M A R C H 2 0 1 7 Disclaimer The following is intended to outline our general product direction. It is intended

More information

An Oracle White Paper February Optimizing Storage for Oracle PeopleSoft Applications

An Oracle White Paper February Optimizing Storage for Oracle PeopleSoft Applications An Oracle White Paper February 2011 Optimizing Storage for Oracle PeopleSoft Applications Executive Overview Enterprises are experiencing an explosion in the volume of data required to effectively run

More information

Oracle Advanced Compression with Oracle Database 12c Release 2 O R A C L E W H I T E P A P E R S E P T E MB E R

Oracle Advanced Compression with Oracle Database 12c Release 2 O R A C L E W H I T E P A P E R S E P T E MB E R Oracle Advanced Compression with Oracle Database 12c Release 2 O R A C L E W H I T E P A P E R S E P T E MB E R 2 0 1 7 Disclaimer The following is intended to outline our general product direction. It

More information

Oracle Advanced Compression Proof-of-Concept (POC) Insights and Best Practices

Oracle Advanced Compression Proof-of-Concept (POC) Insights and Best Practices O R A C L E A D V A N C E D C O M P R E S S I O N B E S T P R A C T I C E S Oracle Advanced Compression Proof-of-Concept (POC) Insights and Best Practices Oracle Advanced Compression FEATURES TYPICALLY

More information

Exadata Implementation Strategy

Exadata Implementation Strategy Exadata Implementation Strategy BY UMAIR MANSOOB 1 Who Am I Work as Senior Principle Engineer for an Oracle Partner Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist

More information

Deep Dive Into Storage Optimization When And How To Use Adaptive Compression. Thomas Fanghaenel IBM Bill Minor IBM

Deep Dive Into Storage Optimization When And How To Use Adaptive Compression. Thomas Fanghaenel IBM Bill Minor IBM Deep Dive Into Storage Optimization When And How To Use Adaptive Compression Thomas Fanghaenel IBM Bill Minor IBM Agenda Recap: Compression in DB2 9 for Linux, Unix and Windows New in DB2 10 for Linux,

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

IBM DB2 9.7 for Linux, UNIX, and Windows Storage Optimization

IBM DB2 9.7 for Linux, UNIX, and Windows Storage Optimization IBM DB2 9.7 for Linux, UNIX, and Windows Storage Optimization Compression options with SAP Applications regarding > Space Savings > Performance Benefits > Resource Impact Thomas Rech, Hans-Jürgen Moldowan,

More information

Oracle Database In-Memory

Oracle Database In-Memory Oracle Database In-Memory Mark Weber Principal Sales Consultant November 12, 2014 Row Format Databases vs. Column Format Databases Row SALES Transactions run faster on row format Example: Insert or query

More information

Copyright 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12

Copyright 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 1 Information Retention and Oracle Database Kevin Jernigan Senior Director Oracle Database Performance Product Management The following is intended to outline our general product direction. It is intended

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

An Oracle White Paper June Exadata Hybrid Columnar Compression (EHCC)

An Oracle White Paper June Exadata Hybrid Columnar Compression (EHCC) An Oracle White Paper June 2011 (EHCC) Introduction... 3 : Technology Overview... 4 Warehouse Compression... 6 Archive Compression... 7 Conclusion... 9 Introduction enables the highest levels of data compression

More information

Exadata Implementation Strategy

Exadata Implementation Strategy BY UMAIR MANSOOB Who Am I Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist since 2011 Oracle Database Performance Tuning Certified Expert Oracle Business Intelligence

More information

An Oracle White Paper August Oracle Database: The Database of Choice for Deploying SAP Solutions

An Oracle White Paper August Oracle Database: The Database of Choice for Deploying SAP Solutions An Oracle White Paper August 2017 Oracle Database: The Database of Choice for Deploying SAP Solutions Executive Overview...... 4 Introduction... 5 Database market share for Enterprise Applications.......

More information

Oracle 1Z0-515 Exam Questions & Answers

Oracle 1Z0-515 Exam Questions & Answers Oracle 1Z0-515 Exam Questions & Answers Number: 1Z0-515 Passing Score: 800 Time Limit: 120 min File Version: 38.7 http://www.gratisexam.com/ Oracle 1Z0-515 Exam Questions & Answers Exam Name: Data Warehousing

More information

Exadata X3 in action: Measuring Smart Scan efficiency with AWR. Franck Pachot Senior Consultant

Exadata X3 in action: Measuring Smart Scan efficiency with AWR. Franck Pachot Senior Consultant Exadata X3 in action: Measuring Smart Scan efficiency with AWR Franck Pachot Senior Consultant 16 March 2013 1 Exadata X3 in action: Measuring Smart Scan efficiency with AWR Exadata comes with new statistics

More information

<Insert Picture Here> Controlling resources in an Exadata environment

<Insert Picture Here> Controlling resources in an Exadata environment Controlling resources in an Exadata environment Agenda Smart IO IO Resource Manager Compression Hands-on time Exadata Security Flash Cache Storage Indexes Parallel Execution Agenda

More information

Key to A Successful Exadata POC

Key to A Successful Exadata POC BY UMAIR MANSOOB Who Am I Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist since 2011 Oracle Database Performance Tuning Certified Expert Oracle Business Intelligence

More information

BR*Tools Support for Oracle 11g. DOAG St. Leon-Rot. Georg Chlond Oracle Platforms SAP AG

BR*Tools Support for Oracle 11g. DOAG St. Leon-Rot. Georg Chlond Oracle Platforms SAP AG BR*Tools Support for Oracle 11g DOAG 03.05.2010 St. Leon-Rot Georg Chlond Oracle Platforms SAP AG BR*Tools Support for Oracle 11g Agenda BR*Tools support for Oracle 11g general status New Oracle 11g features

More information

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

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Oracle Database 12c Preview In-Memory Column Store (V12.1.0.2) Michael Künzner Principal Sales Consultant The following is intended to outline our general product direction. It is intended for information

More information

Triple-O migration scenarios. Dr. Stephan Bühne Senior Principal Technical Consultant, SAP Solution Center Walldorf

Triple-O migration scenarios. Dr. Stephan Bühne Senior Principal Technical Consultant, SAP Solution Center Walldorf Triple-O migration scenarios Dr. Stephan Bühne Senior Principal Technical Consultant, SAP Solution Center Walldorf Topics Triple-O technology and prerequisites Triple-O architecture Online migration with

More information

Triple-O migration scenarios. Dr. Stephan Bühne Senior Principal Technical Consultant, SAP Solution Center Walldorf

Triple-O migration scenarios. Dr. Stephan Bühne Senior Principal Technical Consultant, SAP Solution Center Walldorf Triple-O migration scenarios Dr. Stephan Bühne Senior Principal Technical Consultant, SAP Solution Center Walldorf Topics Triple-O technology and prerequisites Triple-O architecture Online migration with

More information

Table Compression in Oracle9i Release2. An Oracle White Paper May 2002

Table Compression in Oracle9i Release2. An Oracle White Paper May 2002 Table Compression in Oracle9i Release2 An Oracle White Paper May 2002 Table Compression in Oracle9i Release2 Executive Overview...3 Introduction...3 How It works...3 What can be compressed...4 Cost and

More information

Oracle Database 11g: New Features for Administrators Release 2

Oracle Database 11g: New Features for Administrators Release 2 Oracle University Contact Us: 0845 777 7711 Oracle Database 11g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course gives you the opportunity to learn about and

More information

<Insert Picture Here> Exadata MAA Best Practices Series Session 1: E-Business Suite on Exadata

<Insert Picture Here> Exadata MAA Best Practices Series Session 1: E-Business Suite on Exadata Exadata MAA Best Practices Series Session 1: E-Business Suite on Exadata Richard Exley Ray Dutcher Richard Exley, Ray Dutcher Oracle Applications, Exadata and MAA Best Practices Exadata

More information

Horrid compression collateral

Horrid compression collateral Horrid compression collateral jonathanlewis.wordpress.com www.jlcomp.demon.co.uk Who am I? Independent Consultant 28+ years in IT 24+ using Oracle Strategy, Design, Review, Briefings, Educational, Trouble-shooting

More information

BioGrid Australia - Health Through Information

BioGrid Australia - Health Through Information Images and Oracle Database 11g BioGrid Australia - Health Through Information PRANABH JAIN and NAOMI RAFAEL Presented by Susan Mavris, Oracle Multimedia Agenda Purpose and Description of BioGrid Oracle

More information

for Exadata benefits for SAP Engineered to Work Together End-To-End Engineered Tested Together Certified Together Packaged Together Deployed Together

for Exadata benefits for SAP Engineered to Work Together End-To-End Engineered Tested Together Certified Together Packaged Together Deployed Together Oracle SAP for T E C H N O L O G Y U P D A T E Oracle SPARC SuperCluster for SAP Customers available NOW! Oracle Exadata: the best Database Cloud Platform for Consolidation deployed by SAP Customers today.

More information

SAP. Oracle. 11 g. for NEW. Oracle Exadata Database Machine for your SAP implementation NOW! Hardware and Software Engineered to Work Together

SAP. Oracle. 11 g. for NEW. Oracle Exadata Database Machine for your SAP implementation NOW! Hardware and Software Engineered to Work Together Oracle! for SAP! T E C H N O L O G Y U P D A T E NEW Oracle Exadata Database Machine for your SAP implementation NOW! D A T A B A S E 11 g Hardware and Software Engineered to Work Together No. 20 Oracle

More information

In-Memory Data Management Jens Krueger

In-Memory Data Management Jens Krueger In-Memory Data Management Jens Krueger Enterprise Platform and Integration Concepts Hasso Plattner Intitute OLTP vs. OLAP 2 Online Transaction Processing (OLTP) Organized in rows Online Analytical Processing

More information

Oracle Database 12c: JMS Sharded Queues

Oracle Database 12c: JMS Sharded Queues Oracle Database 12c: JMS Sharded Queues For high performance, scalable Advanced Queuing ORACLE WHITE PAPER MARCH 2015 Table of Contents Introduction 2 Architecture 3 PERFORMANCE OF AQ-JMS QUEUES 4 PERFORMANCE

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

RMAN with ZDLRA at Exelon

RMAN with ZDLRA at Exelon RMAN with ZDLRA at Exelon Who am I? Been a DBA since 1992 Oracle 6.0.7 Various development and Unix System Administration From Denmark. Immigrated to the US in 1996. Became a US Citizen in 2015 Worked

More information

ZBD: Using Transparent Compression at the Block Level to Increase Storage Space Efficiency

ZBD: Using Transparent Compression at the Block Level to Increase Storage Space Efficiency ZBD: Using Transparent Compression at the Block Level to Increase Storage Space Efficiency Thanos Makatos, Yannis Klonatos, Manolis Marazakis, Michail D. Flouris, and Angelos Bilas {mcatos,klonatos,maraz,flouris,bilas}@ics.forth.gr

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

COLUMN-STORES VS. ROW-STORES: HOW DIFFERENT ARE THEY REALLY? DANIEL J. ABADI (YALE) SAMUEL R. MADDEN (MIT) NABIL HACHEM (AVANTGARDE)

COLUMN-STORES VS. ROW-STORES: HOW DIFFERENT ARE THEY REALLY? DANIEL J. ABADI (YALE) SAMUEL R. MADDEN (MIT) NABIL HACHEM (AVANTGARDE) COLUMN-STORES VS. ROW-STORES: HOW DIFFERENT ARE THEY REALLY? DANIEL J. ABADI (YALE) SAMUEL R. MADDEN (MIT) NABIL HACHEM (AVANTGARDE) PRESENTATION BY PRANAV GOEL Introduction On analytical workloads, Column

More information

Oracle SAP. 11 g. for. NEW Request Exadata V2-Sun Oracle Database Machine for your SAP implementation NOW!

Oracle SAP. 11 g. for. NEW Request Exadata V2-Sun Oracle Database Machine for your SAP implementation NOW! Oracle SAP for T E C H N O L O G Y U P D A T E NEW Request Exadata V2-Sun Oracle Database Machine for your SAP implementation NOW! 11 g D A T A B A S E Oracle database for SAP is safe, reliable and scalable

More information

enterprise professional expertise distilled Implementer's guide Oracle GoldenGate 11g

enterprise professional expertise distilled Implementer's guide Oracle GoldenGate 11g Oracle GoldenGate 11g Implementer's guide Design, install, and configure high-performance data replication solutions using Oracle GoldenGate John P. Jeffries PUBLISHING enterprise professional expertise

More information

Hybrid Columnar Compression (HCC) on Oracle Database 18c O R A C L E W H IT E P A P E R FE B R U A R Y

Hybrid Columnar Compression (HCC) on Oracle Database 18c O R A C L E W H IT E P A P E R FE B R U A R Y Hybrid Columnar Compression (HCC) on Oracle Database 18c O R A C L E W H IT E P A P E R FE B R U A R Y 2 0 1 8 Disclaimer The following is intended to outline our general product direction. It is intended

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

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z1-027 Title : Oracle Exadata Database Machine Administration, Software Release 11.x Vendor : Oracle

More information

What s New with Oracle Data Pump in Oracle Database 12c. Dean Gagne Consulting Member of Technical Staff

What s New with Oracle Data Pump in Oracle Database 12c. Dean Gagne Consulting Member of Technical Staff 1 What s New with Oracle Data Pump in Oracle Database 12c Dean Gagne Consulting Member of Technical Staff Program Agenda Full Transportable Export/Import Exporting Views as Tables Detailed Timestamps for

More information

Oracle: From Client Server to the Grid and beyond

Oracle: From Client Server to the Grid and beyond Oracle: From Client Server to the Grid and beyond Graham Wood Architect, RDBMS Development Oracle Corporation Continuous Innovation Oracle 6 Oracle 5 Oracle 2 Oracle 7 Data Warehousing Optimizations Parallel

More information

DB2 Optimized for SAP

DB2 Optimized for SAP DB2 Optimized for SAP Konstantin Pabst Technical Sales Specialist Information Managment March 26, 2012 Strategic requirements for SAP customers in today s world How do I better manage the current investments

More information

<Insert Picture Here> DBA Best Practices: A Primer on Managing Oracle Databases

<Insert Picture Here> DBA Best Practices: A Primer on Managing Oracle Databases DBA Best Practices: A Primer on Managing Oracle Databases Mughees A. Minhas Sr. Director of Product Management Database and Systems Management The following is intended to outline

More information

Oracle Hyperion Profitability and Cost Management

Oracle Hyperion Profitability and Cost Management Oracle Hyperion Profitability and Cost Management Configuration Guidelines for Detailed Profitability Applications November 2015 Contents About these Guidelines... 1 Setup and Configuration Guidelines...

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into 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

More information

What was new in 11g for Backup and Recovery? Contents

What was new in 11g for Backup and Recovery? Contents What was new in 11g for Backup and Recovery? Contents Introduction... 3 RMAN New Features and Enhancements... 3 Proactive Health Check... 3 Database Recovery Advisor... 6 Faster Backup Compression... 11

More information

ORACLE 11g R2 New Features

ORACLE 11g R2 New Features KNOWLEDGE POWER Oracle Grid Infrastructure Installation and Upgrade Enhancements Oracle Restart ASM Enhancements Storage Enhancements Data Warehouse and Partitioning Enhancements Oracle SecureFiles Security

More information

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours What you will learn This course advances your success as an Oracle professional in the area of database administration.

More information

Get the Skinny on Minimally Logged Operations

Get the Skinny on Minimally Logged Operations Get the Skinny on Minimally Logged Operations Andrew J. Kelly akelly@solidq.com Who Am I? Mentor with SolidQ SQL Server MVP since 2001 Contributing editor & author for SQL Server Pro Magazine Over 20 years

More information

for Backup & Recovery & Failover

for Backup & Recovery & Failover Oracle s DataGuard 2009 for Backup & Recovery & Failover 2009 IBM Corporation Spencer Krueger, IBM skrueger@us.ibm.com Oracle s Data Guard Basic Backup & Recovery Practices w/o Data Guard What is it? Configuration:

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

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

IMPLEMENTING A DATA MANAGEMENT INFRASTRUCTURE FOR SAP WITH ORACLE DATABASE OPTIONS AND PACKS

IMPLEMENTING A DATA MANAGEMENT INFRASTRUCTURE FOR SAP WITH ORACLE DATABASE OPTIONS AND PACKS 1 IMPLEMENTING A DATA MANAGEMENT INFRASTRUCTURE FOR SAP WITH ORACLE DATABASE OPTIONS AND PACKS Introduction Database Editions Oracle Database is available in five editions, each suitable for different

More information

Root Cause Analysis for SAP HANA. June, 2015

Root Cause Analysis for SAP HANA. June, 2015 Root Cause Analysis for SAP HANA June, 2015 Process behind Application Operations Monitor Notify Analyze Optimize Proactive real-time monitoring Reactive handling of critical events Lower mean time to

More information

Data Warehousing & Big Data at OpenWorld for your smartphone

Data Warehousing & Big Data at OpenWorld for your smartphone Data Warehousing & Big Data at OpenWorld for your smartphone Smartphone and tablet apps, helping you get the most from this year s OpenWorld Access to all the most important information Presenter profiles

More information

Using Transparent Compression to Improve SSD-based I/O Caches

Using Transparent Compression to Improve SSD-based I/O Caches Using Transparent Compression to Improve SSD-based I/O Caches Thanos Makatos, Yannis Klonatos, Manolis Marazakis, Michail D. Flouris, and Angelos Bilas {mcatos,klonatos,maraz,flouris,bilas}@ics.forth.gr

More information

Oracle Database 11g: SQL Fundamentals I

Oracle Database 11g: SQL Fundamentals I Oracle Database SQL Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-051 Exam Title: Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-071 Exam Title: Oracle Database SQL Oracle and Structured

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle Partitioning für Einsteiger Hermann Bär Partitioning Produkt Management 2 Disclaimer The goal is to establish a basic understanding of what can be done with Partitioning I want you to start thinking

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

Best Practices. Deploying Optim Performance Manager in large scale environments. IBM Optim Performance Manager Extended Edition V4.1.0.

Best Practices. Deploying Optim Performance Manager in large scale environments. IBM Optim Performance Manager Extended Edition V4.1.0. IBM Optim Performance Manager Extended Edition V4.1.0.1 Best Practices Deploying Optim Performance Manager in large scale environments Ute Baumbach (bmb@de.ibm.com) Optim Performance Manager Development

More information

IBM DB2 9 Database Administrator for Linux UNIX and Windows Upgrade.

IBM DB2 9 Database Administrator for Linux UNIX and Windows Upgrade. IBM 000-736 DB2 9 Database Administrator for Linux UNIX and Windows Upgrade http://killexams.com/exam-detail/000-736 with three partitions in which part 1 will be placed in table space TBSP0, part 2 will

More information

Online Operations in Oracle 12.2

Online Operations in Oracle 12.2 Online Operations in Oracle 12.2 New Features and Enhancements Christian Gohmann BASEL BERN BRUGG DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. GENEVA HAMBURG COPENHAGEN LAUSANNE MUNICH STUTTGART VIENNA ZURICH

More information

Oracle Exadata Implementation Strategy HHow to Implement Exadata In-house

Oracle Exadata Implementation Strategy HHow to Implement Exadata In-house Oracle Exadata Implementation Strategy HHow to Implement Exadata In-house Introduction Oracle Exadata The Oracle Exadata is a database machine, which has now been present since 2008. A number of financial

More information

SAP IQ - Business Intelligence and vertical data processing with 8 GB RAM or less

SAP IQ - Business Intelligence and vertical data processing with 8 GB RAM or less SAP IQ - Business Intelligence and vertical data processing with 8 GB RAM or less Dipl.- Inform. Volker Stöffler Volker.Stoeffler@DB-TecKnowledgy.info Public Agenda Introduction: What is SAP IQ - in a

More information

Honey I Shrunk the Data Warehouse! (Oracle Advanced Compression) NYOUG March 19, 2009

Honey I Shrunk the Data Warehouse! (Oracle Advanced Compression) NYOUG March 19, 2009 Honey I Shrunk the Data Warehouse! (Oracle Advanced Compression) NYOUG March 19, 2009 Shyam Varan Nath President, Oracle BIWA SIG ShyamVaran@Gmail.com Agenda The Storage Problem Introduction to Data Compression

More information

Oracle 1Z Oracle Database 11g- Administrator I. Download Full Version :

Oracle 1Z Oracle Database 11g- Administrator I. Download Full Version : Oracle 1Z1-052 Oracle Database 11g- Administrator I Download Full Version : https://killexams.com/pass4sure/exam-detail/1z1-052 QUESTION: 153 User SCOTT executes the following command on the EMP table

More information

Was ist dran an einer spezialisierten Data Warehousing platform?

Was ist dran an einer spezialisierten Data Warehousing platform? Was ist dran an einer spezialisierten Data Warehousing platform? Hermann Bär Oracle USA Redwood Shores, CA Schlüsselworte Data warehousing, Exadata, specialized hardware proprietary hardware Introduction

More information

Compression in Bankware

Compression in Bankware Compression in Bankware This work was done on the sk-bankware\skbankware instance of the sk-bankware server aimed for the ART applications in Skopje RO. The sk-bankware server characterizes with the following

More information

IBM V7000 Unified R1.4.2 Asynchronous Replication Performance Reference Guide

IBM V7000 Unified R1.4.2 Asynchronous Replication Performance Reference Guide V7 Unified Asynchronous Replication Performance Reference Guide IBM V7 Unified R1.4.2 Asynchronous Replication Performance Reference Guide Document Version 1. SONAS / V7 Unified Asynchronous Replication

More information

Storwize/IBM Technical Validation Report Performance Verification

Storwize/IBM Technical Validation Report Performance Verification Storwize/IBM Technical Validation Report Performance Verification Storwize appliances, deployed on IBM hardware, compress data in real-time as it is passed to the storage system. Storwize has placed special

More information

Column Stores vs. Row Stores How Different Are They Really?

Column Stores vs. Row Stores How Different Are They Really? Column Stores vs. Row Stores How Different Are They Really? Daniel J. Abadi (Yale) Samuel R. Madden (MIT) Nabil Hachem (AvantGarde) Presented By : Kanika Nagpal OUTLINE Introduction Motivation Background

More information

Tablespace Usage By Schema In Oracle 11g Rac

Tablespace Usage By Schema In Oracle 11g Rac Tablespace Usage By Schema In Oracle 11g Rac The APPS schema has access to the complete Oracle E-Business Suite data model. E-Business Suite Release 12.2 requires an Oracle database block size of 8K. An

More information

Oracle Database In-Memory

Oracle Database In-Memory Oracle Database In-Memory Under The Hood Andy Cleverly andy.cleverly@oracle.com Director Database Technology Oracle EMEA Technology Safe Harbor Statement The following is intended to outline our general

More information

VOLTDB + HP VERTICA. page

VOLTDB + HP VERTICA. page VOLTDB + HP VERTICA ARCHITECTURE FOR FAST AND BIG DATA ARCHITECTURE FOR FAST + BIG DATA FAST DATA Fast Serve Analytics BIG DATA BI Reporting Fast Operational Database Streaming Analytics Columnar Analytics

More information

Exam Questions P

Exam Questions P Exam Questions P2090-054 IBM Information Management DB2 10.5 purescale Technical Mastery Test v3 https://www.2passeasy.com/dumps/p2090-054/ 1. Which of the following memory heaps is NOT configurable on

More information

Oracle Exam 1z0-055 Oracle Database 11g: New Features for 9i OCPs Version: 6.5 [ Total Questions: 150 ]

Oracle Exam 1z0-055 Oracle Database 11g: New Features for 9i OCPs Version: 6.5 [ Total Questions: 150 ] s@lm@n Oracle Exam 1z0-055 Oracle Database 11g: New Features for 9i OCPs Version: 6.5 [ Total Questions: 150 ] Oracle 1z0-055 : Practice Test Question No : 1 You executed the following command to drop

More information

Inline LOBs (Large Objects)

Inline LOBs (Large Objects) Inline LOBs (Large Objects) Jeffrey Berger Senior Software Engineer DB2 Performance Evaluation bergerja@us.ibm.com Disclaimer/Trademarks THE INFORMATION CONTAINED IN THIS DOCUMENT HAS NOT BEEN SUBMITTED

More information

Primavera Compression Server 5.0 Service Pack 1 Concept and Performance Results

Primavera Compression Server 5.0 Service Pack 1 Concept and Performance Results - 1 - Primavera Compression Server 5.0 Service Pack 1 Concept and Performance Results 1. Business Problem The current Project Management application is a fat client. By fat client we mean that most of

More information

Vinod Kumar M Technology Evangelist DB and BI Microsoft Corporation

Vinod Kumar M Technology Evangelist DB and BI Microsoft Corporation Vinod Kumar M Technology Evangelist DB and BI Microsoft Corporation www.extremeexperts.com Session Objectives And Takeaways Session Objectives Why data compression? Describe data compression in SQL Server

More information

Contents Overview of the Compression Server White Paper... 5 Business Problem... 7

Contents Overview of the Compression Server White Paper... 5 Business Problem... 7 P6 Professional Compression Server White Paper for On-Premises Version 17 July 2017 Contents Overview of the Compression Server White Paper... 5 Business Problem... 7 P6 Compression Server vs. Citrix...

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

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z1-063 Title : Oracle Database 12c: Advanced Administration Vendor : Oracle Version : DEMO Get Latest

More information

Oracle Database 12c: RAC Administration Ed 1 LVC

Oracle Database 12c: RAC Administration Ed 1 LVC Oracle University Contact Us: 001-855-844-3881 Oracle Database 12c: RAC Administration Ed 1 LVC Duration: 4 Days What you will learn This Oracle Database 12c: RAC Administration training will teach you

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

COURSE CONTENT. ORACLE 10g/11g DBA. web: call: (+91) / 400,

COURSE CONTENT. ORACLE 10g/11g DBA.   web:  call: (+91) / 400, COURSE CONTENT ORACLE 10g/11g DBA 1. Introduction (Database Architecture) Oracle 10g: Database Describe course objectives Explore the Oracle 10g database architecture 2: Installing the Oracle Database

More information

What the Hekaton? In-memory OLTP Overview. Kalen Delaney

What the Hekaton? In-memory OLTP Overview. Kalen Delaney What the Hekaton? In-memory OLTP Overview Kalen Delaney www.sqlserverinternals.com Kalen Delaney Background: MS in Computer Science from UC Berkeley Working exclusively with SQL Server for 28 years SQL

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