Infrastructure at your Service. DOAG Webinar. ODA 12c new features. ODA 12c new features

Size: px
Start display at page:

Download "Infrastructure at your Service. DOAG Webinar. ODA 12c new features. ODA 12c new features"

Transcription

1 Infrastructure at your Service. DOAG Webinar

2 Infrastructure at your Service. About us David Hueber COO Principal Consultant Mobile Page 2

3 Who we are dbi services Experts At Your Service > Over 40 specialists in IT infrastructure > Certified, experienced, passionate Based In Switzerland > 100% self-financed Swiss company > Over CHF 6 mio. turnover Leading In Infrastructure Services > More than 100 customers in CH, D, & F > Over 40 SLAs dbi FlexService contracted > ISO20000 certified Page 3

4 Agenda 1. ODA X5-2 new hardware > Global specifications > Storage capacities > Networking capacities 2. > Software versions > ACFS storage > Container databases > Cache Fusion > In Memory support > Interfaces changes Page 4

5 ODA X5-2 new hardware Bigger, faster... > ODA versions > Global specifications > Storage capacity > Networking capacities Page 5

6 Hardware architecture ODA versions ODA v1 ODA X4-2 Sep Mar Dec Feb ODA X3-2 ODA X5-2 Page 6

7 ODA X5-2 new hardware Global specifications 2 x 1 RU x86 Server > 2 x 18-cores Intel Xeon E v3 > 256 GB RAM (8 x 32GB) Extensible up to 768GB > 2 x 600GB Boot Disks > Hardware mirroring > 1 x Internal SAS HBA > 2 x External SAS HBA > 10GbE customer network > 40Gb/s Infiniband interconnect 1 x 4 RU Storage > 4 x GB SSD (Redo) > 4 x GB SSD (Flash Cache) > 16 x 2.5 4TB HDD (Data) Page 7

8 ODA X5-2 new hardware Storage capacity Depends on ASM redundancy > Raw data: 64 TB > Double mirrored: 32TB > Triple mirrored: 21,3 TB Depends on backups location > Local or External > Impacts Disk Groups sizing > +DATA > +RECO > REDO 248GB > FLASH 746GB ODA X4-2 X5-2 Backup Mode + DATA (TB) +RECO (TB) Normal Redundancy Local 12, ,4 4.5 External 24, High Redundancy Local 8, ,9 3 External 16, ,6 Page 8

9 ODA X5-2 new hardware Storage capacity Flash Cache feature > Based on +FLASH ASM Disk Group > 4 x 400GB SSDs > Used as swap for the SGA > Expired block in SGA are moved to Flash Cache > Data request process > Check SGA > Check Flash Cache > Access disks > db_flash_cache_file > Default = 3 x SGA > Max = 196GB 1 - Data retrieval Data disks SGA (Memory) 2 - Data ejection 3 - Data restore Flash disks Page 9

10 ODA X5-2 new hardware Storage capacity Data files on Flash storage > Data files can be stored on SSDs > Using OAKCLI at database creation > Manually > Restrictions > Database version >= > Database type must be OLTP > CDB databases cannot be completely stored on SSDs > At least 160GB space available in +FLASH diskgroup Page 10

11 ODA X5-2 new hardware Networking capacities New interconnect > Infiniband based 40Gb/s > Allows Cache Fusion ability Data network & interconnect can be switched over > Use 10GbE base-t ports for Interconnect > Use fiber connections for data network > Requires > Remove of Infiniband cards > Buy 2 additional Dual 10GbE SFP+ PCIe 2.0 & SFP+ transceivers > Budget around $6 000 Page 11

12 More possibilities... > Software version > ACFS storage > Container databases > Cache fusion > In-Memory support > Licensing Page 12

13 Software versions Latest Patch Bundle ODA (20 May 2015) > Whole 12c support > Still under Oracle Linux 5 Oracle Database Oracle Database Grid Infrastructure Oracle Clusterware Appliance Manager Oracle Linux 5.11 Kernel Appliance Manager OVM Oracle Linux Page 13

14 ACFS storage Introduced in version > Move database files from ASM disk groups to ACFS volumes ACFS Databases Volumes DATA datastore-286 datastore-360 datastore-386 REDO DATA DATA ARC ARC ARC REDO REDO ASM Disk Groups +DATA +RECO +REDO Page 14

15 ACFS storage Introduced in version > Move database files from ASM disk groups to ACFS volumes Databases DATA DATA DATA ARC ARC ARC REDO REDO REDO ACFS Volumes datastore-286 datastore-360 datastore-386 ASM Disk Groups +DATA +RECO +REDO Page 15

16 ACFS storage Default for any new database creation Default volumes configured at first database creation > Same for all single instance databases > Dedicated volumes for each container database ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/asm/datastore G 49G 14G 79% /u01/app/oracle/oradata/datastore /dev/asm/datastore T 243G 1.5T 15% /u02/app/oracle/oradata/datastore /dev/asm/datastore T 5.0G 2.2T 1% /u01/app/oracle/ fast_recovery_area/datastore Page 16

