donderdag, oktober 04, 2007

what to expect from oracle 11g ?

last week


It's already more than a week ago that I visited the oracle partner briefing where a presentation was given about a few of the new features to expect in 11g. As always every thing is better than ever before and it works ... I really hope this is true. A very welcome feature would be stability. It really amazes me how many problems we currently have trying to run with 10.2.0.3. Memory corruption, incomplete stack dumps after ora-7445 errors and even logical corruption in indexes. I am afraid we can only hope those problems are solved when 11g is launched.

usable features


There are many features but a few of the more useful features at this moment could be
1) flashback archive
2) cdc improvements
3) asm instance affinity
4) database replay
5) result cache
6) secure files
7) dbms_scheduler
8) asm rolling ugrade

Flashback archive


This enables us to show how the contents of a table looked like on a specific date, somewhere last year. the idea is that the life-span of the data is managed by the database.

CDC improvements


The change data purge now give the possibility to purge on a date range. Very useful since it makes recovery scenarios a little easier. Also the ability to switch CDC off and on give more control over the operation.

ASM instance affinity


Since more and more cluster databases are created it's not surprising to see more and more stretched clusters. Latency is very important in such a system. Now it is possible to have a SAN on site A and an other SAN at remote site B and have the ASM instance on site A use the SAN on site A for reads. This makes a stretched cluster less vulnerable for read latency.

database replay


Did you ever want to test a different configuration and see how it performs with the current production load as input ? Database Replay now gives the chance to do this. Input can come from a 10.2.0.4 database and the load can be applied on a 11g database. If this works it's really great.

result cache


Why run a pl/sql procedure again when the input is the same ? We can just return the result from the result cache. A nice performance booster.

secure files


This has not a lot to do with security at all. We could already drop files in the database for storage. This used to be slower than storing on a filesystem. Now oracle claims that with secure files we can store them nice and safe in the database nearly as quick as on a filesystem.

dbms scheduler


In 11g we can run operating system jobs using a chosen os account. Nothing new, we could choose an account in 10gR2 but now it's more dynamic. In 10gR2 the account was set for an ORACLE_HOME and now we can choose an account when submitting a job. Jobs now also can run on a remote host, making dbms scheduler more and more enterprise ready.

asm rolling upgrade


ASM now can handle multiple oracle versions for ASM and also support multiple oracle versions for the databases that use the ASM instance[s]. Again, great, if it works.

There are many many more improvements, this is just a small personal selection.
Just wait and see what the near future brings.