Posts Tagged ‘ Oracle ’

Oracle Database 11g Release 2 Is Now Generally Available

September 1, 2009
By

Just a quick post to spread the news that Oracle Database 11g Release 2 is now generally available. Download it for Linux today. See the press release for the usual details. Here is an interesting tidbit of info from a PC World article: The new release is the product of some 1,500 developers and...

Read more »

Oracle And HP Take Back #1 Spot For 1TB TPC-H Benchmark

June 3, 2009
By
Oracle And HP Take Back #1 Spot For 1TB TPC-H Benchmark

Oracle and HP have taken back the #1 spot by setting a new performance record in the 1TB TPC-H benchmark. The HP/Oracle result puts the Oracle database ahead of both the Exasol (currently #2 & #3) and ParAccel (currently #4) results in the race for performance at the 1TB scale factor and places Oracle...

Read more »

Oracle Sun FAQ

April 24, 2009
By

On Monday, April 20, 2009, Oracle announced that it had agreed to acquire Sun Microsystems. Since then there has been much speculation and question raised around numerous areas of the deal. There is an official FAQ that discusses many areas, but I thought I would highlight three that seem to be fairly popular around...

Read more »

Database Customer Benchmarketing Reports

December 12, 2008
By
Database Customer Benchmarketing Reports

A few weeks ago I read Curt Monash’s report on interpreting the results of data warehouse proofs-of-concept (POCs) and I have to say, I’m quite surprised that this topic hasn’t been covered more by analysts in the data warehousing space. I understand that analysts are not database performance engineers, but where do they think...

Read more »

Preprocessor For External Tables

November 19, 2008
By

Before External Tables existed in the Oracle database, loading from flat files was done via SQL*Loader. One option that some used was to have a compressed text file and load it with SQL*Loader via a named pipe. This allowed one not to have to extract the file, which could be several times the size...

Read more »

Oracle Exadata: In Response to Chuck Hollis

October 24, 2008
By

Chuck Hollis, VP and Global Marketing CTO at EMC has written a couple blog posts offering his thoughts on Oracle Exadata. The first was “Oracle Does Hardware” which he wrote the day after the product launch. The second, unimpressively titled “I Annoy Kevin Closson at Oracle” was on Monday October 20th which was in...

Read more »

Extreme Buzz About Oracle OpenWorld

September 19, 2008
By

Last week I read Mark Rittman’s post and today I was reading this InfoWorld article and a few others that are speculating what will be the big news this year at Oracle OpenWorld. I guess the first teaser was given out by Larry Ellison on the F4Q08 earnings call on June 25: We have...

Read more »

What Are Your System Statistics?

January 2, 2008
By

I’ve been working on a few test cases and I’m in search of some real-world data. If your production Oracle database uses system statistics, either Workload Statistics or Noworkload Statistics, and you are willing to share them, please post a comment with the output from the following two queries: select version from v$instance; select...

Read more »

Oracle 11g: Extended Statistics

October 31, 2007
By

In the Real-World Performance Roundtable, Part 2: The Optimizer, Schema Statistics, SQL Tuning at Oracle OpenWorld 2006, I worked an example of how the optimizer can have difficulty estimating the correct cardinality when there is data correlation. (The Zodiac example can be found on pages 46-49 of the presentation.) In Oracle 11g, there has...

Read more »