17 ACFS storage Volumes can be displayed in ASMCMD > volinfo G <diskgroup> -a ASMCMD> volinfo -G DATA -a Diskgroup Name: DATA Volume Name: DATASTORE Volume Device: /dev/asm/datastore-286 State: ENABLED Size (MB): Resize Unit (MB): 64 Redundancy: MIRROR Stripe Columns: 8 Stripe Width (K): 1024 Usage: ACFS Mountpath: /u02/app/oracle/oradata/datastore Page 17

18 ACFS storage ACFS commit on write feature > Data files are stored in snapshots > Folder.ACFS datastore]# pwd /u02/app/oracle/oradata/datastore datastore]# ls -a... lost+found datastore]# cd.acfs ls repl snaps cd snaps snaps]# ls DBIPROD DBITEST Page 18

19 ACFS storage ACFS commit on write feature > Provides databases cloning features > Supported for > Single Instance > RAC One Node > RAC > Not supported for CDB > OAKCLI CREATE SNAPSHOTDB snaps]# oakcli create snapshotdb -h Usage: oakcli create snapshotdb -db <db_name> -from <db_name> where: db_name from - Name of the database to be created. - Source database for creating the snapshot database. Page 19

20 ACFS storage Volumes management > Up to ODA > ACFSUTILS as root > > OAKCLI CREATE DBSTORAGE > OAKCLI DELETE DBSTORAGE > OAKCLI RESIZE DBSTORAGE > > OAKCLI SHOW DBSTORAGE ~]# oakcli create dbstorage -h Usage: oakcli create dbstorage -db <db_name> [-cdb] where: db_name - Setup the required ACFS storage for the database <db_name> cdb - This needs to be passed in case of cdb database Page 20

21 Container databases Supported in OAKCLI commands > Option -cdb ~]# oakcli create database -h Usage: oakcli create database -db <db_name> [[[-oh <home>] [-version <version>]] [-params <params_file>] [-cdb]] where: db_name - Name of the database to be created. home - Existing oracle home for creating the database. By default we create a new database home. version - Database Version information for creating the database home. [ex ] If not provided create the database home from latest available bits. params_file - Name of the db_config_parameter file [This file can be created using using 'oakcli create db_config_params']. If not provided, create the database using default configuration file cdb - Creates this database as a container database Page 21

22 Container databases All options installed on CDB > Allows to deploy any type of PDB > Requires about 2 hours No PDB created by default > To be done manually Generates dedicated ACFS volumes > Size defined during database creation /dev/asm/rdocdb G 3.2G 1.9G 63% /u01/app/oracle/oradata/ rdocdb1 /dev/asm/datcdb G 3.9G 1.2G 77% /u02/app/oracle/oradata/ datcdb1 /dev/asm/rcocdb G 89M 6.0G 2% /u01/app/oracle/ fast_recovery_area/rcocdb1 Page 22

23 Cache fusion - performances Feature of Real Application Cluster databases > Cross-nodes SGA sharing > Reduce disk I/Os Node 0 Node 1 Data not found in SGA-0 Check GCS Global Cache Service (GCS) Send request to SGA-1 New request comes in SGA 0 SGA 1 Send data to SGA-0 using interconnect Page 23

24 In-Memory support Introduced in version > New database type in OAKCLI CREATE DATABASE > In-Memory Please select one of the following for Database type [1.. 3]: 1 => OLTP 2 => DSS 3 => In-Memory 3 Selected value is : In-Memory Templates defines In-Memory buffer size > From 1GB to 64GB > Can be manually adjusted > Requires database restart Page 24

25 In-Memory support Defines a new static pool in the SGA > Size controlled by INMEMORY_SIZE parameter > Contains two subpools: > IMCU pool Stores column data in In Memory Compression Unit (IMCU) > SMU pool Stores Snapshot Metadata Units for metadata and transactional information System Global Area (SGA) Shared Pool Buffer Cache In-Memory Library block block IMCU pool cache block block CU CU CU CU CU block block row store SMU pool column store Page 25

26 In-Memory support Loading tables in In-Memory > Default loading alter table SH.SALES INMEMORY; > Excluding some columns alter table SH.SALES INMEMORY NO INMEMORY(tax_region); > Set population priority alter table SH.SALES INMEMORY PRIORITY CRITICAL; Page 26

27 In-Memory support Duplicate feature > Used in cluster environment > Only available on Engineered System > Requires Infiniband > Ensure In-Memory column store content consistency across nodes > Data populated in all nodes IMCU > Other RAC environments need to use parallel queries and DOP Page 27

28 Licensing Not that brand new > Change came with X4-2 > Was not widely communicated Licensing model > Pay as you grow > Minimum of 2 cores per node 4 per ODA > Cores enabled per increment of 2 per node > For both Bare Metal and Virtualized since X4-2 Virtualized mode specificities > All remaining cores available for applications domains > Weblogic or any other applications including Oracle Standard Edition Page 28

29 Infrastructure at your Service. Any questions? Please do ask. David Hueber Senior Consultant COO Mobile We look forward to working with you! Page 29

Databases Clone using ACFS. Infrastructure at your Service.

Databases Clone using ACFS. Infrastructure at your Service. Infrastructure at your Service. About me Infrastructure at your Service. David Hueber COO Principal Consultant +41 79 963 43 68 david.hueber[at]dbi-services.com Page 2 Who we are dbi services Experts At

