Analytics and DW Using Oracle 11g and OBIEE 10g. Mark Rittman, Director, Rittman Mead Consulting
|
|
|
- Lucinda Flynn
- 10 years ago
- Views:
Transcription
1 Analytics and DW Using Oracle 11g and OBIEE 10g Mark Rittman, Director, Rittman Mead Consulting
2 Who Am I? Oracle BI&W Architecture and Development Specialist Co-Founder of Rittman Mead Consulting Oracle BI&W Project Delivery Specialists 10+ years with Discoverer, OWB etc Oracle ACE Director, ACE of the Year 2005 Writer for OTN and Oracle Magazine Longest-running Oracle blog Chair of UKOUG BIRT SIG Co-Chair of ODTUG BI&DW SIG Second year of OU BI Masterclasses 18 countries visited in
3 Rittman Mead Consulting Oracle BI&DW Project Specialists Consulting, Training, Support Works with you to ensure OBIEE project success Small, focused team OWB, Oracle BI, DW technical specialists Clients in the UK, Europe, USA
4 The Oracle 11g Data Warehousing Platform The latest release of the Oracle database Enterprise Edition contains a large number of data warehousing features Partitioning Bitmap indexes Star transformations Compression Options for in-database OLAP and Data Mining Oracle Warehouse Builder for database-centric ETL and Data Quality
5 The Oracle 10g Business Intelligence Platform Based around Oracle Business Intelligence Enterprise Edition Dashboards, Answers, Delivers, Oracle BI Server Complete set of web-based query, reporting and analysis tools Based on Siebel Analytics Heterogeneous database access Logical Business Model Data integration capabilities Add-ons for data integration, real-time decisions
6 Oracle Fusion Middleware Middleware architecture for Oracle products SOA-enabled J2EE environment Security, BI, user interaction, systems management, tools, BPM
7 Hyperion Financial Management Tools Financial Management tools Hyperion Planning, Hyperion Performance Scorecard Hyperion Capital Expenses Planning, Hyperion Workforce Planning Essbase OLAP Server Hyperion System 9 infrastructure ex-brio reporting and dashboard tools
8 The Future Oracle BI&DW Platform Leverages the analytic capabilities of the Oracle database In-database OLAP, data mining, partitioning, analytic queries Scalable store of detail-level data for analysis Business logic and metadata layer provided by Oracle BI Server (OBIEE) Semantic model, calculations, time-series functions, hierarchies Oracle BI Presentation Server (OBIEE) plus Hyperion EPM tools provide Presentation Layer Three-tier BI&DW architecture leverages Oracle RDBMS and OBIEE/Hyperion toolset
9 The Data Services Layer Based around a core Oracle Data Warehouse Or several federated data warehouses Data Warehouse has three tiers Staging Atomic/Normalized Performance/Dimensional ETL process for loading DW OWB (default ETL tool) ODI (heterogenous sources /targets) Data Services Layer also provides real-time and SOA feeds to OBIEE For applications not yet in DW For real-time reports For transitory requirements
10 The Business Logic Layer Contains an integrated, logical model of the business Provides an abstraction layer for the business Can be auto-generated by the ETL tool OWB 11gR2 Maintained by the business Can connect to multiple sources in the data services layer The Oracle data warehouse Direct application access OLAP cubes Relational databases
11 The Presentation Layer Data access layer, query tools, interfaces, MS Office integration Oracle BI Answers, Dashboard, BI Publisher BI Office integration SOAP (SOA) interface ODBC interface (BO, Cognos etc) Hyperion tools May access Essbase directly, by-passing Business Logic Layer
12 Analytics and DW Using Oracle 11g and OBIEE 10g An in-depth look at the technologies behind Oracle s future BI&DW platform What s new in Oracle Database 11g for data warehousing How the Oracle BI Server provides the business logic for your BI&DW platform Creating the Enterprise Semantic Model, how the technology works and what are its strengths and weaknesses Where to place calculations, summaries and hierarchies in your architecture How Oracle BI Presentation Server provides dashboards and reports (and what it s missing in the current release) Where the Hyperion tools fit in What s new in Oracle OLAP 11g, and an introduction to Oracle Essbase
13 Seminar Agenda Introduction ETL and DW development using Oracle 11g and OWB 11g Coffee Creating the BI foundation later with OBIEE BI Server Lunch Reporting and Dashboards using OBIEE Presentation Server Coffee Analytics and OLAP Analysis using Oracle OLAP and Oracle Essbase Close
14 Seminar Material Presentation slides are available in PDF format Leave a business card and I will forward on copies, answer questions Visit for more OBIEE material
15 Participant Introduction The most important people in this room are you It helps if I know a bit about you Your Oracle BI experience Your course objectives Where you work Introduce yourself to me, and to the other seminar participants
16 Seminar Participation Questions are welcome at any time During the session During breaks At the end of the day Hopefully I ll know the answer If not, I ll get back to you Your feedback is appreciated What worked well, what could be better Flow of slides and product coverage Fill in the evaluation forms (Oracle and mine)
17 Analytics and DW Using Oracle 11g and OBIEE 10g Mark Rittman, Director, Rittman Mead Consulting
18 Analytics and DW Using Oracle 11g and Oracle BIEE Lesson 1 : ETL and DW development using Oracle 11g and OWB 11g (and ODI)
19 Objectives Understand the data warehousing features in the Oracle database See what s new in Oracle Database 11g for data warehousing Partitioning Cube Organized Materialized Views See what s new in OWB11g SCD2 Handling that works (sort of) DML Error Logging Get an introduction to ODI Web Services functionality
20 The Oracle 11g Data Warehousing Platform Oracle Database 11g Oracle Warehouse Builder Oracle OLAP Option Oracle Data Mining Option Partitioning Option
21 The Future Oracle BI&DW Platform Leverages the analytic capabilities of the Oracle database In-database OLAP, data mining, partitioning, analytic queries Scalable store of detail-level data for analysis Business logic and metadata layer provided by Oracle BI Server (OBIEE) Semantic model, calculations, time-series functions, hierarchies Oracle BI Presentation Server (OBIEE) plus Hyperion EPM tools provide Presentation Layer Three-tier BI&DW architecture leverages Oracle RDBMS and OBIEE/Hyperion toolset
22 The Data Services Layer Based around a core Oracle Data Warehouse Or several federated data warehouses Data Warehouse has three tiers Staging Atomic/Normalized Performance/Dimensional ETL process for loading DW OWB (default ETL tool) ODI (heterogenous sources /targets) Data Services Layer also provides real-time and SOA feeds to OBIEE For applications not yet in DW For real-time reports For transitory requirements
23 Oracle 11g Enterprise Edition Code Features Bitmap Indexes Materialized Views Star Transformations Cost-Based Optimizer Oracle Warehouse Builder Core Functionality
24 Oracle 11g Data Warehousing Options Partitioning OLAP Data Mining OWB Data Quality Option OWB Enterprise ETL Option OWB ERP Connectors
25 Partitioning Use table partitions to make large (fact) tables more manageable age out old data by dropping partitions add new partitions to receive new data set unchanging tablespaces to READ ONLY to optimize database backup speed data load by using partition exchange can reduce query time by partition elimination (pruning) parallel query Jan Annual Data Feb Mar
26 Oracle OLAP Option Adds multi-dimensional data types and a multi-dimensional engine Stores data in indexed arrays Adds an OLAP API and an SQL access layer (Can be) Faster than star schemas for loading and querying Supports time-series and dimensional queries Based on Express Server technology Provides consistently-fast access to summarized data
27 Oracle Data Mining Option In-database data mining engine Accessed via Java and PL/SQL APIs Wide range of algorithms Anomaly detection Attribute importance Association rules Clustering Classification & regression Nonnegative matrix factorization Structured & unstructured data (text mining) BLAST (life sciences similarity search algorithm)
28 New Features in Oracle OLAP 11g The latest release of the Oracle Database OLAP Option Continues the objective of embedding OLAP in the database engine SQL SELECT access Cubes stored in Analytic Workspaces Runs faster in 11g, uses SecureFiles instead of LOBs Metadata in the Oracle Data Dictionary Automatic creation of views over AW objects Optimizer now AW view aware CUBE_TABLE for easier direct SQL access CUBE access now detailed in execution plans
29 Cube Organized Materialized Views Transparently enhance the query performance of BI applications Data is managed in an Oracle cube Fast refresh Fast query Manage a single cube instead of 100 s of individual MVs Applications query the base relational tables Oracle automatically rewrites the queries to use the OLAP cube Access to the summary data in the OLAP cube is fully transparent
30 Positioned As the Oracle DW Enhancer Transparent integration with SQL Swap-in replacement for Materialized Views Refreshed and loaded in the same way as Materialized Views Either accessed directly using SQL views, or indirectly through query rewrite
31 OLAP Cubes Now Feature in Explain Plans Cube operations now feature in execution plans CUBE_SCAN shows data being retrieved from a Cube Organized MV explain plan for select sum( u.units), c.market_segment_dsc, t.year_dsc, p.family_id from units_fact u, customer_dim c, time_dim t, product_dim p where u.ship_to_id = c.ship_to_id and u.month_id = t.month_id and u.item_id = p.item_id group by c.market_segment_dsc, t.year_dsc, p.family_id; PLAN_TABLE_OUTPUT Plan hash value: Id Operation Name Rows Bytes Cost (%CPU) Time SELECT STATEMENT (6) 00:00:01 1 HASH GROUP BY (6) 00:00:01 * 2 HASH JOIN (3) 00:00:01 * 3 HASH JOIN (4) 00:00:01 * 4 CUBE SCAN PARTIAL OUTER CB$UNITS (0) 00:00:01 5 TABLE ACCESS FULL TIME_DIM (0) 00:00:01 6 TABLE ACCESS FULL CUSTOMER_DIM (0) 00:00:
32 Demonstration Cube Organized Materialized Views
33 New In 11g - Partitioning Improvements Interval Partitions Automatically creates partitions as they are needed Saves scripting the creation of new partitions each day/week/month Useful as long as you re not using Partition Exchange Loading
34 New in 11g - Virtual Columns Define a column based on other columns in the table Takes up no storage space Equivalent to calculated measures in Oracle OLAP Partitioning can be based on these virtual columns
35 New in 11g - REF Partitioning Partition a table based on a column in another table Partition an detail table by the master table primary key Useful, but actually not relevant for star schemas The wrong way around, we want to partition the dimensions by the fact keys
36 New in 11g - More Partitioning Combinations Two-dimensional partitioning schemes Partitions and sub-partitions Partition fact table primarily by date, then create list sub-partitions Some combinations were available in 9i, 10g Many more available in 11g
37 Oracle Warehouse Builder Oracle s Full DW Lifecycle tool Part of the Database Technology Stack Now at version 11g Release 1 Relational and OLAP Data Modeling Data Mapping Process Flows Data Profiling, Auditing and Error Handling Metadata Management Change Management ERP Connectivity
38 New in OWB11g - DML Error Logging Table operators in mappings can have Error Tables configured Erroneous rows (from 10.2 DB onwards) moved into error table Uses DML Error Logging Allows direct-path (set-based) loading without error roll-back Traps constraint errors, others still fail Free option, no dependency on Data Quality Option Actually faster than (row-based) Data Rules
39 Demonstration DML Error Logging in OWB11g /
40 New in OWB11g - SCD2 Handling (That Works) SCD2 handling now works in OWB11gR1 (and OWB ) Changes to levels above base level now handled properly Hierarchy versioning All attributes in a row with trigger attributes must now also be triggers No ability to mix SCD1 and SCD2 in a single dimension Watch out for performance though Performance bug in and 11gR1, look for upcoming patch
41 Recently Available - Experts on OTN XML Input, AW Import, Dimension Derivation Experts etc Mapping from view/sql SELECT SELECT DECODE(GROUPING(channel_desc), 1, 'Multi-channel sum', channel_desc) AS Channel, DECODE (GROUPING (country_iso_code), 1, 'Multi-country sum', country_iso_code) AS Country, TO_CHAR(SUM(amount_sold), '9,999,999,999') SALES$ FROM sales, customers, times, channels, countries WHERE sales.time_id=times.time_id AND sales.cust_id=customers.cust_id AND customers.country_id = countries.country_id AND sales.channel_id= channels.channel_id AND channels.channel_desc IN ('Direct Sales', 'Internet') AND times.calendar_month_desc= ' ' AND country_iso_code IN ('GB', 'US') GROUP BY CUBE(channel_desc, country_iso_code);
42 Alternative Data Warehouse Data Sources Web Services Advanced Queues and Change Data Capture Streams Enterprise Service Bus Business Activity Monitoring
43 Web Service Data Sources Many organizations are adopting SOA architectures Data can now arrive through services and events, as well as from databases ETL process need to be SOA-aware Web services and business events are now potentially DW data sources BPEL Orchestration SOA Architecture Business Activity Monitoring Web Services Manager Declarative Rules Engine Enterprise Service Bus ETL Process Mappings Metadata Bulk Data Processing
44 Advanced Queues and CDC Streams Trickle feed of incremental data Arrives via queues, streams Often need to process in real-time Some platforms (i.e. Oracle RDBMS) have native support ETL tools need to be CDC-aware Initial bulk load CDC for synchron ization Incremental load of new data CDC for loopback synchron ization CDC DW Sources CDC DW Target Metadata
45 Oracle Data Integrator Comprehensive data integration platform Extraction, transformation and load of data, to and from databases, events and Web services Batch and real-time loading Java-based, hot-pluggable, database independent
46 Oracle Data Integrator Architecture
47 Extensible Knowledge Modules Provided out of the box, and are user extensible Written for specific source and target platforms User created example : Oracle 10g Data Pump
48 Event and Service-Based Integration Integrates data from events (files arrive, data arrives on queue) and from services (SOA, Web services) Perform integration in real-time (Enterprise Information Integration) Reflects today s reality that not all data lives in databases Integrates with Oracle SOA Suite Event Conductor Event-oriented Integration Oracle Data Integrator Service Conductor Service-oriented Integration Metadata Declarative Design Data-oriented Integration Data Conductor
49 ODI Web Service Functionality Data Services Publish data stores (tables, views etc) as web services ODIInvokeWebService tool Request data from a web service as part of a package ODI Public Web Services Invoke an ODI scenario through a web service call Oracle Data Event-oriented Service- Metadata Declarative Design
50 ODI Data Services Publish a data store as a web service Insert, Update, Select, Delete List (multiple requests in one) Inbuilt interface to Apache Axis2 1.2
51 ODIInvokeWebService Tool Request data from a web service Called as a package step (in OWB terms, a process flow) Data is fetched into an XML document XML document then processed and loaded into a table Most suited to use in initial data preparation, then loaded into staging table for access by ODI interface
52 ODI Public Web Services Invoke an scenario (a published ODI package) via a web service call Call ODI functionality from an application, a BPEL process Add as a partner link in the JDeveloper BPEL editor Add an Invoke activity to call the InvokeScenario operation Add an Assign activity to set operation parameters (repository, scenario etc)
53 Possible Web Services & ODI Scenarios To provide bulk processing functionality to a business process BPEL orchestration of an ETL process ODI Public Web Services Service-based access to data mart or data warehouse data Data Services Gather data from a web service prior to an ETL operation Call a human workflow process as part of an ETL control routine ODIInvokeWebService tool
54 Oracle Data Integrator and OWB Complements OWB by adding advanced data integration functions Works in the staging/integration layer Pre-build packaged solutions for CDC, Web Services etc Supports event-based, service-based and real-time integration Complements the BI Server by handling large data volumes and data marts Provides heterogeneous functionality - OWB may be more appropriate for Oracle data warehouses Create offline store (data mart) with history tables (SCD etc) Perform complex integration tasks Integrate SOA and event-based data Adds the ability to target heterogeneous platforms Supports real-time data integration
55 Next-Generation DW Objectives Incorporate data feeds from multiple sources Database tables Files Services Events Create a consolidated, integrated reporting database Incorporates batch-loaded and real-time data Uses database-centric and heterogeneous tools Tackle integration and standardization issues in a single place Provide an integrated store of data, indexed and optimized
56 Demonstration ODI, Service and Event-Based Data Integration
57 Summary Oracle Database 11g comes with a number of new data warehousing features Partitioning improvements Cube Organized Materialized Views OWB11g features bug fixes, enhancements and support for 11g SCD2 handling that works (watch performance though) Support for DML Error Logging Data Warehousing in the Fusion era is no longer just about extracting from, and loading to, Oracle databases ODI provides access to heterogeneous data sources Non-Oracle databases Web services Events
58 Analytics and DW Using Oracle 11g and Oracle BIEE Lesson 1 : ETL and DW development using Oracle 11g and OWB 11g (and ODI)
59 Analytics and DW Using Oracle 11g and Oracle BIEE Lesson 2 : Creating the Business Logic Layer with OBIEE BI Server
60 Oracle BI Suite Enterprise Edition Plus Oracle Next-Generation BI tools platform Based on Siebel Analytics Originally developed by nquire Standards (J2EE) based Heterogeneous connectivity Server and Web-based Oracle BI Server Oracle Presentation Server Oracle BI Answers Oracle BI Delivers Oracle BI Administration Job Manager, Catalog Manager etc
61 The Future Oracle BI&DW Platform Leverages the analytic capabilities of the Oracle database In-database OLAP, data mining, partitioning, analytic queries Scalable store of detail-level data for analysis Business logic and metadata layer provided by Oracle BI Server (OBIEE) Semantic model, calculations, time-series functions, hierarchies Oracle BI Presentation Server (OBIEE) plus Hyperion EPM tools provide Presentation Layer Three-tier BI&DW architecture leverages Oracle RDBMS and OBIEE/Hyperion toolset
62 The Business Logic Layer Contains an integrated, logical model of the business Provides an abstraction layer for the business Can be auto-generated by the ETL tool OWB 11gR2 Maintained by the business Can connect to multiple sources in the data services layer The Oracle data warehouse Direct application access OLAP cubes Relational databases
63 OBIEE Architecture XSL Oracle BI Publisher Delivery Server Layout Interfaces Data Logic Web Server (IIS, Tomcat, Websphere, iplanet) Oracle BI Presentation Services SOAP Web Services, XML and URL Interface Oracle Interactive Dashboards User Profiling, Security and Session Mngmt Cache Services (Web) & Connection Mngmt SAW Bridge (J2EE/ISAPI) Oracle Answers TCP/IP (SSL) Web Catalog Service XML Framework XML, HTML, XLS, PDF, TXT over HTTP/HTTPS HTML, SOAP over HTTP/HTTPS Web Browser Javascript for Usability & Interactivity External Applications and Portals Oracle Delivers Server Scheduling/Event Services TCP/IP (SSL) Oracle BI Server Logical SQL ODBC/JDBC (Logical Business Model) ODBC over TCP/IP (SSL) Agent Execution Logic Device Adaptive Content Oracle BI Cluster Controller Externalized Authentication LDAP DB Authentication Custom Authenticator Security Services Query Govern. Cache Services Load Balancer Session Management Intelligent Request Generation Logical Request Generation Navigator Multi-Pass / Sub-Request Logic Fragmentation Optimization Aggregate Navigator Optimized Query Rewrites Execution Engine Metadata Interchange System / Perf Monitoring Oracle BI Administration Metadata Management Services Multi-User Development Services Metadata Documentation Services Server Management Services Data Source Adapters ODBC, CLI, OCI, XML, MDX Analytical and Operational Data Sources
64 Oracle BI Server Calculation and Data Integration Engine Virtual Data Warehouse Allows reporting across multiple sources Data accessed though metadata layer Connects to RDBMS and OLAP data Oracle Database (including Oracle OLAP) IBM DB2 Microsoft SQL Server Teradata Microsoft Analysis Services (OLAP) SAP BW 'info cubes' Security, Summary Management Translates incoming logical SQL in to optimized, physical SQL
65 Oracle BI Presentation Server BI Application Server Single application that provides Oracle BI Answers, Dashboards Metadata stored in Web Catalog User Profiling, Security and Session Management SOAP Web Services, XML and URL Interface Web Server (IIS, Tomcat, Websphere, iplanet) Oracle BI Presentation Services SOAP Web Services, XML and URL Interface Oracle Interactive Dashboards User Profiling, Security and Session Mngmt Cache Services (Web) & Connection Mngmt SAW Bridge (J2EE/ISAPI) Oracle Answers TCP/IP (SSL) Web Catalog Service XML Framework XML, HTML, XLS, PDF, TXT over HTTP/HTTPS HTML, SOAP over HTTP/HTTPS Web Browser Javascript for Usability & Interactivity External Applications and Portals
66 Oracle BI Delivers Server Scheduling and distribution Uses ibots ( Intelligent Bots ) Integration (through Java) with BPEL ibot chaining, calling from BPEL, calling BPEL Permits alerts, through execution of Answers reports If report returns rows, alert triggered Alert appears on dashboard, via , SMS, cell phone Can trigger narrative and conditionally-appearing reports Oracle Delivers Server Scheduling/Event Services Agent Execution Logic Device Adaptive Content
67 Oracle BI Publisher Server New in , based on Oracle XML Publisher Separate application, integrated with Oracle BI Presentation Server Initially usernames and passwords integrated Thereafter separately administered Provides high-fidelity layout, positioning of data, charts etc Multiple data sources OBIEE Metadata Layer Oracle BI Answers reports Any source accessible via SQL XML over HTTP Oracle BI Publisher Delivery Server Layout Interfaces XSL Data Logic
68 Oracle BI Administration MS Windows application for managing BI Server Creates and manages Common Enterprise Information Model Physical, logical and presentation layers Manage other aspects of BI Server Security Scheduler (Delivers server) Jobs Joins Marketing Sessions Cache Utilities and Tools Connect to BI Server via ODBC DSN Oracle BI Administration Metadata Management Services Multi-User Development Services Metadata Documentation Services Server Management Services
69 Core BI Server Functionality Data Integration through Business Model View Calculation and analytical engine Support for RDBMS and OLAP data sources Intelligent Request Generation and Optimized Data Access Security and Data Scoping ODBC Interface out, native RDBMS and OLAP interfaces in Clustering, replication, support for Windows and Unix/Linux hosts, 32-bit and 64-bit
70 Data Access Reporting data may be sourced from multiple databases, applications Oracle Database (including Oracle OLAP) IBM DB2 Microsoft SQL Server Teradata Microsoft Analysis Services (OLAP) SAP BW 'info cubes' SAP, Peoplesoft, Siebel, E-Business Suite Oracle BI Server joins this source data together and presents a logical business model Facts Dimensions Calculations Customer
71 Common Enterprise Information Model Metadata layer for OBIEE tools Three layers of metadata Physical layer, connections to sources Logical layer, denormalized facts and dimensions Presentation layer, report-centric folders Maintained using BI Administrator Model is the center of the OBIEE universe
72 Data Modeling using Oracle BI Server Design goal for the BI Server metadata layer is to create a Star Schema Fact tables Dimension tables Drill paths Source data can either be pre-integrated (data mart, data warehouse) or integrated using the BI Server ( federated ) Federated can be faster to deliver (report in place) Assumes data sources share common key values Data marts are simpler and faster to query MDX (OLAP, Multi-dimensional) data is converted into RDBMS row-sets Logical layer is main integration point Presentation layer allows report centric folders
73 Model First Development Business Model is centre of the OBIEE universe First element of design that is produced Integrated view of the organization s data Option 1: Star with model first, then map on physical sources purest approach, uses theoretical model as basis Tricky to get joins and integration working Lots of manual logical table and column definition steps Option 2: Produce model on paper, then construct it using elements of physical model Quicker and faster, just drag and drop May end up with redundant columns Still needs a design phase at the start
74 Sample Business Model
75 Data Modeling Workflow Steps 1. Define logical model (on paper or using BI Administrator) 2. Import physical data sources 3. Create physical primary and foreign keys 4. Either drag physical tables to create logical tables, or map
76 Step 1: Create Physical Layer Define ODBC connection from client or server to database ODBC only needed to define initial connection, import metadata Native connection (OCI etc) takes over from then Import tables, views, keys etc from data source Define keys, foreign keys if needed Update row counts Define table aliases
77 Physical Join Types If source data has foreign key joins, they will be imported If not, they can be defined in the physical model Two types of join Foreign key joins (e.g. CUSTID = CUSTID) 1:N joins only Complex joins (TRAN_DATE between STARTDATEID and ENDDATEID) also supports 1:1, O:1, 1:O etc Important to create physical joins before importing in to logical layer Logical joins rely on physical joins to define paths Makes life a lot simpler Create joins using Join Manager, or Diagrammer
78 Step 2: Create Logical Layer Firstly, create new logical model Then create logical tables and columns Either create from scratch, then connect to physical Or define by dragging and dropping physical tables Start off with single source for each table, then add connnections Define dimensions to create drill paths Add calculations Use Rename Wizard to clean up table and column names
79 Calculations OBIEE has it s own SQL syntax Cross-platform Same SQL across all sources Calculations, analytics, time-series Calculation Wizard for time-series calculations AGO, TO_DATE Oracle BI Answers features SQL pass-thru Has to be enabled per user Allows native functions to be used Future: direct support for native SQL functions
80 Time-Series Calculations OBIEE supports limited time-series functions AGO value of a measure x months, quarters, years ago AGO(Videostore."Sales fact view".sales, Videostore.TimesDim."Month", 1) TODATE value of a measure to the end of a month, quarter, year AGO(Videostore."Sales fact view".sales, Videostore.TimesDim."Quarter", 1) Requires at least one time dimension in the metadata layer Requires at least one or more Chronological keys Monotonically increasing value (DAY etc)
81 Create Calculations in the Optimal Location Whilst the BI Server can create calculations, it may be more appropriate to do this in the underlying database Oracle Database analytic functions (LAG, LEAD, RANK etc) Oracle Database OLAP functions (time-series, forecast, allocation) Use the available architecture efficiently Perform calculations as close to the source data as possible Use dedicated OLAP technology if available Use BI Server to provide features not found in the sources Just because the BI Server can do something, doesn t mean it should do something
82 Logical Join Types Logical layer supports both foreign key and complex joins Foreign key joins not recommended Restrict choices that BI server can make over join paths Only there for backward compatibility Complex joins are preferred Indicates relationship between tables Allows BI Server to determine best join path Useful when more than one Logical Table Source
83 Logical Table Sources Logical tables can have more than one physical source Can create >1 Logical Table Source BI Server creates two physical queries Useful when mapping data from different levels and when using fragmentation Each Logical table source can have >1 table mapped BI server creates one query per LTS, joining as per physical foreign key joins Used when you need columns from other joined tables in your logical table (join only happens if additional columns requested)
84 Consider Where to Join Data Again, consider where to integrate and join data Whilst the BI Server can join data, it may be faster to load into a data mart ETL tools can integrate data at time of load Denormalized data structures can be faster than joining at report time Indexing, Summary Management, Query Optimization Creating a data warehouse still is the optimal solution BIEE data source joining features are most appropriate when bringing new data in that s not yet in the data warehouse
85 Step 3: Create Presentation Layer Business models themselves are not visible to users Users see presentation catalogs whose columns are defined in business models. Presentation catalogs appear as subject areas in the web UI Presentation catalogs are databases to client tools using ODBC To create a presentation catalog, drag business model to left panel. Then customize re-order, re-folder, re-name. Can create multiple Presentation Catalogs from single Logical Model
86 Initial Reporting Scenario Global Company has a data warehouse, containing order and customer data Requirement is to take the existing warehouse (normalized) and turn it into a star schema (denormalized) For now, OBIEE will be used to map the data
87 Demonstration Creating the initial Common Enterprise Information Model
88 Reporting Across Multiple Data Sources OBIEE can combine and join data from multiple data sources Data is retrieved in separate SQL, MDX calls and joined using the BI Server Allows you to perform federated queries Watch out for performance though End goal should be to eventually move reporting data to a data warehouse
89 Federated Query Scenario Additional data exists in an Excel spreadsheet Contains quotas, plus information on products and dates Quotas are at the product category and month level Existing data is at the product and day level Requirement is to join data, but only show quotas the relevant level
90 Joining A Second Data Source : Step 1 Import the new schema into the physical model, ensure FK and PK constraints are set
91 Joining A Second Data Source : Step 2 Use the Join Manager, or Physical Model Diagrammer, to create joins between tables in the two schemas
92 Joining A Second Data Source : Step 3 Add the new dimension tables as additional logical table sources to the exisiting logical dimension tables Set the dimension hierarchy level at which they are applicable
93 Joining A Second Data Source : Step 4 Add the additional measures to the fact table Set the dimension levels at which the measures become relevant
94 Demonstration Adding a Second Data Source
95 Incorporating Real-Time Data Initial data set consists of historical Customer Data Warehouse data Data also exists for real-time Order Bookings system Two logical models could be created, but ideal is to combine historical and real-time data in one model Known as Fragmentation
96 Fragmentation Logical tables have >1 Logical Table Source Logical Table Source 1 = Historical Data Logical Table Source 2 = Real-Time Data
97 Fragmentation Step 1 Add new logical table source to Items logical table
98 Fragmentation Step 2 Ensure mapped tables are added to new LTS
99 Fragmentation Step 3 Add Fragmentation Content conditions
100 Fragmentation Step 4 Repeat process for Dimensions Do not add fragmentation condition if same data in both dimension versions Add distinct clause instead
101 Demonstration Adding real-time data using Fragmentation
102 Summary The Business Logic layer is central to Oracle s BI&DW Architecture Consists of physical, logical and presentation layers Foundation is properly-joined physical table sources Denormalized star schema built using complex logical joins Calculations (including time-series calculations) not available in the source database can be added to logical model Where possible though, use in-database analytics and OLAP Dimensions defined to determine drill paths Additional data sources can be combined in a single business model Real-time data can be incorporated using Fragmentation
103 Analytics and DW Using Oracle 11g and Oracle BIEE Lesson 2 : Creating the Business Logic Layer with OBIEE BI Server
104 Analytics and DW Using Oracle 11g and Oracle BIEE Lesson 3 : Reporting and Dashboards using OBIEE Presentation Server
105 Oracle BI Presentation Server BI Application Server Single application that provides Oracle BI Answers, Dashboards Metadata stored in Web Catalog User Profiling, Security and Session Management SOAP Web Services, XML and URL Interface Web Server (IIS, Tomcat, Websphere, iplanet) Oracle BI Presentation Services SOAP Web Services, XML and URL Interface Oracle Interactive Dashboards User Profiling, Security and Session Mngmt Cache Services (Web) & Connection Mngmt SAW Bridge (J2EE/ISAPI) Oracle Answers TCP/IP (SSL) Web Catalog Service XML Framework XML, HTML, XLS, PDF, TXT over HTTP/HTTPS HTML, SOAP over HTTP/HTTPS Web Browser Javascript for Usability & Interactivity External Applications and Portals
106 The Future Oracle BI&DW Platform Leverages the analytic capabilities of the Oracle database In-database OLAP, data mining, partitioning, analytic queries Scalable store of detail-level data for analysis Business logic and metadata layer provided by Oracle BI Server (OBIEE) Semantic model, calculations, time-series functions, hierarchies Oracle BI Presentation Server (OBIEE) plus Hyperion EPM tools provide Presentation Layer Three-tier BI&DW architecture leverages Oracle RDBMS and OBIEE/Hyperion toolset
107 The Presentation Layer Data access layer, query tools, interfaces, MS Office integration Oracle BI Answers, Dashboard, BI Publisher BI Office integration SOAP (SOA) interface ODBC interface (BO, Cognos etc) Hyperion tools May access Essbase directly, by-passing Business Logic Layer
108 Oracle BI Answers Query authoring tool for BI EE Report against business model Tables, Cross-tabs Graphs, Gauges View and column selectors Narratives Publish to Oracle BI Interactive Dashboards Database-neutral Connects through BI Server
109 Answers Views Each report ( request ) contains a single query Possible to union, minus etc with similar queries Query has one or more views associated with it Table, pivot-table Chart, gauge, funnel chart Title, narrative View and column selectors Views are combined in the compound view Compound view generally displayed in dashboard
110 Answers Formatting Options Columns can be formatted on column, or other column value Colors, fonts, Images and icons Can replace or supplement figures Images can be added to report titles Comes with a library of stock images
111 Oracle BI Interactive Dashboards Main method of interacting with reports Fully interactive Drill on data, graphs Switch between views Drill out to detail Incorporate images, web content Role-based security Lightweight, DHTML
112 Dashboard Interactivity Prompts can be added to dashboard Drop-down lists, multi-select Passes parameters to reports Switch between different views Change columns used in reports
113 Demonstration Creating Reports and Dashboards using Oracle BI Presentation Server
114 Oracle BI Publisher Publishes Answers reports as PDF, XLS, RTF etc Also direct access to metadata layer Pixel-perfect reports Used for distributionquality reporting Integrated into dashboard
115 Oracle BI Delivers Scheduling and distribution Uses ibots ( Intelligent Bots ) Integration (through Java) with BPEL ibot chaining, calling from BPEL, calling BPEL Permits alerts, through execution of Answers reports If report returns rows, alert triggered Alert appears on dashboard, via , SMS, cell phone Can trigger narrative and conditionally-appearing reports on dashboard
116 Dashboard Alerts & Guided Analytics Enables content and layout of dashboard to change based on information analyzed Sections or links can be defined to only appear when there is interesting information in the data
117 Types of Guided Analytics 1.Adding a link to a dashboard, that only appears if a condition is met 2.Making reports appear on the dashboard, when a condition is met Requires two things A report to run, that determines whether the event has happened A report, or link, that you want to appear
118 Step 1 : Create a Trigger Report Create a report that checks for your condition Has a branch fell below its sales threshold? Has a product s year on year sales fallen? Use filters to check for the condition If the report returns rows, the trigger will be met Save to the Web Catalog
119 Step 2 : Add Guided Analytics Link to Dashboard Drag and drop from Dashboard Objects palette Add to dashboard, just under the report to which it is related
120 Step 3 : Edit the Guided Analytics Link Properties Select the report that is run to determine whether the link is displayed Select whether any rows, or no rows, is the trigger Enter link text Select report, dashboard or URL to link to
121 Step 4 : View Link in Dashboard (if Triggered) Link only appears if condition is met Guides user to the next action they should take
122 Making Sections Display Conditionally Individual sections can be displayed conditionally Select Guided Navigation from the section properties Pick the report to run
123 Demonstration Guided Analytics and Conditional Display
124 Summary Oracle BI Answers and Dashboards give you many ways to display and visualize data Many formatting and layout options are now possible Best practices exist for laying out dashboards and presenting data Reports and dashboards can be made interactive and navigable
125 Analytics and DW Using Oracle 11g and Oracle BIEE Lesson 3 : Reporting and Dashboards using OBIEE Presentation Server
126 Analytics and DW Using Oracle 11g and Oracle BIEE Lesson 4 : Analytics and OLAP Analysis using Oracle OLAP and Oracle Essbase
127 The Future Oracle BI&DW Platform Leverages the analytic capabilities of the Oracle database In-database OLAP, data mining, partitioning, analytic queries Scalable store of detail-level data for analysis Business logic and metadata layer provided by Oracle BI Server (OBIEE) Semantic model, calculations, time-series functions, hierarchies Oracle BI Presentation Server (OBIEE) plus Hyperion EPM tools provide Presentation Layer Three-tier BI&DW architecture leverages Oracle RDBMS and OBIEE/Hyperion toolset
128 The Data Services Layer Based around a core Oracle Data Warehouse Or several federated data warehouses Data Warehouse has three tiers Staging Atomic/Normalized Performance/Dimensional ETL process for loading DW OWB (default ETL tool) ODI (heterogenous sources /targets) Data Services Layer also provides real-time and SOA feeds to OBIEE For applications not yet in DW For real-time reports For transitory requirements
129 The Presentation Layer Data access layer, query tools, interfaces, MS Office integration Oracle BI Answers, Dashboard, BI Publisher BI Office integration SOAP (SOA) interface ODBC interface (BO, Cognos etc) Hyperion tools May access Essbase directly, by-passing Business Logic Layer
130 Hyperion Financial Management Tools Financial Management tools Hyperion Planning, Hyperion Performance Scorecard Hyperion Capital Expenses Planning, Hyperion Workforce Planning Essbase OLAP Server Hyperion System 9 infrastructure ex-brio reporting and dashboard tools
131 Oracle OLAP Option Adds multi-dimensional data types and a multi-dimensional engine Stores data in indexed arrays Adds an OLAP API and an SQL access layer (Can be) Faster than star schemas for loading and querying Supports time-series and dimensional queries Based on Express Server technology Provides consistently-fast access to summarized data
132 New Features in Oracle OLAP 11g The latest release of the Oracle Database OLAP Option Continues the objective of embedding OLAP in the database engine SQL SELECT access Cubes stored in Analytic Workspaces Runs faster in 11g, uses SecureFiles instead of LOBs Metadata in the Oracle Data Dictionary Automatic creation of views over AW objects Optimizer now AW view aware CUBE_TABLE for easier direct SQL access CUBE access now detailed in execution plans
133 Essbase Overview Multi-dimensional database engine Calculations, aggregations, forecasting, allocation Foundation for many analytical applications Originally developed by Arbor, merged with Hyperion Software 1998 Part of Oracle Fusion Middleware End-User focused, very popular with business users
134 Essbase Architecture ODBC connectivity to all major RDBMSs, plus SAP B/W Multi-dimensional OLAP engine Java and XML/A mid-tier Essbase query tools or OBIEE+
135 Essbase Analytic Capabilities Drill, pivot, select, compare, rank, sort, filter, group, stack, calculate, annotate, write-back... Reporting tools enabled by database outline Maps to the business
136 Essbase Calculation Ability Wide range of functionality Simple aggregations to complex cross-dimensional allocations Results stored or calculated upon retrieval Relationship-aware Application-wide or subset-specific Conditional and procedural logic
137 Essbase Storage Options Traditionally, Essbase uses the Block Storage Option Useful for dense, sparse/dense cubes Full range of calculations Slower to aggregate Recently introduced, the Aggregate Storage Option Useful for sparse data sets Generally read-only Fast to aggregate Similar storage model to MS AS, Oracle OLAP compressed composites
138 Query and Administration Languages MaxL DDL for systems administration (SQL-like object definition language) create or replace outline on database global.global MDX for accessing data and metadata With set [CUSTOMER_DIM3] as '[CUSTOMER_DIM].Levels(2).members' set [PRODUCT_DIM3] as '[PRODUCT_DIM].Levels(2).members' set [TIME_DIM3] as '[TIME_DIM].Levels(2).members' set [Q] as 'crossjoin ({[CUSTOMER_DIM3]},crossjoin ({[PRODUCT_DIM3]}, {[TIME_DIM3]}))' select { [Accounts].[SALES] } on columns, NON EMPTY {[Q]} properties ANCESTOR_NAMES on rows from [global.global]
139 Essbase Development & Support Tools Analytic Administration Services Analytic Integration Services Analytic Provider Services Hyperion Shared Services
140 Administration Services Three-tier application for administering Essbase Console for editing, maintaining Essbase databases Java, launched through Web browser Allows you to maintain the OLAP database outline Definition of dimensions, hierarchies, measures
141 Integration Services IDE for defining and loading an Essbase database Derive an Essbase cube from a relational star schema Define dimensions, hierarchies, measures Populate cube Set up hybrid (HOLAP) storage Generate calculation scripts
142 OLAP Models and Metamodels Metadata used by Integration Services OLAP Models define the relational star schema used to source data for an Essbase database OLAP Metaoutline defines the dimensional model used in the Essbase database Administration Services can derive the metaoutline from the OLAP Model Outline can then be maintained in the Administration Services Console
143 Provider Services Mid-tier that provides XML/A connectivity, Java API Fail-over, clustering Requirement for OBIEE and Smart View access
144 Smart View for Office Microsoft Office Integration (Word, Excel, Powerpoint) General analytic capability Query designer, linked views Inclusion of Hyperion Visual Explorer Oracle Hyperion Planning Integration UI for Planning off-line BI+ repository Run-time prompts Multi-page support Editing POV of imported objects
145 Essbase Within Oracle BI Framework Adds multi-dimensional analytic server to OBIEE BI Foundation Calculations, fast analysis, predictive modeling
146 Creating an Essbase Cube from Oracle Data 1. Create new OLAP Model using Integration Services 2. Connect to the source database 3. Create fact table and associated Account dimension 4. Create other dimensions, including a time dimension if required 5. Review dimensional model 6. Create hierarchies for the dimensions 7. Create the OLAP Metaoutline, define the measures 8. Create the database using Administration Services, choose storage option 9. Use Integration Services to load members and data 10.Preview OLAP cube in Administration Services
147 Creating in Essbase Cube : Step 1 Start Integration Services console, select New OLAP Model Select ODBC Data Source that provides a connection to the source schema
148 Creating in Essbase Cube : Step 1 Start Integration Services console, select New OLAP Model Select ODBC Data Source that provides a connection to the source schema
149 Creating an Essbase Cube : Step 2 Start up the Integration Services Console, show Intelligent Help (optional) Select Create Fact Table from menu, select table that contains measures Check box to create Account dimension Uncheck box to create Time dimension
150 Creating an Essbase Cube : Step 2 Start up the Integration Services Console, show Intelligent Help (optional) Select Create Fact Table from menu, select table that contains measures Check box to create Account dimension Uncheck box to create Time dimension
151 Creating an Essbase Cube : Step 3 Select Create Dimensions from the application menu
152 Creating an Essbase Cube : Step 3 Select Create Dimensions from the application menu
153 Creating an Essbase Cube : Step 4 View initial model in Integration Services
154 Creating an Essbase Cube : Step 5 Create Hierarchies for all of the dimensions Create TIME_DIM as a Time Dimension Validate and then Save model
155 Creating an Essbase Cube : Step 5 Create Hierarchies for all of the dimensions Create TIME_DIM as a Time Dimension Validate and then Save model
156 Creating an Essbase Cube : Step 6 Create new MetaOutline Base MetaOutline on Model that you just created
157 Creating an Essbase Cube : Step 6 Select Autodetect and create the dimensions from existing hierarchies
158 Creating an Essbase Cube : Step 6 Select Autodetect and create the dimensions from existing hierarchies
159 Creating an Essbase Cube : Step 7 Drag and drop Accounts dimension over to dimension list Set dimensions to dense or sparse, as needed
160 Creating an Essbase Cube : Step 7 Drag and drop Accounts dimension over to dimension list Set dimensions to dense or sparse, as needed
161 Creating an Essbase Cube : Step 8 Use Administration Services to create a new application Select Block Storage or Aggregate Storage
162 Creating an Essbase Cube : Step 8 Use Administration Services to create a new application Select Block Storage or Aggregate Storage
163 Creating an Essbase Cube : Step 9 Use Integration Services to carry out a member and data load
164 Creating an Essbase Cube : Step 9 Use Integration Services to carry out a member and data load
165 Creating an Essbase Cube : Step 9 Use Integration Services to carry out a member and data load
166 Creating an Essbase Cube : Step 10 Use Administration Services to preview the cube Note : if no values in cube, check that use default calc script was selected when performing the member and data load
167 Demonstration Creating an Essbase Cube using Oracle Data
168 Querying Essbase Cubes using Oracle BI EE Essbase is a native data source for Oracle BI Enterprise Edition Uses XMLA compatibility feature of OBIEE Requires OBIEE , or with registry edit HKEY_CURRENT_USER\Software\Oracle Corporation\Oracle BI\Oracle BI Administration Tool\Hidden Features Create new DWORD value called Essbase, set to 1 Some restrictions in release, treat as for evaluation only
169 OBIEE Guidelines & Limitations Measure hierarchies not supported, all measures shown on same level Import process does not know that dimension member names may be unique, you will need to inform OBIEE of this in the logical dimension member properties EVALUATE function can now work against MDX data sources EVALUATE_AGGREGATE function will need to be used for Essbase to natively handle time-series functions (not function shipped by default) Essbase UDAs suppressed by default, can be enabled using EVALUATE Requires Essbase stack Essbase Server Essbase Provider Services 9.3.1
170 Registering an Essbase Cube in OBIEE Step 1 Use Oracle BI Administrator to Import from XMLA Requires Essbase Provider Services to be installed and running
171 Registering an Essbase Cube in OBIEE Step 2 Enter the connection details for the Essbase server URL = <server_name>:13080/aps/xmla Press Update to pre-populate the Data Source field Username = Essbase login ID Password = Essbase password Not Shared Services login
172 Registering an Essbase Cube in OBIEE Step 3 Select the cube that you want to import Essbase cubes are hypercubes, contain measures of the same dimensionality Cube brings across measures and dimensions
173 Registering an Essbase Cube in OBIEE Step 3 Select the cube that you want to import Essbase cubes are hypercubes, contain measures of the same dimensionality Cube brings across measures and dimensions
174 Registering an Essbase Cube in OBIEE Step 4 Cube appears as new database data source in OBIEE Physical layer Note different icons for dimensions and measures All joins are created automatically
175 Registering an Essbase Cube in OBIEE Step 5 Drag physical cube into logical layer All dimensions, joins, tables are automatically created Note that level names do not get imported
176 Registering an Essbase Cube in OBIEE Step 6 Rename levels to correct names
177 Registering an Essbase Cube in OBIEE Step 7 Drag logical model into Presentation Layer Delete all the Level 0 levels Not required, if selected will cause request to error
178 Registering an Essbase Cube in OBIEE Step 8 Presentation layer should now only contain the tidied-up column names, as if it was a relational schema Now ready for reporting against
179 Registering an Essbase Cube in OBIEE Step 9 Create request as normal, results are returned super-fast
180 Demonstration Importing and Reporting against Essbase using Oracle BI Enterprise Edition
181 Oracle Database 11g OLAP Option Overview The latest release of the Oracle Database OLAP Option In-database OLAP, tightly integrated with the Oracle database Data stored in Analytic Workspaces Runs faster in 11g, uses SecureFiles instead of LOBs Queried using SQL, OLAP DML, OLAP API Metadata in the Oracle Data Dictionary Fully compatible with RAC / Grid Computing
182 New Features in Oracle OLAP 11g All AWs run faster through optimized SQL access layer, use of SecureFiles New 11g Cube Mode CUBE_ORGANIZED materialized views CUBE_TABLE SQL access method AWs refreshed using DBMS_MVIEW.REFRESH AWs qualify for query rewrite New query expression syntax Enhancements to AWM Automatic creation of SQL views Data security based on Hierarchies
183 Cube Organized Materialized Views Transparently enhance the query performance of BI applications Data is managed in an Oracle cube Fast refresh Fast query Manage a single cube instead of 100 s of individual MVs Applications query the base relational tables Oracle automatically rewrites the queries to use the OLAP cube Access to the summary data in the OLAP cube is fully transparent
184 Automatic Generation of SQL Views SQL views are automatically created when AW objects are defined Views over dimensions Views over hierarchies Views over cube Denormalized view over cube + dims Fully solved Maintained automatically
185 Cost-Based Aggregation Alternative to level-based pre-aggregation 0 = no pre-summarization 1 = build composite, no pre-summarization Typical figure is 20, 50 is quite high Higher figures tell AWM to precompute more of the aggregate space
186 Positioned As the Oracle Data Warehouse Enhancer Transparent integration with SQL Swap-in replacement for Materialized Views Refreshed and loaded in the same way as Materialized Views Either accessed directly using SQL views, or indirectly through query rewrite
187 Creating an 11g Analytic Workspace Step 1 Start up Analytic Workspace Manager 11g Select OLAP 11g Cube Type
188 Creating an 11g Analytic Workspace Step 2 Create dimensions as normal Create dimension Create levels Create hierarchies Create mappings
189 Creating an 11g Analytic Workspace Step 3 Switch to the Materialized View tab on the dimension Enable MV refresh Select refresh mode Fast does not work on initial release Check compatibility checklist Check MV details
190 Creating an 11g Analytic Workspace Step 4 Build the dimension using the Maintain Dimension menu item Check progress of build, and new CommandOutput log file View dimension in Dimension Viewer
191 Creating an 11g Analytic Workspace Step 4 Build the dimension using the Maintain Dimension menu item Check progress of build, and new CommandOutput log file View dimension in Dimension Viewer
192 Creating an 11g Analytic Workspace Step 5 Analyze the dimension so that it is eligible for Query Rewrite Updates stats used by the Cost-Based Optimizer
193 Creating an 11g Analytic Workspace Step 6 Define the cube as normal New option to aggregate using Cost-based setting % is of the total cube, starting from the bottom hierarchy levels Adds % on to total size of cube (if using compression)
194 Creating an 11g Analytic Workspace Step 7 Use the cube Materialized View tab to set MV parameters Fast refresh does not work (yet) Enable Query Rewrite Check that all conditions are OK Check that the MV Details panel shows the MV as being created
195 Creating an 11g Analytic Workspace Step 8 Use Partitioning Advisor to advise on cube partitioning New in 11g - Capstone Partition can be pre-summarized
196 Creating an 11g Analytic Workspace Step 8 Use Partitioning Advisor to advise on cube partitioning New in 11g - Capstone Partition can be pre-summarized
197 Creating an 11g Analytic Workspace Step 8 Use Partitioning Advisor to advise on cube partitioning New in 11g - Capstone Partition can be pre-summarized
198 Creating an 11g Analytic Workspace Step 9 Storage Advisor recommends storage options to use Compressed vs. regular, dense dimensions vs. sparse Analyzes source data to determine sparsity
199 Creating an 11g Analytic Workspace Step 9 Storage Advisor recommends storage options to use Compressed vs. regular, dense dimensions vs. sparse Analyzes source data to determine sparsity
200 Creating an 11g Analytic Workspace Step 10 Maintain Cube as normal Check new Build Log and CommandOutput log file
201 Creating an 11g Analytic Workspace Step 11 View cube results in AWM Cube Viewer Check that everything aggregates properly, figures look correct
202 Creating an 11g Analytic Workspace Step 12 Create calculations using new Create Calculated Measure dialog New calculation types New expression language SQL-style syntax Easier for non-olap developers to use (Not OLAP DML or MDX)
203 Creating an 11g Analytic Workspace Step 12 Create calculations using new Create Calculated Measure dialog New calculation types New expression language SQL-style syntax Easier for non-olap developers to use (Not OLAP DML or MDX)
204 Creating an 11g Analytic Workspace Step 13 (Optional) Create Cube Script to load cube Steps for clearing dims and measures, loading, analyzing, OLAP DML etc Note - not compatible with MV refresh
205 Creating an 11g Analytic Workspace Step 14 View SQL Views over AW objects in SQL Developer View Materialized Views created by AWM
206 Creating an 11g Analytic Workspace Step 15 Use the MV Advisor to prepare source data for rewrite Create MV logs Create source tab constraints Create relational dimensions
207 Creating an 11g Analytic Workspace Step 16 Write SQL against the base-level tables Rewritten against AW (initial release joins back to dims, in future this will go) explain plan for select sum( u.units), c.market_segment_dsc, t.year_dsc, p.family_id from units_fact u, customer_dim c, time_dim t, product_dim p where u.ship_to_id = c.ship_to_id and u.month_id = t.month_id and u.item_id = p.item_id group by c.market_segment_dsc, t.year_dsc, p.family_id; PLAN_TABLE_OUTPUT Plan hash value: Id Operation Name Rows Bytes Cost (%CPU) Time SELECT STATEMENT (6) 00:00:01 1 HASH GROUP BY (6) 00:00:01 * 2 HASH JOIN (3) 00:00:01 * 3 HASH JOIN (4) 00:00:01 * 4 CUBE SCAN PARTIAL OUTER CB$UNITS (0) 00:00:01 5 TABLE ACCESS FULL TIME_DIM (0) 00:00:01 6 TABLE ACCESS FULL CUSTOMER_DIM (0) 00:00:
208 Demonstration Creating an Oracle Database 11g OLAP Option Cube, Enabling for Query Rewrite and SQL Access
209 Summary Essbase is the analytical OLAP engine provided by Hyperion Standalone analytical applications, engine behind Hyperion Planning etc Query using MDX, Smart View, XML/A applications Powerful query features, calculations, high uptake by business users Integrates with OBIEE via XML/A interface Oracle OLAP is the in-database analytical solution for the Oracle RDBMS Tight SQL integration Accessed through SQL views or through Cube Organized Materialized Views Both are highly capable OLAP servers Essbase aimed at standalone analytical apps, integration with OBIEE Oracle OLAP aimed at database-centric OLAP, also integrates well with OBIEE
210 Analytics and DW Using Oracle 11g and Oracle BIEE Lesson 4 : Analytics and OLAP Analysis using Oracle OLAP and Oracle Essbase
211 Analytics and DW Using Oracle 11g and Oracle BIEE Closing Slides
212 The Oracle 11g Data Warehousing Platform The latest release of the Oracle database Enterprise Edition contains a large number of data warehousing features Partitioning Bitmap indexes Star transformations Compression Options for in-database OLAP and Data Mining Oracle Warehouse Builder for database-centric ETL and Data Quality
213 The Oracle 10g Business Intelligence Platform Based around Oracle Business Intelligence Enterprise Edition Dashboards, Answers, Delivers, Oracle BI Server Complete set of web-based query, reporting and analysis tools Based on Siebel Analytics Heterogeneous database access Logical Business Model Data integration capabilities Add-ons for data integration, real-time decisions
214 Hyperion Financial Management Tools Financial Management tools Hyperion Planning, Hyperion Performance Scorecard Hyperion Capital Expenses Planning, Hyperion Workforce Planning Essbase OLAP Server Hyperion System 9 infrastructure ex-brio reporting and dashboard tools
215 The Future Oracle BI&DW Platform Leverages the analytic capabilities of the Oracle database In-database OLAP, data mining, partitioning, analytic queries Scalable store of detail-level data for analysis Business logic and metadata layer provided by Oracle BI Server (OBIEE) Semantic model, calculations, time-series functions, hierarchies Oracle BI Presentation Server (OBIEE) plus Hyperion EPM tools provide Presentation Layer Three-tier BI&DW architecture leverages Oracle RDBMS and OBIEE/Hyperion toolset
216 Analytics and DW Using Oracle 11g and OBIEE 10g An in-depth look at the technologies behind Oracle s future BI&DW platform What s new in Oracle Database 11g for data warehousing How the Oracle BI Server provides the business logic for your BI&DW platform Creating the Enterprise Semantic Model, how the technology works and what are its strengths and weaknesses Where to place calculations, summaries and hierarchies in your architecture How Oracle BI Presentation Server provides dashboards and reports (and what it s missing in the current release) Where the Hyperion tools fit in What s new in Oracle OLAP 11g, and an introduction to Oracle Essbase
217 And Finally... Thank you all for attending I hope today has been of interest to you Please remember to complete the seminar evaluations Leave your contact details with me to forward on the slides Have a safe journey home Goodbye!
Oracle BI Suite Enterprise Edition For Discoverer Users. Mark Rittman, Rittman Mead Consulting http://www.rittmanmead.com
Oracle BI Suite Enterprise Edition For Discoverer Users Mark Rittman, Rittman Mead Consulting http://www.rittmanmead.com Who Am I? Oracle BI&W Architecture & Development Specialist The Rittman of Rittman
Oracle OLAP 11g and Oracle Essbase
Oracle OLAP 11g and Oracle Essbase Mark Rittman, Director, Rittman Mead Consulting Who Am I? Oracle BI&W Architecture and Development Specialist Co-Founder of Rittman Mead Consulting Oracle BI&W Project
An Oracle BI and EPM Development Roadmap
An Oracle BI and EPM Development Roadmap Mark Rittman, Director, Rittman Mead UKOUG Financials SIG, September 2009 1 Who Am I? Oracle BI&W Architecture and Development Specialist Co-Founder of Rittman
A Future Oracle BI/DW Architecture
A Future Oracle BI/DW Architecture Mark Rittman, Director, Rittman Mead Consulting Philadelphia Oracle Users Group, October 2008 Who Am I? Oracle BI&W Architecture and Development Specialist Co-Founder
Migrating a Discoverer System to Oracle Business Intelligence Enterprise Edition
Migrating a Discoverer System to Oracle Business Intelligence Enterprise Edition Milena Gerova President Bulgarian Oracle User Group [email protected] Who am I Project Manager in TechnoLogica Ltd
Oracle Business Intelligence Platform Value Proposition. Richard Rodriguez, Corporate Technologies
Oracle Business Intelligence Platform Value Proposition Richard Rodriguez, Corporate Technologies BI Challenges Today not easy to achieve! Fragmented Inconsistent Report-centric Restricted Non-Intuitive
OBIEE 11g Scaleout & Clustering
OBIEE 11g Scaleout & Clustering Borkur Steingrimsson, Rittman Mead Consulting Collaborate, Orlando, April 2011 Agenda Review OBIEE Architecture Installation Scenarios : Desktop, Departmental, Enterprise
Creating Hybrid Relational-Multidimensional Data Models using OBIEE and Essbase by Mark Rittman and Venkatakrishnan J
Creating Hybrid Relational-Multidimensional Data Models using OBIEE and Essbase by Mark Rittman and Venkatakrishnan J ODTUG Kaleidoscope Conference June 2009, Monterey, USA Oracle Business Intelligence
ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS
ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS PRODUCT FACTS & FEATURES KEY FEATURES Comprehensive, best-of-breed capabilities 100 percent thin client interface Intelligence across multiple
ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS
Oracle Fusion editions of Oracle's Hyperion performance management products are currently available only on Microsoft Windows server platforms. The following is intended to outline our general product
IT FUSION CONFERENCE. Build a Better Foundation for Business
IT FUSION CONFERENCE Build a Better Foundation for Business The Oracle Business Intelligence Foundation: Technology for Pervasive Intelligence Kyungtae kim Today s BI Track Agenda
OBIEE 11g Data Modeling Best Practices
OBIEE 11g Data Modeling Best Practices Mark Rittman, Director, Rittman Mead Oracle Open World 2010, San Francisco, September 2010 Introductions Mark Rittman, Co-Founder of Rittman Mead Oracle ACE Director,
Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC 10.1.3.4.1
Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC 10.1.3.4.1 Mark Rittman, Director, Rittman Mead Consulting for Collaborate 09, Florida, USA,
OBIEE/Business Intelligence Applications Simplified
OBIEE/Business Intelligence Applications Simplified Vivek Jain, Managing Consultant, IBM (GBS) Rahul Kundavaram, Senior Principal Consultant, Oracle Dec 8, 2010 Introduction Introduction to Business Intelligence
Migrating Discoverer to OBIEE Lessons Learned. Presented By Presented By Naren Thota Infosemantics, Inc.
Migrating Discoverer to OBIEE Lessons Learned Presented By Presented By Naren Thota Infosemantics, Inc. Professional Background Partner/OBIEE Architect at Infosemantics, Inc. Experience with BI solutions
Oracle Warehouse Builder 10g
Oracle Warehouse Builder 10g Architectural White paper February 2004 Table of contents INTRODUCTION... 3 OVERVIEW... 4 THE DESIGN COMPONENT... 4 THE RUNTIME COMPONENT... 5 THE DESIGN ARCHITECTURE... 6
Oracle Business B. Intelligence. Products Roadmap. Ljiljana Perica, Oracle Business Solution Team Leader
Oracle Business B Intelligence Products Roadmap Ljiljana Perica, Oracle Business Solution Team Leader 1 Oracle is the Worldwide Leader in Business Analytics Oracle BI Applications #1 in Analytic Applications
ORACLE OLAP. Oracle OLAP is embedded in the Oracle Database kernel and runs in the same database process
ORACLE OLAP KEY FEATURES AND BENEFITS FAST ANSWERS TO TOUGH QUESTIONS EASILY KEY FEATURES & BENEFITS World class analytic engine Superior query performance Simple SQL access to advanced analytics Enhanced
Oracle Business Intelligence Foundation Suite 11g Essentials Exam Study Guide
Oracle Business Intelligence Foundation Suite 11g Essentials Exam Study Guide Joshua Jeyasingh Senior Technical Account Manager WW A&C Partner Enablement Objective & Audience Objective Help you prepare
Oracle Data Integrator 11g New Features & OBIEE Integration. Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect
Oracle Data Integrator 11g New Features & OBIEE Integration Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect Agenda 01. Overview & The Architecture 02. New Features Productivity,
Introduction to Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence
Introduction to Oracle Business Intelligence Standard Edition One Mike Donohue Senior Manager, Product Management Oracle Business Intelligence The following is intended to outline our general product direction.
Data Integration and ETL with Oracle Warehouse Builder NEW
Oracle University Appelez-nous: +33 (0) 1 57 60 20 81 Data Integration and ETL with Oracle Warehouse Builder NEW Durée: 5 Jours Description In this 5-day hands-on course, students explore the concepts,
OBIEE DEVELOPER RESUME
1 of 5 05/01/2015 13:14 OBIEE DEVELOPER RESUME Java Developers/Architects Resumes Please note that this is a not a Job Board - We are an I.T Staffing Company and we provide candidates on a Contract basis.
Building Cubes and Analyzing Data using Oracle OLAP 11g
Building Cubes and Analyzing Data using Oracle OLAP 11g Collaborate '08 Session 219 Chris Claterbos [email protected] Vlamis Software Solutions, Inc. 816-729-1034 http://www.vlamis.com Copyright 2007,
MDM and Data Warehousing Complement Each Other
Master Management MDM and Warehousing Complement Each Other Greater business value from both 2011 IBM Corporation Executive Summary Master Management (MDM) and Warehousing (DW) complement each other There
ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION
ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION EXECUTIVE SUMMARY Oracle business intelligence solutions are complete, open, and integrated. Key components of Oracle business intelligence
ENTERPRISE EDITION ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE DATA INTEGRATOR
ORACLE DATA INTEGRATOR ENTERPRISE EDITION KEY FEATURES AND BENEFITS ORACLE DATA INTEGRATOR ENTERPRISE EDITION OFFERS LEADING PERFORMANCE, IMPROVED PRODUCTIVITY, FLEXIBILITY AND LOWEST TOTAL COST OF OWNERSHIP
Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks
Oracle Business Intelligence Enterprise Edition (OBIEE) Training: Working with Oracle Business Intelligence Answers Introduction to Oracle BI Answers Working with requests in Oracle BI Answers Using advanced
ORACLE DATA INTEGRATOR ENTERPRISE EDITION
ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION KEY FEATURES Out-of-box integration with databases, ERPs, CRMs, B2B systems, flat files, XML data, LDAP, JDBC, ODBC Knowledge
MicroStrategy Course Catalog
MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY
Oracle Business Intelligence 11g Business Dashboard Management
Oracle Business Intelligence 11g Business Dashboard Management Thomas Oestreich Chief EPM STrategist Tool Proliferation is Inefficient and Costly Disconnected Systems; Competing Analytic
<Insert Picture Here> Extending Hyperion BI with the Oracle BI Server
Extending Hyperion BI with the Oracle BI Server Mark Ostroff Sr. BI Solutions Consultant Agenda Hyperion BI versus Hyperion BI with OBI Server Benefits of using Hyperion BI with the
OWB Users, Enter The New ODI World
OWB Users, Enter The New ODI World Kulvinder Hari Oracle Introduction Oracle Data Integrator (ODI) is a best-of-breed data integration platform focused on fast bulk data movement and handling complex data
Reporting component for templates, reports and documents. Formerly XML Publisher.
Fusion Middleware Product TLA Description Comments Access Manager OAM Offers single-sign on, access policy creation and enforcement, self-service, delegated administration, password management, reporting
Budgeting and Planning with Microsoft Excel and Oracle OLAP
Copyright 2009, Vlamis Software Solutions, Inc. Budgeting and Planning with Microsoft Excel and Oracle OLAP Dan Vlamis and Cathye Pendley [email protected] [email protected] Vlamis Software Solutions,
ORACLE BUSINESS INTELLIGENCE WORKSHOP
ORACLE BUSINESS INTELLIGENCE WORKSHOP Integration of Oracle BI Publisher with Oracle Business Intelligence Enterprise Edition Purpose This tutorial mainly covers how Oracle BI Publisher is integrated with
<Insert Picture Here> Oracle BI Standard Edition One The Right BI Foundation for the Emerging Enterprise
Oracle BI Standard Edition One The Right BI Foundation for the Emerging Enterprise Business Intelligence is the #1 Priority the most important technology in 2007 is business intelligence
Oracle Business Intelligence Suite Enterprise Edition Plus Technical Overview. An Oracle White Paper November 2007
Oracle Business Intelligence Suite Enterprise Edition Plus Technical Overview An Oracle White Paper November 2007 NOTE: The following is intended to outline our general product direction. It is intended
OBIEE 11g : Answers, Dashboards & More
OBIEE 11g : Answers, Dashboards & More Mark Rittman, Director, Rittman Mead Oracle Open World, San Francisco, September 2010 Introductions Mark Rittman, Co-Founder of Rittman Mead Oracle ACE Director,
Oracle Business Intelligence Suite Enterprise Edition
Oracle Business Intelligence Suite Enterprise Edition Name: Tom Harris Title: Senior Sales Consultant Public Sector BI Phone: (301)253-6568 Email: [email protected] Oracle Business
By Makesh Kannaiyan [email protected] 8/27/2011 1
Integration between SAP BusinessObjects and Netweaver By Makesh Kannaiyan [email protected] 8/27/2011 1 Agenda Evolution of BO Business Intelligence suite Integration Integration after 4.0 release
Data Integration and ETL with Oracle Warehouse Builder: Part 1
Oracle University Contact Us: + 38516306373 Data Integration and ETL with Oracle Warehouse Builder: Part 1 Duration: 3 Days What you will learn This Data Integration and ETL with Oracle Warehouse Builder:
ORACLE BUSINESS INTELLIGENCE WORKSHOP
ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business
s@lm@n Oracle Exam 1z0-591 Oracle Business Intelligence Foundation Suite 11g Essentials Version: 6.6 [ Total Questions: 120 ]
s@lm@n Oracle Exam 1z0-591 Oracle Business Intelligence Foundation Suite 11g Essentials Version: 6.6 [ Total Questions: 120 ] Question No : 1 A customer would like to create a change and a % Change for
ORACLE DATA INTEGRATOR ENTEPRISE EDITION FOR BUSINESS INTELLIGENCE
ORACLE DATA INTEGRATOR ENTEPRISE EDITION FOR BUSINESS INTELLIGENCE KEY FEATURES AND BENEFITS (E-LT architecture delivers highest performance. Integrated metadata for alignment between Business Intelligence
Exploring the Synergistic Relationships Between BPC, BW and HANA
September 9 11, 2013 Anaheim, California Exploring the Synergistic Relationships Between, BW and HANA Sheldon Edelstein SAP Database and Solution Management Learning Points SAP Business Planning and Consolidation
New Features in Oracle Business Intelligence Suite Enterprise Edition 10g Release 3. An Oracle White Paper January 2007
New Features in Oracle Business Intelligence Suite Enterprise Edition 10g Release 3 An Oracle White Paper January 2007 TABLE OF CONTENTS Overview of Oracle BI Suite Enterprise Edition... 3 Information
Oracle BIEE and SOA Integration : Step by Step. Mark Rittman, Director, Rittman Mead Consulting
Oracle BIEE and SOA Integration : Step by Step Mark Rittman, Director, Rittman Mead Consulting What is Service-Orientated Architecture? Not a technology or product, more a design approach Exposure of product
Participant Guide RP301: Ad Hoc Business Intelligence Reporting
RP301: Ad Hoc Business Intelligence Reporting State of Kansas As of April 28, 2010 Final TABLE OF CONTENTS Course Overview... 4 Course Objectives... 4 Agenda... 4 Lesson 1: Reviewing the Data Warehouse...
Oracle Database 11g for Data Warehousing
Oracle Database 11g for Data Warehousing Hermann Bär - Director Product Management, Data Warehousing Oracle DW Strategy Best Database for BI/DW 30 years of innovation No other database
uncommon thinking ORACLE BUSINESS INTELLIGENCE ENTERPRISE EDITION ONSITE TRAINING OUTLINES
OBIEE 11G: CREATE ANALYSIS AND DASHBOARDS: 11.1.1.7 DURATION: 4 DAYS Course Description: This course provides step-by-step instructions for creating analyses and dashboards, which compose business intelligence
Using Oracle Data Integrator with Essbase, Planning and the Rest of the Oracle EPM Products
Using Oracle Data Integrator with Essbase, Planning and the Rest of the Oracle EPM Products Edward Roske [email protected] BLOG: LookSmarter.blogspot.com WEBSITE: www.interrel.com TWITTER: ERoske 2 4
SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days
SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days SSIS Training Prerequisites All SSIS training attendees should have prior experience working with SQL Server. Hands-on/Lecture
TOP 10 TIPS AND TRICKS FOR ORACLE BUSINESS INTELLIGENCE SESSION #12061
TOP 10 TIPS AND TRICKS FOR ORACLE BUSINESS INTELLIGENCE SESSION #12061 Patrick Callahan AST Corporation Practice Director, Business Intelligence & EPM [email protected] www.astcorporation.com
Outlines. Business Intelligence. What Is Business Intelligence? Data mining life cycle
Outlines Business Intelligence Lecture 15 Why integrate BI into your smart client application? Integrating Mining into your application Integrating into your application What Is Business Intelligence?
Sisense. Product Highlights. www.sisense.com
Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze
Oracle Business Intelligence EE. Prab h akar A lu ri
Oracle Business Intelligence EE Prab h akar A lu ri Agenda 1.Overview 2.Components 3.Oracle Business Intelligence Server 4.Oracle Business Intelligence Dashboards 5.Oracle Business Intelligence Answers
SQL SERVER TRAINING CURRICULUM
SQL SERVER TRAINING CURRICULUM Complete SQL Server 2000/2005 for Developers Management and Administration Overview Creating databases and transaction logs Managing the file system Server and database configuration
Service Oriented Data Management
Service Oriented Management Nabin Bilas Integration Architect Integration & SOA: Agenda Integration Overview 5 Reasons Why Is Critical to SOA Oracle Integration Solution Integration
Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities
Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities April, 2013 gaddsoftware.com Table of content 1. Introduction... 3 2. Vendor briefings questions and answers... 3 2.1.
Business Intelligence and Service Oriented Architectures. An Oracle White Paper May 2007
Business Intelligence and Service Oriented Architectures An Oracle White Paper May 2007 Note: The following is intended to outline our general product direction. It is intended for information purposes
Oracle BI Applications (BI Apps) is a prebuilt business intelligence solution.
1 2 Oracle BI Applications (BI Apps) is a prebuilt business intelligence solution. BI Apps supports Oracle sources, such as Oracle E-Business Suite Applications, Oracle's Siebel Applications, Oracle's
Microsoft Business Intelligence
Microsoft Business Intelligence P L A T F O R M O V E R V I E W M A R C H 1 8 TH, 2 0 0 9 C H U C K R U S S E L L S E N I O R P A R T N E R C O L L E C T I V E I N T E L L I G E N C E I N C. C R U S S
ORACLE BUSINESS INTELLIGENCE FOUNDATION SUITE 11g WHAT S NEW
ORACLE BUSINESS INTELLIGENCEFOUNDATION SUITE 11g DATA SHEET Disclaimer: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not
Oracle Business Intelligence Suite Enterprise Edition Overview and Benefits
Oracle Business Intelligence Suite Enterprise Edition Overview and Benefits Ajay Arora Principal Enterprise Architect [email protected] BI Challenges Today Siloed Fragmented
SAP BO Course Details
SAP BO Course Details By Besant Technologies Course Name Category Venue SAP BO SAP Besant Technologies No.24, Nagendra Nagar, Velachery Main Road, Address Velachery, Chennai 600 042 Landmark Opposite to
Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide. Version 10.1.3.2 December 2006
Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide Version 10.1.3.2 December 2006 Part Number: B31767-01 Copyright 2006, Oracle. All rights reserved. The Programs (which
IBM Cognos 8 Business Intelligence Analysis Discover the factors driving business performance
Data Sheet IBM Cognos 8 Business Intelligence Analysis Discover the factors driving business performance Overview Multidimensional analysis is a powerful means of extracting maximum value from your corporate
NEW FEATURES ORACLE ESSBASE STUDIO
ORACLE ESSBASE STUDIO RELEASE 11.1.1 NEW FEATURES CONTENTS IN BRIEF Introducing Essbase Studio... 2 From Integration Services to Essbase Studio... 2 Essbase Studio Features... 4 Installation and Configuration...
Oracle Business Intelligence Server Administration Guide. Version 10.1.3.2 December 2006
Oracle Business Intelligence Server Administration Guide Version 10.1.3.2 December 2006 Part Number: B31770-01 Copyright 2006, Oracle. All rights reserved. The Programs (which include both the software
CS2032 Data warehousing and Data Mining Unit II Page 1
UNIT II BUSINESS ANALYSIS Reporting Query tools and Applications The data warehouse is accessed using an end-user query and reporting tool from Business Objects. Business Objects provides several tools
Oracle's Hyperion Shared Services. Readme. Purpose. Release 11.1.2.0.00
Oracle's Hyperion Shared Services Release 11.1.2.0.00 Readme [Skip Navigation Links] Purpose... 1 New Features... 2 General... 2 Security Administration... 2 Lifecycle Management... 3 Shared Services Taskflows...
IBM Cognos 8 Business Intelligence Reporting Meet all your reporting requirements
Data Sheet IBM Cognos 8 Business Intelligence Reporting Meet all your reporting requirements Overview Reporting requirements have changed dramatically in organizations. Organizations today are much more
<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region
Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region 1977 Oracle Database 30 Years of Sustained Innovation Database Vault Transparent Data Encryption
GoldenGate and ODI - A Perfect Match for Real-Time Data Warehousing
GoldenGate and ODI - A Perfect Match for Real-Time Data Warehousing Michael Rainey, Principal Consultant, Rittman Mead RMOUG Training Days, February 2013 About me... Michael Rainey, Principal Consultant,
Fusion Applications Overview of Business Intelligence and Reporting components
Fusion Applications Overview of Business Intelligence and Reporting components This document briefly lists the components, their common acronyms and the functionality that they bring to Fusion Applications.
Open Source Business Intelligence Intro
Open Source Business Intelligence Intro Stefano Scamuzzo Senior Technical Manager Architecture & Consulting Research & Innovation Division Engineering Ingegneria Informatica The Open Source Question In
Quick start. A project with SpagoBI 3.x
Quick start. A project with SpagoBI 3.x Summary: 1 SPAGOBI...2 2 SOFTWARE DOWNLOAD...4 3 SOFTWARE INSTALLATION AND CONFIGURATION...5 3.1 Installing SpagoBI Server...5 3.2Installing SpagoBI Studio and Meta...6
Oracle BI Suite Enterprise Edition
Oracle BI Suite Enterprise Edition Optimising BI EE using Oracle OLAP and Essbase Antony Heljula Technical Architect Peak Indicators Limited Agenda Overview When Do You Need a Cube Engine? Example Problem
SAP BUSINESS OBJECTS BO BI 4.1 amron
0 Training Details Course Duration: 65 hours Training + Assignments + Actual Project Based Case Studies Training Materials: All attendees will receive, Assignment after each module, Video recording of
SAS BI Course Content; Introduction to DWH / BI Concepts
SAS BI Course Content; Introduction to DWH / BI Concepts SAS Web Report Studio 4.2 SAS EG 4.2 SAS Information Delivery Portal 4.2 SAS Data Integration Studio 4.2 SAS BI Dashboard 4.2 SAS Management Console
Oracle Data Integrator Technical Overview. An Oracle White Paper Updated December 2006
Oracle Data Integrator Technical Overview An Oracle White Paper Updated December 2006 Oracle Data Integrator Technical Overview Introduction... 3 E-LT Architecture... 3 Traditional ETL... 3 E-LT... 4 Declarative
BI VERDICT. The ultimate report on Business Intelligence. TIBCO Spotfire 5. [Analysts: Dr. Christian Fuchs, Larissa Seidler, April 2013]
THE BI VERDICT The ultimate report on Business Intelligence TIBCO Spotfire 5 BARC Product Review Analyst Verdict Conclusion [Analysts: Dr. Christian Fuchs, Larissa Seidler, April 2013] This document is
Microsoft Services Exceed your business with Microsoft SharePoint Server 2010
Microsoft Services Exceed your business with Microsoft SharePoint Server 2010 Business Intelligence Suite Alexandre Mendeiros, SQL Server Premier Field Engineer January 2012 Agenda Microsoft Business Intelligence
1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.
1 Copyright 2011, Oracle and/or its affiliates. All rights ORACLE PRODUCT LOGO Session ID: 17202 Oracle Fusion Applications - Technology Essentials Overview Nadia Bendjedou Senior Director Product Strategy,
AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014
AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 Career Details Duration 105 hours Prerequisites This career requires that you meet the following prerequisites: Working knowledge
SAP BO 4.1 COURSE CONTENT
Data warehousing/dimensional modeling/ SAP BW 7.0 Concepts 1. OLTP vs. OLAP 2. Types of OLAP 3. Multi Dimensional Modeling Of SAP BW 7.0 4. SAP BW 7.0 Cubes, DSO s,multi Providers, Infosets 5. Business
Business Insight Report Authoring Getting Started Guide
Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,
SAP Business Objects XIR3.0/3.1, BI 4.0 & 4.1 Course Content
SAP Business Objects XIR3.0/3.1, BI 4.0 & 4.1 Course Content SAP Business Objects Web Intelligence and BI Launch Pad 4.0 Introducing Web Intelligence BI launch pad: What's new in 4.0 Customizing BI launch
SQL Server Administrator Introduction - 3 Days Objectives
SQL Server Administrator Introduction - 3 Days INTRODUCTION TO MICROSOFT SQL SERVER Exploring the components of SQL Server Identifying SQL Server administration tasks INSTALLING SQL SERVER Identifying
Online Courses. Version 9 Comprehensive Series. What's New Series
Version 9 Comprehensive Series MicroStrategy Distribution Services Online Key Features Distribution Services for End Users Administering Subscriptions in Web Configuring Distribution Services Monitoring
CalPlanning. Smart View Essbase Ad Hoc Analysis
1 CalPlanning CalPlanning Smart View Essbase Ad Hoc Analysis Agenda Overview Introduction to Smart View & Essbase 4 Step Smart View Essbase Ad Hoc Analysis Approach 1. Plot Dimensions 2. Drill into Data
ETL-EXTRACT, TRANSFORM & LOAD TESTING
ETL-EXTRACT, TRANSFORM & LOAD TESTING Rajesh Popli Manager (Quality), Nagarro Software Pvt. Ltd., Gurgaon, INDIA [email protected] ABSTRACT Data is most important part in any organization. Data
