Clientes utilizando SAP em Oracle Database 11g Release

Size: px
Start display at page:

Download "Clientes utilizando SAP em Oracle Database 11g Release"

Transcription

1 Clientes utilizando SAP em Oracle Database 11g Release Elizabeth Faria Sales Consulting Manager 1

2 Agenda Certificação do Oracle 11g para SAP <Insert Picture Here> Novidades do Oracle 11g R2 para SAP Uso Eficiente de Espaço em Disco Particionamento e Desempenho Disponibilidade e Contingencia Segurança e Conformidade Case Oracle e SAP - CBSS 11g SAP only certifies Oracle 11g Release 2 Only SAP products based on 6.40_EX2 kernel and later get certified with 11.2 SAP 11.2 certification and Rollout will happen in three OS waves The First and Second waves already released Major UNIX platforms (Solaris SPARC & x64, AIX 64, HP-UX IA64 & PA-RISC), Linux x86 and Linux x86_64 Windows x64 and 32-Bit Third wave (planned for 2011) Windows IA64 Source: SAP 2

3 The image part with relationship ID rid5 was not found in the file. Uso Eficiente de Espaço em Disco 5 Efficient Use of Disk Space Disk Space Allocation (SAP ERP) 55% Index Data Structured Data Unstructured Data 33% 12% 3

4 Efficient Use of Disk Space Implicit Compression 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 (11g) Deferred Segment Creation Dictionary Only Add Column Deferred Segment Creation Empty objects (tables, indexes, partitions) will not consume any disk space 60-70% of all tables, lobs, indexes and partitions in an SAP installation are empty 50, ,000 objects are empty in an BW system Makes database install part for SAP a lot faster Creation of empty tables, LOBs, indexes and partitions are dramatically faster Improves query response times on space objects in Oracle Data Dictionary Improves performance of all space related transactions in SAP systems due to less objects in database 4

5 Dictionary Only Add Column Dictionary Only Add Column with Default and not Null Very common operation within SAP BW application and SAP Upgrades Cube changes will be more than 10x faster Factor performance improvement for SAP BW during add column processes Saves large amount of disk space 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 ) 5

6 Efficient Use of Disk Space Index Key Compression Indexes Free Space 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 ) Disk Space Savings: up to 75% on object level 15-20% on DB level 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 6

7 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 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 7

8 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 Space Savings with ACO on Customer Production Databases DB (fully organized) ECC 6.0 BI 7.0 CRM 7.0 RMAN Backup (for compressed database) Without Compression (GB) 4,782 1, With compression and other space optimizations (GB) 1, FACTOR Space Savings , Export Data Pump Performance Impact 60% less physical reads 5% less physical writes 10% better database cache hit rate 30% higher redo rate No overhead in CPU consumption 8

9 The image part with relationship ID rid5 was not found in the file. Particionamento e Desempenho 17 SAP Partitioning Engine Motivation Archiving of historical application data in SAP systems is a big challenge: Archiving is a continuous process and generates significant system load Archiving increases index and table fragmentation; reorganization of indexes and/or tables is a time- and resource-critical process Range partitioning can be used to separate historical and current production data in order to minimize the above impacts Problem: Application tables usually do not have a direct time dependent column in the primary key An alternative is to use an indirect time related column like document number, which exists in large application tables and is usually part of the primary key Transformation of an unpartitioned table into a partitioned one can be done online with Oracle Table Redefinition package 9

10 1. Objects as Unstructured Units Tablespace1:DataFile1 Tablespace1:DataFile2 Tablespace2:DataFile1 Table TAB1 Table TAB1 (50% of Data) (50% of Data) Index IDX1 on TAB1 All files on similar disks 2. Analyze Data Tablespace1:DataFile1 Tablespace1:DataFile2 Tablespace2:DataFile1 Active Working Set Active Working Set Historical Data Historical Data All files on similar disks 10