More information

The Oracle Database Appliance I/O and Performance Architecture

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

More information

DOAG 2013 Oracle 12c Backup & Recovery

DOAG 2013 Oracle 12c Backup & Recovery Infrastructure at your Service. DOAG 2013 Oracle 12c Backup & Recovery Infrastructure at your Service. About me David Hueber Head of Service Management Senior Consultant Mobile +41 79 963 43 68 david.hueber@dbi-services.com

More information

Incrementally Updating Backups Tips and Tricks

Incrementally Updating Backups Tips and Tricks Infrastructure at your Service. Incrementally Updating Backups Tips and Tricks Oracle 12.1.0.2 - Linux x86 64bit About me Infrastructure at your Service. William Sescu Consultant +41 78 674 12 90 william.sescu@dbi-services.com

More information

Infrastructure Consolidation with OCI

Infrastructure Consolidation with OCI Infrastructure Consolidation with OCI Who we are Experts At Your Service Over 60 specialists in IT infrastructure Certified, experienced, passionate Based In Switzerland 100% self-financed Swiss company

More information

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

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Simple Reliable Affordable Oracle Engineered Systems Fastest Deployment. Lowest Cost. Extreme Performance. Oracle Database Appliance X3-2 Technical Overview Bob Thome Senior Director, Oracle Database

More information

Oracle Database Appliance Deep Dive

Oracle Database Appliance Deep Dive Oracle Database Appliance Deep Dive David Hueber, dbi services ltd. Introduction In 2011 Oracle has introduced a new Engineered System called Oracle Database Appliance. This platform, meant for databases

More information

Deep Dive into Oracle Database Appliance with Oracle Database 12c

Deep Dive into Oracle Database Appliance with Oracle Database 12c Deep Dive into Oracle Database Appliance with Oracle Database 12c Tammy Bednar, Director of Product Management Oracle Database Appliance November, 2014 Safe Harbor Statement The following is intended to

More information

Infrastructure at your Service. Oracle over Docker. Oracle over Docker

Infrastructure at your Service. Oracle over Docker. Oracle over Docker Infrastructure at your Service. Infrastructure at your Service. About me David Hueber COO Principal Consultant Mobile +41 79 963 43 68 david-.hueber@dbi-services.com www.dbi-services.com Page 2 18.11.2015

More information

Deep-Dive into the Oracle Database Appliance Architecture

Deep-Dive into the Oracle Database Appliance Architecture Deep-Dive into the Oracle Database Appliance Architecture Tammy Bednar Oracle Database Appliance Product Development November 17, 2015 https://www.linkedin.com/groups/oracle-database-appliance UserGroup-4348075/about

More information

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

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

More information

Big Data analytics in insurance

Big Data analytics in insurance Big Data analytics in insurance Who we are Experts At Your Service > Over 50 specialists in IT infrastructure > Certified, experienced, passionate Based In Switzerland > 100% self-financed Swiss company

More information

<Insert Picture Here> Introducing Oracle WebLogic Server on Oracle Database Appliance

<Insert Picture Here> Introducing Oracle WebLogic Server on Oracle Database Appliance Introducing Oracle WebLogic Server on Oracle Database Appliance Oracle Database Appliance with WebLogic Server Simple. Reliable. Affordable. 2 Virtualization on Oracle Database Appliance

More information

Oracle Database Appliance

Oracle Database Appliance Oracle Database Appliance Robert van Espelo EMEA Lead for Oracle Database Appliance Hardware Business Development Oracle Database Appliance Simple. Reliable. Affordable. Available

More information

1Z Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions

1Z Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions 1Z0-432 Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-432 Exam on Oracle Real Application Clusters 12c Essentials... 2 Oracle 1Z0-432

More information

Oracle Database Appliance

Oracle Database Appliance Oracle Database Appliance Release Notes Release 12.1.2.10.0 for Linux x86-64 E83195-01 February 2017 This document may be updated after the most recent version of the product is released. To check for

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

Oracle Database Appliance X7-2 Deployment and User s Guide. Release for Linux x86-64

Oracle Database Appliance X7-2 Deployment and User s Guide. Release for Linux x86-64 Oracle Database Appliance X7-2 Deployment and User s Guide Release 12.2.1.2.0 for Linux x86-64 E91366-02 March 2018 Oracle Database Appliance X7-2 Deployment and User s Guide, Release 12.2.1.2.0 for Linux

More information

Under the Hood of Oracle Database Appliance. Alex Gorbachev

Under the Hood of Oracle Database Appliance. Alex Gorbachev Under the Hood of Oracle Database Appliance Alex Gorbachev Mountain View, CA 9-Nov-2011 http://bit.ly/pythianasmwebinar 2 Alex Gorbachev CTO, The Pythian Group Blogger OakTable Network member Oracle ACE

More information

Oracle Real Application Clusters (RAC) 12c Release 2 What s Next?

Oracle Real Application Clusters (RAC) 12c Release 2 What s Next? Oracle Real Application Clusters (RAC) 12c Release 2 What s Next? Markus Michalewicz Senior Director of Product Management, Oracle RAC Development Markus.Michalewicz@oracle.com @OracleRACpm http://www.linkedin.com/in/markusmichalewicz

