Rapid development using OBI EE (and what about the Data Warehouse?)

Friday, May 16th, 2008 by Jon Mead

We are often told that one of the benefit of OBI EE is the speed and ease of development. Data sources can easily be added into the system, users can then quickly build queries and the results are easy to distribute. While I completely support this, to me this leaves a few questions when you […]

Advert: OBIEE Developer Training

Monday, May 12th, 2008 by Mark Rittman

I’ve just updated our training page with details of our Oracle BI Suite Enterprise Edition developer course. This course is aimed at organizations who have recently bought OBIEE and are looking to train their development team up on creating the metadata layer, adding security, using features like caching and aggregate persistence, creating reports and publishing […]

Migrating OBIEE Projects Between DEV and PROD Environments

Monday, April 28th, 2008 by Mark Rittman

One of the clients I’m working with this week wants to go through how OBIEE environments are migrated from one environment to another. They are working on a solution for their organization where a team of developers put together an initial first cut of the repository and web catalog, and then at various points from […]

Moneyball, and Competing through Analytics

Friday, April 25th, 2008 by Mark Rittman

I’ve been doing a lot of traveling recently, which as usual means that I’ve been doing a lot of reading. I normally take a novel with me when I’m on the road but based on some recommendations, I’ve been working through a batch of books on business analytics. First off was “Competing on Analytics”, the […]

Interview with Phil Bates, Oracle Business Intelligence Architect : Part 2

Wednesday, April 23rd, 2008 by Mark Rittman

In yesterday’s article I posted the first half of an email interview with Phil Bates, architect for Oracle Business Intelligence Enterprise Edition based down in Bristol, UK. Phil’s focus is on the vision, direction, architecture and development strategy for Oracle Business Intelligence products, and in today’s posting we ask him about the integration of Oracle […]

Interview with Phil Bates, Oracle Business Intelligence Architect : Part 1

Tuesday, April 22nd, 2008 by Mark Rittman

One of the things you might not know about product development for Oracle Business Intelligence Enterprise Edition is that a lot of it happens down the road from us, in Bristol in the UK. Oracle’s team in Bristol and the UK were originally responsible for Oracle Discoverer, and over the past year or so have […]

Days Two and Three of an OBIEE Project : More Data Modeling

Wednesday, April 9th, 2008 by Mark Rittman

If they wanted all of the measures by a selection of application stages, or a selection of measures by the same set of application stages we could have used a crosstab and had application stage as one of the dimensions, day of month (say) as the other and we’d have been fine, but as the report used an arbitrary selection of measures and application stages, the only way around this was to “pivot” the fact table by the application stage and derive out the measures using a CASE statement, like this: This would then lead to this measure appearing in the logical fact table as a calculation, rather a normal logical column mapped to a physical column. … I’ve done a fair few OBIEE implementations now and this one reinforced by view that to be good with OBIEE, you need to have three main skills Knowledge of OBIEE, specifically how the physical to logical model translation works, how to use Logical Table Sources, how to derive measures, how to create joins in the Logical and Physical models, and in particular (and this is where experience on deployments, rather than demos comes in) knowledge of all the little quirks, like the non-aggregatibility of calculated columns issue I mentioned earlier on, how to resolve self-joins and multiple joins between tables through Aliases and so on.

Day One of An OBIEE Project : Data Modeling

Monday, April 7th, 2008 by Mark Rittman

Yesterday I mentioned that I was working this week on an OBIEE proof of concept, I said at the time that I’d make some notes on how the project went and the methodology I used to pull the system together. As I obviously can’t write about the actual client or system I built, I’ll use […]

Working with OBIEE in Birmingham, and plans for the BI Apps

Sunday, April 6th, 2008 by Mark Rittman

I’ve just arrived in Birmingham to be ready for a week of OBIEE data modeling for one of our clients up here. They have built an application that now needs some reports added, they’ve gone for OBIEE and my job is to create the logical model, map it on to their OLTP database, add security […]

Article on OBIEE Multi-User Development

Thursday, March 27th, 2008 by Mark Rittman

Whilst I remember it, Venkat has written up another excellent OBIEE article, this time on performing multi-user development against an OBIEE repository.
This uses the new “Projects” feature introduced in a recent release of OBIEE, and allows individual developers to “check out” logical fact tables and their corresponding dimensions, make some changes and check them back […]