11 3. Implement Range Partitioning Tablespace1:DataFile1 Tablespace1:DataFile2 Tablespace2:DataFile1 P01_TAB1 P03_TAB1 P05_TAB1 P07_TAB1 P09_TAB1 P02_TAB1 P04_TAB1 P06_TAB1 P08_TAB1 P10_TAB1 P01_IDX1 P02_IDX1 P03_IDX1 P04_IDX1 P05_IDX1 P06_IDX1 P07_IDX1 P08_IDX1 P09_IDX1 P10_IDX1 All files on similar disks 4. Use Different Types of Disks Tablespace1:DataFile1 Tablespace1:DataFile2 Tablespace2:DataFile2 P01_TAB1 P02_TAB1 Tablespace2:DataFile1 P01_IDX1 P02_IDX1 P03_TAB1 P04_TAB1 P05_TAB1 P06_TAB1 P07_TAB1 P08_TAB1 P09_TAB1 P03_IDX1 P04_IDX1 P05_IDX1 P06_IDX1 P07_IDX1 P08_IDX1 P09_IDX1 P10_IDX1 P10_TAB1 Fast, expensive disks Slower, less expensive disks 11

12 5. Compress Historical Partitions Tablespace1:DataFile1 Tablespace1:DataFile2 Tablespace2:DataFile2 P01_TAB1 P02_TAB1 P03_TAB1 P05_TAB1 P07_TAB1 P04_TAB1 P06_TAB1 P08_TAB1 P03_IDX1 P05_IDX1 P07_IDX1 P09_IDX1 P04_IDX1 P06_IDX1 P08_IDX1 P10_IDX1 Tablespace2:DataFile1 P09_TAB1 P10_TAB1 P01_IDX1 P02_IDX1 Fast, expensive disks Slower, less expensive disks Table and Index Partitioning SAP ERP Customer Example 700 Batch Runtime in Minutes Query1 Query2 Query3 Query4 Query5 Query6 * Query5 was cancelled after 12 hours 12

13 The image part with relationship ID rid5 was not found in the file. Real Application Testing for SAP Upgrade SAP from Oracle Database 10g R2 to 11g R2 Install Database Patchset Migration from single instance to RAC Implement Partitioning and Advanced Compression Creation of Histograms on SAP tables Client Client Client Production Test Middle Tier Replay DB Workload Oracle DB Capture DB Workload Test migration to RAC Storage Disponibilidade e Contingencia 26 13

14 Scale out with RAC for SAP Users SAP Instances RAC Instances Database Be high available with RAC for SAP Users SAP Instances X RAC Instances Database 14

15 Be high available with RAC for SAP Users SAP Instances X RAC Instances Database RAC with Services Defined Quality of Service Defined Prioritation Single Infrastructure Optimized for Multiple Workloads Node - 1 Node - 2 Node - 3 Node - 4 Node - 5 Node - 6 S A P B W Power User Batch Reporting Canned On Demand Reports SAP ERP 15

16 Real Application Clusters for SAP Benefits High Availability Removes Database Server as Single Point of Failure No unplanned downtime due to HW outage HW maintenance with less downtime Performance & Scalability Flexible way to linear scale SAP applications (scale-out model) Run batch jobs in the daytime Workload split Special tasks assigned database instances/nodes Total Cost of Ownership All RAC nodes are active and serve production workload Use of low cost servers <Insert Picture Here> P I E R A F A S O L I, Managing Director, and Fabrizio Grisoni, Systems and Architecture Manager It s very important for us that our mission-critical applications run smoothly. With Oracle Real Application Clusters, we have the assurance we need that these software systems will remain highly available. Not only that, but the database clustering technology has helped us achieve major increases in productivity and efficiency. The related RAC for SAP on SUN reference story: 16

17 The image part with relationship ID rid5 was not found in the file. DIGITAL DATA STORAGE Data Guard for SAP Physical Standby only Oracle provides support (not SAP) Preferred DR solution for SAP customers Standby database can be used to offload the primary database, increasing the ROI Primary Database Data Guard Broker Physical Standby Database Querys Reports Redo Apply Network Redo Shipment Standby Redo Logs Backup Segurança e Conformidade 34 17

18 Advanced Security Option for SAP Application Client-Server (SAP App Server to Database) Network Encryption Database Server Instance Database Files DG Secure Network Transport Column Encryption through TDE Tablespace Encryption SecureFile (unstructured LOB data) encryption Database Backup RMAN Backup Encryption Expdp Encryption Oracle Database Vault for SAP Addresses Compliance Regulations Insider Threats Need for Flexible Security Policies Consolidation Concerns Outsourcing Concerns 18

