Top 10 Oracle 11gR2 New Features

September 9th, 2009

In catching up on blog posts I see that Jonathan Lewis, Christian Antognini and Nuno Souto picked up on the deferred segment creation new feature in Oracle 11gR2. In keeping with the theme, I thought I’d put together the top 10 new features in Oracle Database 11g Release 2 (11.2) that I consider significant.

  1. Analytic Functions 2.0
  2. Recursive WITH Clause
  3. Preprocessing Data for ORACLE_LOADER Access Driver in External Tables
  4. In-Memory Parallel Execution
  5. Auto Degree of Parallelism (Auto DOP) and Parallel Statement Queuing
  6. Significant Performance Improvement of MV On-Commit Fast Refresh
  7. Database Resource Manager Instance Caging
  8. ASM Intelligent Data Placement
  9. Database File System (DBFS)
  10. Hybrid Columnar Compression

In future posts I’ll dive into some of these in more technical detail but for now I thought I’d throw my list out there to raise awareness of the things I am looking at as a database performance engineer.

Post to Twitter Tweet This Post

11gR2, Performance

  1. Trackbacks

  2. September 11th, 2009: 11gR2 « Oracle Scratchpad
  1. Comments

  2. September 10th, 2009 at 22:00 | #1

    thanks for pointing these out – the syntax stuff is really cool. I like the recursive WITH, FIRSTAGG, and NTH_VALUE…

  3. Erik
    September 10th, 2009 at 22:25 | #2
  4. September 10th, 2009 at 22:41 | #3

    @Erik
    I think Edition-Based Redefinition looks like a extremely useful feature for OLTP databases, however, I spend my days working on DW databases so I am slightly biased in that direction.

  5. September 11th, 2009 at 03:33 | #4

    @Erik
    Big flaw in editions is that tables are not editionable, which is a real shame as my developers have a nasty habit of refactoring tables during their monthly release – and of course ensuring my downtime pain will continue.

  6. September 11th, 2009 at 07:16 | #5

    @jason arneil
    Have you looked at Online Data Reorganization & Redefinition? Seems to me the two features could be used together to address this challenge.