More information

PracticeTorrent. Latest study torrent with verified answers will facilitate your actual test

PracticeTorrent.   Latest study torrent with verified answers will facilitate your actual test PracticeTorrent http://www.practicetorrent.com Latest study torrent with verified answers will facilitate your actual test Exam : 1z1-068 Title : Oracle Database 12c: RAC and Grid Infrastructure Administration

More information

Oracle DB 11gR2 - što je novo? Antun Vukšić, Principal Consultant Oracle Hrvatska

Oracle DB 11gR2 - što je novo? Antun Vukšić, Principal Consultant Oracle Hrvatska Oracle DB 11gR2 - što je novo? Antun Vukšić, Principal Consultant Oracle Hrvatska Table of Contents Storage management challenges Extending ASM to manage general purpose files ASM volume manager ASM Cluster

More information

Infrastructure at your Service. In-Memory-Pläne für den 12.2-Optimizer: Teuer oder billig?

Infrastructure at your Service. In-Memory-Pläne für den 12.2-Optimizer: Teuer oder billig? Infrastructure at your Service. In-Memory-Pläne für den 12.2-Optimizer: Teuer oder billig? About me Infrastructure at your Service. Clemens Bleile Senior Consultant Oracle Certified Professional DB 11g,

More information

<Insert Picture Here> Oracle MAA und RAC Best Practices und Engineered Systems

<Insert Picture Here> Oracle MAA und RAC Best Practices und Engineered Systems Oracle MAA und RAC Best Practices und Engineered Systems Jörg Eggelsmann joerg.eggelsmann@oracle.com Leitender Systemberater 0177 5943 142 STCC Nord DB Agenda Maximum Availability

More information

Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help

Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help Presented at Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help Jacco H. Landlust Platform Architect Director Oracle Consulting NL, Core Technology December, 2014

More information

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

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

More information

Leveraging Oracle ASM Cluster File System for Private Cloud Storage. Kai Yu Oracle Solutions Engineering Dell Inc

Leveraging Oracle ASM Cluster File System for Private Cloud Storage. Kai Yu Oracle Solutions Engineering Dell Inc Leveraging Oracle ASM Cluster File System for Private Cloud Storage Kai Yu Oracle Solutions Engineering Dell Inc About Author Kai Yu, Senior Principal Architect, Dell Database Engineering 21 years live

More information

Oracle Database 12c: OCM Exam Preparation Workshop Ed 1

Oracle Database 12c: OCM Exam Preparation Workshop Ed 1 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle Database 12c: OCM Exam Preparation Workshop Ed 1 Duration: 5 Days What you will learn The Oracle Database 12c: OCM Exam Preparation

More information

Software Defined Storage at the Speed of Flash. PRESENTATION TITLE GOES HERE Carlos Carrero Rajagopal Vaideeswaran Symantec

Software Defined Storage at the Speed of Flash. PRESENTATION TITLE GOES HERE Carlos Carrero Rajagopal Vaideeswaran Symantec Software Defined Storage at the Speed of Flash PRESENTATION TITLE GOES HERE Carlos Carrero Rajagopal Vaideeswaran Symantec Agenda Introduction Software Technology Architecture Review Oracle Configuration

More information

Oracle Database Appliance

Oracle Database Appliance Oracle Database Appliance Administration and Reference Guide Release 12.1.2.6.0 for Linux x86-64 E68637-03 February 2016 Oracle Database Appliance Administration and Reference Guide, Release 12.1.2.6.0

More information

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved. Database Level 100 Rohit Rahi November 2018 1 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

More information

Oracle Database Appliance X5-2

Oracle Database Appliance X5-2 Oracle Database Appliance X5-2 Complete, Simple, Reliable, Affordable ORACLE WHITE PAPER OCTOBER 2015 Introduction The Oracle Database Appliance X5-2 is the fourth generation of the Oracle Database Appliance.

More information

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

Copyright 2018, Oracle and/or its affiliates. All rights reserved. Oracle Database In- Memory Implementation Best Practices and Deep Dive [TRN4014] Andy Rivenes Database In-Memory Product Management Oracle Corporation Safe Harbor Statement The following is intended to

More information

RDBMS & WLS Consolidation with ODA X5-2

RDBMS & WLS Consolidation with ODA X5-2 RDBMS & WLS Consolidation with ODA X5-2 Who we are Experts At Your Service > Over 50 specialists in IT infrastructure > Certified, experienced, passionate Based In Switzerland > 100% self-financed Swiss

More information

Storage Optimization with Oracle Database 11g

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

More information

Oracle ACFS 12c Release 2.

Oracle ACFS 12c Release 2. Oracle ACFS 12c Release 2. Introduction and Technical Overview ORACLE WHITE PAPER NOVEMBER 2017 0 ORACLE ACFS 12C RELEASE 2. INTRODUCTION AND TECHNICAL OVERVIEW Table of Contents Introduction 1 Oracle

More information

Understanding Oracle RAC ( ) Internals: The Cache Fusion Edition