19 Oracle Database Vault for SAP Delivered Security Policies Protections Protection Realm for ABAP Stack Protection Realm for Java Stack Realm Owner Protects Protection Realm for SAP BR*Tools Credential Protection Realm Protection Realm for SAP Admin Roles SAP Application Account SAP Application Account SAPDBA Role SAPCRED Role SAPACCTMGR SAP business data SAP business data DB objects needed by SAP BR*Tools Data needed for credential management SAP administration roles (SAPCONN, SAPDBA, SAPCRED, SAPSYS) Case Oracle e SAP - CBSS Nilton Terra 19

20 Case Oracle e SAP Apresentação O que é a CBSS Migração Futuro Case Oracle e SAP O que é a CBSS A CBBS, administradora dos Cartões VisaVale Cartões Alimentação Refeição Natal Alimentação Cesta Alimentação Visa Vale Vale Transporte Tem como objetivo contribuir com a ampliação do PAT (Programa de Alimentação do Trabalhador), um dos principais programas sociais do Governo Federal. Os cartões Visa Vale incorporam importantes inovações tecnológicas, que trazem significativos benefícios para empresas, estabelecimentos comerciais e, principalmente, para o trabalhador, gerando bem-estar econômico e social para ele e sua família. 20

21 Case Oracle e SAP O que é a CBSS Empresas Clientes + 70 mil Cartões ativos 5,4 milhões Transações/mês 31 milhões Índice de satisfação de clientes 91,7% Estabelecimentos credenciados 226 mil Faturamento nos últimos anos Case Oracle e SAP Migração O que era O que é 21

22 Case Oracle e SAP Migração O que era: SQL Server GB Case Oracle e SAP Migração O que é: Servidor 15 GER01 HP DL380 G5 SAP - Solution Manager Oracle - Grid Control Oracle - VM Manager 22

23 Case Oracle e SAP O Futuro Advanced Compression Oracle RAC DR Dataguard Oracle TT -? Case Oracle e SAP Perguntas 23

24 Obrigado! Soluções de Treinamento Oracle University +3,000 cursos em mais de 50 produtos! Database Oracle Database 11g, Database 10g Real Application Clusters Grid Infrastructure Enterprise Manager for Database SQL and PL/SQL MySQL Data Warehousing Exadata Database Security Data Guard Application Express Embedded Database In-Memory Database Cache Spatial Secure Enterprise Search Fusion Middleware Java Application Server and Infrastructure Service-Oriented Architecture and Process Management Content Management Enterprise 2.0 and Portals Enterprise Performance Management Business Intelligence Identity Management Developer Tools Data Integration Transaction Processing Enterprise Management Applications Oracle E-Business Suite PeopleSoft Enterprise Siebel JD Edwards EnterpriseOne Hyperion Primavera Application Integration Architecture User Productivity Kit Oracle CRM On Demand JD Edwards World Governance, Risk, and Compliance Management Agile Product Lifecycle Management AutoVue Enterprise Visualization Oracle Policy Automation Demantra Transportation Management Tutor Oracle Open Office Server and Storage Systems Oracle Solaris Oracle Solaris Cluster Virtualization Linux Security Enterprise Manager Ops Center Sun Oracle Database Machine Sun Servers Sun Storage and Tape Industries Communications Life Sciences Insurance Retail Utilities Higher Education 24

25 Contate a Oracle University! Para turmas públicas / inscrições online : education.oracle.com Para desenhar um plano de capacitação especializado, entre em contato com um representante da Oracle University : oracle.com/education/contacts education_br@oracle.com The preceding 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, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. 25

26 26

SAP on Oracle. Development Update June 2012. Development Manager DB Platforms Oracle & Informix OS Platform Solaris SAP AG.

SAP on Oracle. Development Update June 2012. Development Manager DB Platforms Oracle & Informix OS Platform Solaris SAP AG. SAP on Oracle Development Update June 2012 Dr. Christian Graf Development Manager DB Platforms Oracle & Informix OS Platform Solaris SAP AG SIG Oracle & SAP Agenda Oracle 10g @ SAP Oracle 11g @ SAP Operating

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 - Engineered for Innovation. Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya

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

More information

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

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

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

