OBIEE — Oracle Business Intelligence Enterprise Edition — is an enterprise reporting and analytics platform that puts a single business-friendly model in front of one or more physical data sources. Its defining component is the repository, the RPD, built in the BI Administration Tool across three layers: a physical layer describing tables, connection pools and joins as they exist in the database; a business model and mapping layer where those tables become logical fact and dimension objects with calculations, hierarchies and multiple logical table sources; and a presentation layer that exposes only the subject areas and column names business users should see.
That separation is the point. Because a user selects presentation columns rather than writing SQL, OBIEE's query engine decides which physical tables to hit, which aggregate to use, and how to federate across sources. Getting the business model right is therefore what determines whether reports are fast, consistent and trustworthy — and almost every serious OBIEE problem traces back to the RPD rather than the front end.
The web tier is where consumption happens. Analyses combine filters, prompts, tables, pivot tables and graphs; dashboards assemble those into pages with dashboard prompts and variables driving them; Agents (Delivers) push results on a schedule or condition; and the presentation catalog holds it all with its own permission model. OBIEE 12c added Visual Analyzer, data mashup from spreadsheet uploads, and BI Ask for ad-hoc exploration. Underneath, WebLogic Server, Enterprise Manager and the RPD and catalog deployment tooling are what an administrator actually operates.
Why this skill matters now
A large installed base of Oracle Business Intelligence still runs the operational and financial reporting that organisations depend on, and it is rarely replaced quickly. Migrations to Oracle Analytics Cloud, Power BI or Tableau take years, run in parallel with the existing platform, and need people who can explain what the current RPD actually does before any of it can be reproduced elsewhere.
That produces steady demand for two overlapping skills. The first is maintaining and extending the existing platform — new subject areas, security changes, performance work, upgrades and catalog management. The second is migration analysis: reading a mature RPD, identifying the business logic embedded in logical table sources, calculations and hierarchies, and mapping it onto a target semantic model without silently changing a number.
The scarce part is the modelling. Building an analysis is a short lesson; designing a business model that federates sources, handles slowly changing dimensions, computes correctly at every level of a hierarchy, and enforces data-level security is the work that organisations struggle to hire for.