Understanding Oracle RAC ( ) Internals: The Cache Fusion Edition Understanding (12.1.0.2) Internals: The Cache Fusion Edition Subtitle Markus Michalewicz Director of Product Management Oracle Real Application Clusters (RAC) November 19th, 2014 @OracleRACpm http://www.linkedin.com/in/markusmichalewicz

More information

Solaris Engineered Systems

Solaris Engineered Systems Solaris Engineered Systems SPARC SuperCluster Introduction Andy Harrison andy.harrison@oracle.com Engineered Systems, Revenue Product Engineering The following is intended to outline

More information

Oracle - Oracle Database 12c: OCM Exam Preparation Workshop Ed 1

Oracle - Oracle Database 12c: OCM Exam Preparation Workshop Ed 1 Oracle - Oracle Database 12c: OCM Exam Preparation Workshop Ed 1 Code: Lengt h: URL: D94327GC10 5 days View Online The Oracle Database 12c: OCM Exam Preparation Workshop is designed for those candidates

More information

Question No : 1 Which three types of patches and upgrades are supported for Oracle Grid Infrastructure 12c? A. in-place upgrades using the Oracle Univ

Question No : 1 Which three types of patches and upgrades are supported for Oracle Grid Infrastructure 12c? A. in-place upgrades using the Oracle Univ s@lm@n Oracle Exam 1z0-068 Oracle Database 12c: RAC and Grid Infrastructure Administration Version: 7.0 [ Total Questions: 91 ] Question No : 1 Which three types of patches and upgrades are supported for

More information

Solution-in-a-box: Deploying Oracle FLEXCUBE v12.1 on Oracle Database Appliance Virtualized Platform ORACLE WHITE PAPER JULY 2016

Solution-in-a-box: Deploying Oracle FLEXCUBE v12.1 on Oracle Database Appliance Virtualized Platform ORACLE WHITE PAPER JULY 2016 Solution-in-a-box: Deploying Oracle FLEXCUBE v12.1 on Oracle Database Appliance Virtualized Platform ORACLE WHITE PAPER JULY 2016 Table of Contents Executive Overview 2 Scope 2 Introduction 3 The Benefits

More information

CC13c LifeCycle Management. Infrastructure at your Service.

CC13c LifeCycle Management. Infrastructure at your Service. CC13c LifeCycle Management Infrastructure at your Service. About me Infrastructure at your Service. Wisson Delivery Manager Principal Consultant +41 79 819 25 98 gerard.wisson [ at ] dbi-services.com Page

More information

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation Oracle 10G Lindsey M. Pickle, Jr. Senior Solution Specialist Technologies Oracle Corporation Oracle 10g Goals Highest Availability, Reliability, Security Highest Performance, Scalability Problem: Islands

More information

Implement SAML 2.0 SSO in WLS using IDM Federation Services

Implement SAML 2.0 SSO in WLS using IDM Federation Services Implement SAML 2.0 SSO in WLS using IDM Federation Services Who we are Experts At Your Service > Over 60 specialists in IT infrastructure > Certified, experienced, passionate Based In Switzerland > 100%

More information

Oracle Database Appliance X7-2-HA

Oracle Database Appliance X7-2-HA ORACLE DATA SHEET Oracle Database Appliance X7-2-HA Oracle Database Appliance X7-2-HA is an Oracle Engineered System that saves time and money by simplifying deployment, maintenance, and support of high

More information

Oracle Database Appliance X6-2S/X6-2M/X6-2L Deployment and User s Guide. Release for Linux x86-64

Oracle Database Appliance X6-2S/X6-2M/X6-2L Deployment and User s Guide. Release for Linux x86-64 Oracle Database Appliance X6-2S/X6-2M/X6-2L Deployment and User s Guide Release 12.1.2.12.0 for Linux x86-64 E88397-01 September 2017 Oracle Database Appliance X6-2S/X6-2M/X6-2L Deployment and User s Guide,

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 Database Appliance X6-2-HA

Oracle Database Appliance X6-2-HA ORACLE DATA SHEET Oracle Database Appliance X6-2-HA The Oracle Database Appliance X6-2-HA saves time and money by simplifying deployment, maintenance, and support of high availability database solutions.

More information

Oracle ASM Considerations for Exadata Deployments: On-premises and Cloud ORACLE WHITE PAPER MARCH 2018

Oracle ASM Considerations for Exadata Deployments: On-premises and Cloud ORACLE WHITE PAPER MARCH 2018 Oracle ASM Considerations for Exadata Deployments: On-premises and Cloud ORACLE WHITE PAPER MARCH 2018 Disclaimer The following is intended to outline our general product direction. It is intended for

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

Oracle Platform Performance Baseline Oracle 12c on Hitachi VSP G1000. Benchmark Report December 2014

Oracle Platform Performance Baseline Oracle 12c on Hitachi VSP G1000. Benchmark Report December 2014 Oracle Platform Performance Baseline Oracle 12c on Hitachi VSP G1000 Benchmark Report December 2014 Contents 1 System Configuration 2 Introduction into Oracle Platform Performance Tests 3 Storage Benchmark

More information

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

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

More information

<Insert Picture Here> Exadata Hardware Configurations and Environmental Information