More information

<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

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

<Insert Picture Here> Oracle 11g R2 The best Database for SAP Customers Relationship and Technology Update

<Insert Picture Here> Oracle 11g R2 The best Database for SAP Customers Relationship and Technology Update Oracle 11g R2 The best Database for SAP Customers Relationship and Technology Update Pedro Lopes, CISSP Principal Sales Consultant Relationship Update Oracle/SAP Relationship Overview

More information

Oracle Spatial 11g Specialization and Certification Albert Godfrind. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Oracle Spatial 11g Specialization and Certification Albert Godfrind. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle Spatial 11g Specialization and Certification Albert Godfrind 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Agenda Specialization vs Certification Benefits of Specialization

More information

<Insert Picture Here> Xen Virtualization with Oracle: Commitment, Integration, Mission-critical Virtualization

<Insert Picture Here> Xen Virtualization with Oracle: Commitment, Integration, Mission-critical Virtualization Xen Virtualization with Oracle: Commitment, Integration, Mission-critical Virtualization Christian Rothe, christian.rothe@oracle.com The following is intended to outline our general

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

Agenda. Sedat Zencirci Technology Sales Consultancy Manager. Oracle Technology Stack. Business Requirements and Oracle offerings

Agenda. Sedat Zencirci Technology Sales Consultancy Manager. Oracle Technology Stack. Business Requirements and Oracle offerings Sedat Zencirci Technology Sales Consultancy Manager Agenda Oracle Technology Stack Oracle Database Oracle Fusion MiddleWare Oracle Applications Business Requirements and Oracle offerings High Availability

More information

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

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

More information

Differentiate with Specialization. Pablo Hanono Senior OPN Program Manager Oracle Worldwide Alliances & Channels September 2014

Differentiate with Specialization. Pablo Hanono Senior OPN Program Manager Oracle Worldwide Alliances & Channels September 2014 Differentiate with Specialization Pablo Hanono Senior OPN Program Manager Oracle Worldwide Alliances & Channels September 2014 Safe Harbor Statement The following is intended to outline our general product

More information

Oracle Exadata Database Machine for SAP Systems - Innovation Provided by SAP and Oracle for Joint Customers

Oracle Exadata Database Machine for SAP Systems - Innovation Provided by SAP and Oracle for Joint Customers Oracle Exadata Database Machine for SAP Systems - Innovation Provided by SAP and Oracle for Joint Customers Masood Ahmed EMEA Infrastructure Solutions Oracle/SAP Relationship Overview First SAP R/3 release

More information

Oracle Database 11g R1 & R2: New Features for Administrators

Oracle Database 11g R1 & R2: New Features for Administrators Oracle Database 11g R1 & R2: New Features for Administrators Summary This Oracle 11g course will assist experienced Oracle database administrators to quickly learn the new features and concepts associated

More information

Oracle Database Public Cloud Services

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

More information

Introduction to Database as a Service

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

More information

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

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

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

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

An Oracle White Paper April 2010. Oracle Database - the best choice for PeopleSoft Applications

An Oracle White Paper April 2010. Oracle Database - the best choice for PeopleSoft Applications An Oracle White Paper April 2010 Oracle Database - the best choice for PeopleSoft Applications Introduction The Oracle Database is the database market leader underneath enterprise business applications,

More information

ORACLE DATABASE 12c FOR SAP: ROADMAP, BASE CERTIFICATION FEATURES AND OPTIONS

ORACLE DATABASE 12c FOR SAP: ROADMAP, BASE CERTIFICATION FEATURES AND OPTIONS Oracle Database 12c for SAP: Roadmap, Base Certification Features and Options 1 ORACLE DATABASE 12c FOR SAP: ROADMAP, BASE CERTIFICATION FEATURES AND OPTIONS The Future of the Database Has Begun In June

More information

An Oracle White Paper April 2010. Oracle Database - the best choice for Siebel Applications

An Oracle White Paper April 2010. Oracle Database - the best choice for Siebel Applications An Oracle White Paper April 2010 Oracle Database - the best choice for Siebel Applications Introduction The Oracle Database is the database market leader underneath enterprise business applications, including

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

Optimizing Storage for Better TCO in Oracle Environments. Part 1: Management INFOSTOR. Executive Brief

Optimizing Storage for Better TCO in Oracle Environments. Part 1: Management INFOSTOR. Executive Brief Optimizing Storage for Better TCO in Oracle Environments INFOSTOR Executive Brief a QuinStreet Excutive Brief. 2012 To the casual observer, and even to business decision makers who don t work in information

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

<Insert Picture Here> Introducing Oracle VM: Oracle s Virtualization Product Strategy

<Insert Picture Here> Introducing Oracle VM: Oracle s Virtualization Product Strategy Introducing Oracle VM: Oracle s Virtualization Product Strategy SAFE HARBOR STATEMENT The following is intended to outline our general product direction. It is intended for information

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

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle Database Security Advanced Security Option Thanos Terentes Printzios DB & Options Specialist A&C Technology Adoption Office Oracle Partner Business Development, ECEMEA 2 What is a customers INFORMATION

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 and Data Management Innovations with CERN Public Day

Oracle: Database and Data Management Innovations with CERN Public Day Presented to Oracle: Database and Data Management Innovations with CERN Public Day Kevin Jernigan, Oracle Lorena Lobato Pardavila, CERN Manuel Martin Marquez, CERN June 10, 2015 Copyright 2015, Oracle

More information

<Insert Picture Here> Camilla Kampmann

<Insert Picture Here> Camilla Kampmann Camilla Kampmann Senior Marketing Director, EE&CIS, Oracle Corporation Strong FY07 Financial Performance New Software License Revenue Maintenance Revenue Service Revenue Total Revenue

More information

Oracle Public Cloud. Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG

Oracle Public Cloud. Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG Oracle Public Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG The Promise Of Computing For Developers, IT Operations And Line of Business Developers Agility & Quality Latest Technology

More information

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

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Public Information 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Public Information The following is intended to outline our general product direction. It is intended for information purposes only,

More information

CENTRO DE TECNOLOGIA DE INFORMAÇÃO E COMUNICAÇÃO DO ESTADO DO RIO DE JANEIRO COMISSÃO PERMANENTE DE LICITAÇÃO - CDL

CENTRO DE TECNOLOGIA DE INFORMAÇÃO E COMUNICAÇÃO DO ESTADO DO RIO DE JANEIRO COMISSÃO PERMANENTE DE LICITAÇÃO - CDL CENTRO DE TECNOLOGIA DE INFORMAÇÃO E COMUNICAÇÃO DO ESTADO DO RIO DE JANEIRO COMISSÃO PERMANENTE DE LICITAÇÃO - CDL PREGÃO ELETRÔNICO - PE-RP Nº 007/2014 PLANILHA DE ORÇAMENTO ESTIMADO - ANEXO VIII LOTE

More information

Oracle Cloud Computing Strategy

Oracle Cloud Computing Strategy Oracle Cloud Computing Strategy Han Wammes Public Sector Market Development Manager 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended

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

Next Generation Solutions for Indian Railways. Sundar Ram VP, Technology Sales Consulting

Next Generation Solutions for Indian Railways. Sundar Ram VP, Technology Sales Consulting Next Generation Solutions for Indian Railways Sundar Ram VP, Technology Sales Consulting Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

More information

How to Migrate your Database to Oracle Exadata. Noam Cohen, Oracle DB Consultant, E&M Computing

How to Migrate your Database to Oracle Exadata. Noam Cohen, Oracle DB Consultant, E&M Computing How to Migrate your Database to Oracle Exadata Noam Cohen, Oracle DB Consultant, E&M Computing Who am I Working with Oracle Since 2000 Versions 8.0 11g Consulting on all areas from Infrastructure to Application

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

Oracle Database Cloud Services OGh DBA & Middleware Day

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

More information

How To Use Exadata

How To Use Exadata Exadata V2 - Oracle Exadata Database Machine Robert Pastijn Platform Technology Services (PTS) Product Development 2010 Oracle Corporation Exadata V2 Goals Ideal Database Platform

More information

Hard Partitioning and Virtualization with Oracle Virtual Machine. An approach toward cost saving with Oracle Database licenses