<Insert Picture Here> Exadata Hardware Configurations and Environmental Information Exadata Hardware Configurations and Environmental Information Revised July 1, 2011 Agenda Exadata Hardware Overview Environmental Information Power InfiniBand Network Ethernet Network

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. The following is intended to outline our general product direction. It is intended for information

More information

Monitoring WebLogic with WLDF

Monitoring WebLogic with WLDF Monitoring WebLogic with WLDF Infrastructure at your Service. Infrastructure at your Service. About me Gérard Wisson Delivery Manager Senior Consultant Mobile +41 79 819 25 98 Gerard.wisson@dbi-services.com

More information

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips IOUG Collaborate 12, Virtualization Boot Camp Session #328, Monday April 23 rd, 3:45-4:45pm Kai Yu Oracle Solutions Engineering Lab Dell

More information

REQUEST FOR PROPOSAL FOR PROCUREMENT OF

REQUEST FOR PROPOSAL FOR PROCUREMENT OF REQUEST FOR PROPOSAL FOR PROCUREMENT OF Upgrade of department RFP No.: SBI/GITC/ATM/2018-19/481 : 18/05/2018 Corrigendum II dated 30/05/2018 to Ref: SBI/GITC/ATM/2018-19/481 : 18/05/2018 State Bank of

More information

Oracle RAC Course Content

Oracle RAC Course Content 1 Oracle RAC Course Content Oracle 11g R2 Grid Infrastructure Concepts What is a Cluster Grid Foundation Components Oracle Clusterware Architecture Oracle Clusterware Software and Storage Describe ASM

More information

Oracle ASM Considerations for Exadata Deployments: On-premises and Cloud ORACLE WHITE PAPER MARCH 2017

Oracle ASM Considerations for Exadata Deployments: On-premises and Cloud ORACLE WHITE PAPER MARCH 2017 Oracle ASM Considerations for Exadata Deployments: On-premises and Cloud ORACLE WHITE PAPER MARCH 2017 Disclaimer The following is intended to outline our general product direction. It is intended for

More information

Enterprise Manager Snap Clone Snapshot your data without snapping your storage David Wolf Director of Product Management

Enterprise Manager Snap Clone Snapshot your data without snapping your storage David Wolf Director of Product Management Enterprise Manager Snap Clone Snapshot your data without snapping your storage David Wolf Director of Product Management Fabio Batista Sales Consultant June 25, 2015 Copyright 2015, Oracle and/or its affiliates.

More information

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration. Buy Full Product

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration. Buy Full Product Oracle EXAM - 1Z0-058 Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration Buy Full Product http://www.examskey.com/1z0-058.html Examskey Oracle 1Z0-058 exam demo product

More information

Oracle Exadata X7. Uwe Kirchhoff Oracle ACS - Delivery Senior Principal Service Delivery Engineer

Oracle Exadata X7. Uwe Kirchhoff Oracle ACS - Delivery Senior Principal Service Delivery Engineer Oracle Exadata X7 Uwe Kirchhoff Oracle ACS - Delivery Senior Principal Service Delivery Engineer 05.12.2017 Oracle Engineered Systems ZFS Backup Appliance Zero Data Loss Recovery Appliance Exadata Database

More information

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

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

More information

Oracle Database Appliance X7-2 Model Family

Oracle Database Appliance X7-2 Model Family Oracle Database Appliance X7-2 Model Family MANAGING ORACLE DATABASE WITH A PURPOSE BUILT SYSTEM ORACLE WHITE PAPER OCTOBER 2017 Introduction The Oracle Database Appliance, introduced in 2011, is an Oracle

More information

Evaluating Hyperconverged Full Stack Solutions by, David Floyer

Evaluating Hyperconverged Full Stack Solutions by, David Floyer Evaluating Hyperconverged Full Stack Solutions by, David Floyer April 30th, 2018 Wikibon analysis and modeling is used to evaluate a Hyperconverged Full Stack approach compared to a traditional x86 White

More information

ORACLE DATABASE APPLIANCE X3 2

ORACLE DATABASE APPLIANCE X3 2 ORACLE DATABASE APPLIANCE X3 2 FEATURES Fully integrated database appliance Simple one button installation, patching, and diagnostics Oracle Database, Enterprise Edition Oracle Real Application Clusters

More information

Frits Hoogland - Oracle Usergroup Norway 2013 EXADATA AND OLTP. Thursday, April 18, 13

Frits Hoogland - Oracle Usergroup Norway 2013 EXADATA AND OLTP. Thursday, April 18, 13 Frits Hoogland - Oracle Usergroup Norway 2013 EXADATA AND OLTP Who am I? Frits Hoogland Working with Oracle products since 1996 Blog: http://fritshoogland.wordpress.com Twitter: @fritshoogland Email: fhoogland@vxcompany.com

More information

In-Memory is Your Data Warehouse s New BFF

In-Memory is Your Data Warehouse s New BFF In-Memory is Your Data Warehouse s New BFF Michelle Kolbe medium.com/@datacheesehead @MeKolbe linkedin.com/in/michelle.kolbe Michelle.Kolbe@RedPillAnalytics.com www.redpillanalytics.com info@redpillanalytics.com

More information

Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall

Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall 1 Copyright 2011, 2013, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification

More information

Conference Oracle Database Appliance Virtualized Implementation with HA and DR for Banner Database and Application Servers.

Conference Oracle Database Appliance Virtualized Implementation with HA and DR for Banner Database and Application Servers. Conference 2017 Oracle Database Appliance Virtualized Implementation with HA and DR for Banner Database and Application Servers. Shaya Hazeri-Chabok, B.SE, MBA, MCTS, OCP DBA, Capilano University Agenda

More information

Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments

Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments Torben Kling-Petersen, PhD Presenter s Name Principle Field Title andengineer Division HPC &Cloud LoB SunComputing Microsystems

More information

High Performance Database on Bare Metal Cloud Services

High Performance Database on Bare Metal Cloud Services High Performance Database on Bare Metal Cloud Services Vivek Sharma Technologist Hybrid Cloud SoluHons Core Technology, Asia Pacific viveklsharma.wordpress.com May, 2017 ConfidenHal Oracle Internal/Restricted/Highly

More information

Selecting Server Hardware for FlashGrid Deployment

Selecting Server Hardware for FlashGrid Deployment Selecting Server Hardware for FlashGrid Deployment Best Practices rev. 2016-06-24 2016 FlashGrid Inc. 1 www.flashgrid.io Overview The FlashGrid software can run on a wide range of x86 servers from many

More information

International Journal of Computer Engineering and Applications,

International Journal of Computer Engineering and Applications, EXADATA DATABASE MACHINE: CLOUD IMPLEMENTATION- IN A BOX: Lecturer, Dept of Information technology Ranchi Women s College, Ranchi-834001, Jharkhand. dollyviv@gmail.com ABSTRACT: After remaining happy with

More information

Cisco UCS S3260 System Storage Management

Cisco UCS S3260 System Storage Management Storage Server Features and Components Overview, page 1 Cisco UCS S3260 Storage Management Operations, page 9 Disk Sharing for High Availability, page 10 Storage Enclosure Operations, page 15 Storage Server

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 ! 2 Oracle VM Introduction Adam Hawley, Senior Director Virtualization, Oracle January 15, 2013 Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

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

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

More information

Oracle Exadata and OVM Best Practice Overview

Oracle Exadata and OVM Best Practice Overview Oracle Exadata and OVM Best Practice Overview Nov 2017 Update Topics Covered Ø Use Cases Ø ExadataOVM Software Requirements Ø ExadataIsolation Considerations Ø Exadata OVM Sizing and Prerequisites Ø Exadata

More information

Oracle EXAM - 1Z Oracle Exadata Database Machine Administration, Software Release 11.x Exam. Buy Full Product

Oracle EXAM - 1Z Oracle Exadata Database Machine Administration, Software Release 11.x Exam. Buy Full Product Oracle EXAM - 1Z0-027 Oracle Exadata Database Machine Administration, Software Release 11.x Exam Buy Full Product http://www.examskey.com/1z0-027.html Examskey Oracle 1Z0-027 exam demo product is here

More information

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Saar Maoz, RACPack RAC Development, Oracle Kai Yu, Oracle Solutions Engineering, Dell Inc About Authors Saar Maoz Consulting Software

More information

Tuning slow queries after an upgrade

Tuning slow queries after an upgrade Tuning slow queries after an upgrade Who we are Experts At Your Service > Over 50 specialists in IT infrastructure > Certified, experienced, passionate Based In Switzerland > 100% self-financed Swiss company

More information

Hyper-converged storage for Oracle RAC based on NVMe SSDs and standard x86 servers

Hyper-converged storage for Oracle RAC based on NVMe SSDs and standard x86 servers Hyper-converged storage for Oracle RAC based on NVMe SSDs and standard x86 servers White Paper rev. 2016-05-18 2015-2016 FlashGrid Inc. 1 www.flashgrid.io Abstract Oracle Real Application Clusters (RAC)

More information

An Oracle White Paper Updated March Protecting Oracle Exadata with the Sun ZFS Storage Appliance: Configuration Best Practices

An Oracle White Paper Updated March Protecting Oracle Exadata with the Sun ZFS Storage Appliance: Configuration Best Practices An Oracle White Paper Updated March 2013 Protecting Oracle Exadata with the Sun ZFS Storage Appliance: Configuration Best Practices Introduction... 1 Overview of Oracle Exadata with the Sun ZFS Storage

More information

Optimize OLAP & Business Analytics Performance with Oracle 12c In-Memory Database Option

Optimize OLAP & Business Analytics Performance with Oracle 12c In-Memory Database Option Optimize OLAP & Business Analytics Performance with Oracle 12c In-Memory Database Option Session ID: 1571 Prepared by: Kai Yu Senior Principal Engineer Dell Oracle Solutions Engineering Dell, Inc. @ky_austin1

More information

Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database option

Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database option Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database option Prepared by: Kai Yu Senior Principal Architect, Dell Oracle Solutions Engineering @ky_austin REMINDER Check in

More information

Dell EMC Ready Solutions for Oracle with Dell EMC XtremIO X2 and Data Domain