Hard Partitioning and Virtualization with Oracle Virtual Machine. An approach toward cost saving with Oracle Database licenses Hard Partitioning and Virtualization with Oracle Virtual Machine An approach toward cost saving with Oracle Database licenses JANUARY 2013 Contents Introduction... 2 Hard Partitioning Concepts... 2 Oracle

More information

ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION

ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION EXECUTIVE SUMMARY Oracle business intelligence solutions are complete, open, and integrated. Key components of Oracle business intelligence

More information

Database Decisions: Performance, manageability and availability considerations in choosing a database

Database Decisions: Performance, manageability and availability considerations in choosing a database Database Decisions: Performance, manageability and availability considerations in choosing a database Reviewing offerings from Oracle, IBM and Microsoft 2012 Oracle and TechTarget Table of Contents Defining

More information

<Insert Picture Here> E-Business Suite Technology Stack Certification Roadmap Steven Chan Senior Director, Applications Technology Integration

<Insert Picture Here> E-Business Suite Technology Stack Certification Roadmap Steven Chan Senior Director, Applications Technology Integration E-Business Suite Technology Stack Certification Roadmap Steven Chan Senior Director, Applications Technology Integration Topics Support Policy Updates Lifetime Support Stages Technology

More information

Automatic Data Optimization

Automatic Data Optimization Automatic Data Optimization Saving Space and Improving Performance! Erik Benner, Enterprise Architect 1 Who am I? Erik Benner @erik_benner TalesFromTheDatacenter.com Enterprise Architect Ebenner@mythics.com

More information

High Availability Databases based on Oracle 10g RAC on Linux

High Availability Databases based on Oracle 10g RAC on Linux High Availability Databases based on Oracle 10g RAC on Linux WLCG Tier2 Tutorials, CERN, June 2006 Luca Canali, CERN IT Outline Goals Architecture of an HA DB Service Deployment at the CERN Physics Database

More information

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

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

More information

Overview: X5 Generation Database Machines

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

More information

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

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

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 E-Business Suite Technology Stack Certification Roadmap Steven Chan Sr. Director, Applications Technology 2 Program Agenda Support Policy Updates Key support concepts Critical dates Implications for

More information

Oracle Database Backups and Disaster Recovery @ Autodesk

Oracle Database Backups and Disaster Recovery @ Autodesk Oracle Database Backups and Disaster Recovery @ Autodesk Alan Williams Database Design Engineer Who We Are Autodesk software, suites, and cloud technology help customers design, visualize, and simulate

More information

Windows Server System Center / OTN Japan

Windows Server System Center / OTN Japan Oracle on Windows etc http://www.oracle.co.jp/campaign/mb_tech/ Windows Server System Center / OTN Japan http://www.oracle.com/technology/global/jp/tech/windows/.net + Oracle Database.NET Developer Center

More information

<Insert Picture Here>

<Insert Picture Here> 1 Database Technologies for Archiving Kevin Jernigan, Senior Director Product Management Advanced Compression, EHCC, DBFS, SecureFiles, ILM, Database Smart Flash Cache, Total Recall,

More information

Oracle Database Cloud Exadata Service

Oracle Database Cloud Exadata Service Oracle Database Cloud Exadata Service Exadata Performance, Cloud Simplicity The Oracle Database Cloud - Exadata Service (Exadata Service) delivers the world s best Cloud Database Platform by combining

More information

ORACLE Industries D85180 Oracle SBC Configuration and Administration 5 2.625,00 Applications D84502GC10 Oracle Commerce: Managing Your Site Using the Business Tools Rel 11 3 1.890,00 D79790GC10 Using Endeca

More information

Oracle Architecture, Concepts & Facilities

Oracle Architecture, Concepts & Facilities COURSE CODE: COURSE TITLE: CURRENCY: AUDIENCE: ORAACF Oracle Architecture, Concepts & Facilities 10g & 11g Database administrators, system administrators and developers PREREQUISITES: At least 1 year of

More information

An Oracle White Paper January 2012. Advanced Compression with Oracle Database 11g

An Oracle White Paper January 2012. Advanced Compression with Oracle Database 11g An Oracle White Paper January 2012 Advanced Compression with Oracle Database 11g Oracle White Paper Advanced Compression with Oracle Database 11g Introduction... 3 Oracle Advanced Compression... 4 Compression

More information

Aaron Werman. aaron.werman@gmail.com