Dell EMC Ready Solutions for Oracle with Dell EMC XtremIO X2 and Data Domain Dell EMC Ready Solutions for Oracle with Dell EMC XtremIO X2 and Data Domain November 2018 Abstract This deployment guide describes the design and deployment of the mixed Oracle database environments that

More information

SPECIFICATION FOR NETWORK ATTACHED STORAGE (NAS) TO BE FILLED BY BIDDER. NAS Controller Should be rack mounted with a form factor of not more than 2U

SPECIFICATION FOR NETWORK ATTACHED STORAGE (NAS) TO BE FILLED BY BIDDER. NAS Controller Should be rack mounted with a form factor of not more than 2U SPECIFICATION FOR NETWORK ATTACHED STORAGE (NAS) TO BE FILLED BY BIDDER S.No. Features Qualifying Minimum Requirements No. of Storage 1 Units 2 Make Offered 3 Model Offered 4 Rack mount 5 Processor 6 Memory

More information

SUN ZFS STORAGE 7X20 APPLIANCES

SUN ZFS STORAGE 7X20 APPLIANCES ORACLE SPEC SHEET SUN ZFS STORAGE 7X20 APPLIANCES DELIVERING BEST-IN-CLASS PERFORMANCE, EFFICIENCY, AND ORACLE INTEGRATION KEY FEATURES Advanced, intuitive management tools Hybrid Columnar Compression,

More information

Oracle Database Appliance Kit for WebLogic Server

Oracle Database Appliance Kit for WebLogic Server Oracle Database Appliance Kit for WebLogic Server Release Notes Release 12.1.2.2.0 E56823-03 August 2015 This document contains the release notes for Oracle Database Appliance Kit for WebLogic Server version

More information

What Really Sets Apart Exadata from the Rest

What Really Sets Apart Exadata from the Rest 1 What Really Sets Apart Exadata from the Rest Presented By: Zahid Anwar, Principal Oracle DBA Consultant 3 rd December 2018 Company Classification: Public A bit about myself Principal Oracle DBA Consultant

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

Hitachi Converged Platform for Oracle

Hitachi Converged Platform for Oracle Hitachi Converged Platform for Oracle Manfred Drozd, Benchware Ltd. Sponsored by Hitachi Data Systems Corporation Introduction Because of their obvious advantages, engineered platforms are becoming increasingly

More information

Oracle Database High Availability and Performance Scalability

Oracle Database High Availability and Performance Scalability Indiana Oracle Users Group Technology Day May 4 th, 2016 Oracle Database High Availability and Performance Scalability Ashokkumar Sivasankaran About me Ashokkumar Sivasankaran (Ashok) Client Technical

More information

#1290. Oracle Core: InMemory Column Performing Databases GmbH Mitterteich / Germany

#1290. Oracle Core: InMemory Column Performing Databases GmbH Mitterteich / Germany #1290 Oracle Core: InMemory Column Store Martin Klier Performing Databases GmbH Mitterteich / Germany 2/40 Speaker Martin Klier Solution Architect and Database Expert My focus Performance Optimization

More information

Oracle 12c Grid Infrastructure Management Repository Everything You Wanted To Know

Oracle 12c Grid Infrastructure Management Repository Everything You Wanted To Know Oracle 12c Grid Infrastructure Management Repository Everything You Wanted To Know Mark V. Scardina - Director Oracle QoS Management & Oracle Autonomous Health Framework Copyright 2016, Oracle and/or its

More information

Database Consolidation with Oracle Exadata

Database Consolidation with Oracle Exadata Database Consolidation with Oracle Exadata Techniques and Best Practices Manish Shah Sr. Principal Product Manager, Exadata Oracle Corporation Ajit Singh Director, Data Technology Platforms New York Stock

More information

Open storage architecture for private Oracle database clouds

Open storage architecture for private Oracle database clouds Open storage architecture for private Oracle database clouds White Paper rev. 2016-05-18 2016 FlashGrid Inc. 1 www.flashgrid.io Abstract Enterprise IT is transitioning from proprietary mainframe and UNIX

More information

DSI Optimized Backup & Deduplication for VTL Installation & User Guide

DSI Optimized Backup & Deduplication for VTL Installation & User Guide DSI Optimized Backup & Deduplication for VTL Installation & User Guide Restore Virtualized Appliance Version 4 Dynamic Solutions International, LLC 373 Inverness Parkway Suite 110 Englewood, CO 80112 Phone:

More information

ORACLE SNAP MANAGEMENT UTILITY FOR ORACLE DATABASE

ORACLE SNAP MANAGEMENT UTILITY FOR ORACLE DATABASE ORACLE SNAP MANAGEMENT UTILITY FOR ORACLE DATABASE EFFICIENTLY BACK UP, CLONE, AND RESTORE ORACLE DATABASES ON ORACLE S ZFS STORAGE APPLIANCE WITH ORACLE SNAP MANAGEMENT UTILITY KEY FEATURES Virtually

More information

2 Latest Upgrade Information

2 Latest Upgrade Information Oracle Database Release Notes 12c Release 1 (12.1) for Linux E51263-08 November 2014 This document contains information that was not included in the platform-specific or product-specific documentation

More information