Aaron Werman. aaron.werman@gmail.com Aaron Werman aaron.werman@gmail.com Complex integration of capital markets trading data Hundreds of ETLs, Thousands of tables 10K+ ETL executions per day, many highly complex Near real time SLAs ODS with

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

<Insert Picture Here> Infrastructure as a Service (IaaS) Cloud Computing for Enterprises

<Insert Picture Here> Infrastructure as a Service (IaaS) Cloud Computing for Enterprises Infrastructure as a Service (IaaS) Cloud Computing for Enterprises Speaker Title The following is intended to outline our general product direction. It is intended for information

More information

Oracle Database Encryption

Oracle Database Encryption By Craig Moir craig@mydba.co.za http://www.mydba.co.za August 2012 Version 1 WHAT IS ENCRYPTION? Encryption is the process of transforming information, using an algorithm or an encryption key, into an

More information

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

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

More information

Oracle Database 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

<Insert Picture Here> Enabling Cloud Deployments with Oracle Virtualization

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

More information

An Oracle White Paper June 2012. A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server

An Oracle White Paper June 2012. A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server An Oracle White Paper June 2012 A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server Introduction... 2 Exadata Product Family... 4 Exadata Database Machine... 4 Exadata

More information

<Insert Picture Here> Real-Time Data Integration for BI and Data Warehousing

<Insert Picture Here> Real-Time Data Integration for BI and Data Warehousing Real-Time Data Integration for BI and Data Warehousing Agenda Why Real-Time Data for BI? Architectures for Real-Time BI Oracle GoldenGate for Real-Time Data Integration Customer Examples

More information

Oracle Content Management 11g

Oracle Content Management 11g Oracle Content Management 11g Enrique Mazon Sales Manager Enterprise 2.0 Agenda Content Management Overview Oracle ECM Highlights Resources A Closer Look at

More information

Oracle Database 11g Product Family

Oracle Database 11g Product Family Oracle Database 11g Product Family An Oracle White Paper January 2009 Oracle Database 11g Product Family INTRODUCTION Oracle Database 11g is available in a choice of editions tailored to meet the business

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

An Oracle White Paper December 2013. A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server

An Oracle White Paper December 2013. A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server An Oracle White Paper December 2013 A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server Introduction... 2 Exadata Product Family... 5 The Exadata Engineered System...

More information

Maximum Availability Architecture

Maximum Availability Architecture Oracle Data Guard: Disaster Recovery for Sun Oracle Database Machine Oracle Maximum Availability Architecture White Paper April 2010 Maximum Availability Architecture Oracle Best Practices For High Availability

More information

ORACLE DATA INTEGRATOR ENTERPRISE EDITION

ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION KEY FEATURES Out-of-box integration with databases, ERPs, CRMs, B2B systems, flat files, XML data, LDAP, JDBC, ODBC Knowledge

More information

Oracle Database 12c. Peter Schmidt Systemberater Oracle Deutschland BV & CO KG

Oracle Database 12c. Peter Schmidt Systemberater Oracle Deutschland BV & CO KG Oracle Database 12c Peter Schmidt Systemberater Oracle Deutschland BV & CO KG Uptake of Oracle Database 12c compared with 11g 18,00% 16,00% 14,00% 12,00% 10,00% 8,00% 12.1 11.1 6,00% 4,00% 2,00% 0,00%

More information

ORACLE DATABASE ADMINISTRATOR RESUME

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

More information

Oracle Database 11g: RAC Administration Release 2

Oracle Database 11g: RAC Administration Release 2 Oracle University Contact Us: 01-800-919-3027 & 01-800-913-0322 Oracle Database 11g: RAC Administration Release 2 Duration: 4 Days What you will learn This Oracle Database 11g: RAC Administration Release

More information

Novinky v Oracle Exadata Database Machine

Novinky v Oracle Exadata Database Machine ORACLE PRODUCT LOGO Novinky v Oracle Exadata Database Machine Gabriela Hečková 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Agenda Exadata vývoj riešenia Nové vlastnosti Management

More information

Enterprise Content Management Suite 11g

Enterprise Content Management Suite 11g Introducing Oracle Enterprise Content Management Suite 11g Roberto Nogueras g Senior Principal Instructor Oracle Ibérica Agenda Enterprise Content t Management (ECM)

More information

<Insert Picture Here> Oracle Database Security Overview

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

More information

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

<Insert Picture Here> Real-time database replication

<Insert Picture Here> Real-time database replication Real-time database replication Ugo Pollio Sales Consulting and Business Development Oracle EMEA Data Integration Solutions Program Agenda Introduction to Real Time Data Propagation

More information

Oracle Database 11g Product Family

Oracle Database 11g Product Family Oracle Database 11g Product Family An Oracle White Paper January 2008 Oracle Database 11g Product Family INTRODUCTION Oracle Database 11g is available in a choice of editions tailored to meet the business

More information

An Oracle White Paper March 2010. Oracle Transparent Data Encryption for SAP

An Oracle White Paper March 2010. Oracle Transparent Data Encryption for SAP An Oracle White Paper March 2010 Oracle Transparent Data Encryption for SAP Introduction Securing sensitive customer data has become more and more important in the last years. One possible threat is confidential

More information

Oracle Premier Support It s all about Customer Value

Oracle Premier Support It s all about Customer Value To hear the audio portion of the meeting you must dial in to: 1-866-682-4770 (US and Canada) 408-774-4073 (Int l Toll) The conference code is 0413225, and the passcode is 909090.

More information

Basic Oracle Database Licensing

Basic Oracle Database Licensing By Craig Moir of MyDBA March 2011 Version 2 CONTENTS Introduction Oracle Database Editions Enterprise Edition Features Enterprise Edition Options Management Packs Licensing Types Licensing Metrics Licensing

More information

<Insert Picture Here> Cloud Computing Inside Out

<Insert Picture Here> Cloud Computing Inside Out Cloud Computing Inside Out Gintautas Fokas Principal Sales Consultant Agenda Short Intro to Oracle Corporation Cloud Computing in Lithuania The Market view of Cloud Computing Cloud

More information

OGP s Solution Stack. Luis Moreira. Copyright 2015, Oracle and/or its affiliates. All rights reserved.

OGP s Solution Stack. Luis Moreira. Copyright 2015, Oracle and/or its affiliates. All rights reserved. OGP s Solution Stack Luis Moreira Database + RAC GoldenGate Endeca WebCenter Sites/Portal/Content Database Enterprise Edition Key Features: Diagram: Journey to Database as a Service Cross platform backup

More information

TÜRKIYE. Course Schedule. February June 2013. Oracle University Turkey Telephone: 0090 212 329 6779 Email: educations_tr@oracle.

TÜRKIYE. Course Schedule. February June 2013. Oracle University Turkey Telephone: 0090 212 329 6779 Email: educations_tr@oracle. Course Schedule February June 2013 TÜRKIYE Oracle University Turkey Telephone: 0090 212 329 6779 Email: educations_tr@oracle.com Course Schedule: Turkey February June 2013 Additional dates and courses

More information

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

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights Deduplication & Compression Options for Oracle Database Backups Donna Cooksey, Sridhar Ranganathan High Availability Product Management 2 Copyright

More information

Securing Data in Oracle Database 12c

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

More information

<Insert Picture Here> Refreshing Your Data Protection Environment with Next-Generation Architectures

<Insert Picture Here> Refreshing Your Data Protection Environment with Next-Generation Architectures 1 Refreshing Your Data Protection Environment with Next-Generation Architectures Dale Rhine, Principal Sales Consultant Kelly Boeckman, Product Marketing Analyst Program Agenda Storage

More information

Oracle s Cloud Computing Strategy

Oracle s Cloud Computing Strategy Oracle s Cloud Computing Strategy Your Strategy, Your Cloud, Your Choice Sandra Cheevers Senior Principal Product Director Cloud Product Marketing Steve Lemme Director, Cloud Builder Specialization Oracle

More information

ORACLE DATABASE 10G ENTERPRISE EDITION

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

More information

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

More information

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

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

More information

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 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

Oracle Exalytics Briefing

Oracle Exalytics Briefing Oracle Exalytics Briefing March 5, 2014 Dave Miller, Mythics Enterprise Architect Greg Mika, Mythics Enterprise Architect Agenda Introductions About Mythics Exalytics Overview Demonstration Scenario BI

More information