oracle business intelligence enterprise edition-obiee 11g

Upload: rampradeep17

Post on 04-Apr-2018

227 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    1/28

    Oracle Business Intelligence Enterprise EditionOBIEE

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    2/28

    What is OBIEE?What is OBIEE?What is OBIEE?What is OBIEE?OBIEE stands for Oracle Business Intelligence EnterpriseEdition (Formerly known as Siebel analytics). In old fashionlanguage Siebel Analytics is a Data Warehouse that werecoming out of the box with pre configured ETL mappingsfrom source (Siebel CRM) to target (DW)with its reporting

    component DASHBOARD.When Oracle Corp. acquired Siebel System and decided tomake Siebel analytics their flagship analytic engine andrenamed it OBIEE (obiee server + ETL engine+ Reporting).

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    3/28

    Oracle Business Intelligence Enterprise Edition(OBIEE) isdistributed in different versions

    OBIEE Standard EditionOBIEE Standard EditionOBIEE Standard EditionOBIEE Standard Edition - is optimized to work with Oracledata and applications. It includes Oracle Discoverer, OracleSpreadsheet plug-in.OBIEE Enterprise EditionOBIEE Enterprise EditionOBIEE Enterprise EditionOBIEE Enterprise Edition - ---is a complete, integrated BI system

    designed for the small to medium size business orworkgroup.OBIEE EE PlusOBIEE EE PlusOBIEE EE PlusOBIEE EE Plus - bundles key Oracle Hyperion reportingproducts for integrated reporting with Oracle Hyperionfinancial applications.

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    4/28

    OBIEE PlusOBIEE PlusOBIEE PlusOBIEE PlusComprehensive BI functionality built on a unifiedInfrastructure.Integrates with Any data source, ETL Tools and all majordatabases supported including IBM DB/2, Teradata, MS SQLServer, SAP BW, Microsoft Analysis Services, Flat files, XML

    Data etc.Includes Hyperion Products such as Hyperion Web Analysis,Hyperion Financial Reporting, Hyperion Interactive Reporting.

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    5/28

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    6/28

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    7/28

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    8/28

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    9/28

    Theres still the basic concept of a BI Server, Presentation Server, RPD and so on, but its now all managed and insome cases hosted, using WebLogic Server, the J2EE application server that Oracle have adopted following theacquisition of BEA.WebLogic together with associated technologies such as OPMN, DMS and ODL are much more prominent and if youre going to be administering an OBIEE 11g system (including running it on your own desktop), youll begetting to know WebLogic pretty well, together with the latest version of Oracle Enterprise Manager.The diagram below shows the high-level architecture for OBIEE 11g, with the diagram showing a single OBIEE BIDomain, a container for a complete, single (and perhaps clustered) installation of OBIEE 11g.

    At this high level, components in OBIEE 11g can be divided into two types:

    1. Java Components, the parts of OBIEE that are written in J2EE and run directly in the application server. Thesecomponents include BI Publisher, the BI Office plugin, the BI Security Service, BI SOA Services, BI Action Servicesand the JMX MBeans that are used for configuring OBIEE .

    2. System Components, which were implemented as Windows services in 10g, and include the BI Server, BIPresentation Server, BI Scheduler and BI Cluster Controller.The Java Components and System Components are managed through a number of tools, including FusionMiddleware Control (aka Enterprise Manager), Weblogic Server Admin Console and OPMN. All of thesecomponents connect to a repository database, which can be any recent Oracle database.

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    10/28

    WebLogic installation has at least one admin server, and usually one or more managed servers .1. The Admin Server contains the admin console application, used to administer managed servers, and Fusion

    Middleware Control, used to administer OBIEE 11g2. One or more Managed Servers, which contain the J2EE OBIEE applications plus the coreapplication System

    Components.The admin server console is generally used to manage WebLogic-level tasks (starting up managed servers,communicating with the node manager etc), whilst the majority of the OBIEE administration is carried out usingFusion Middleware Control (which sometimes gets referred to as Enterprise Manager).

    There are some key Fusion Middleware technologies, terminology and utilities that youll need to get to knowwhen starting to work with OBIEE 11g.

    1. WebLogic Server (often abbreviated to WLS) : this is the J2EE application server that Oracle uses across the boardfor all their 11g BI applications, such as Essbase 11.1.2, Discoverer 11g, BI Publisher 11g , Real Time Decisions11g. Its also used for the upcoming Fusion ERP applications, and is the default application server that you getwith JDeveloper 11g. In the past its role in OBIEE was performed by OC4J and Oracle Application Server (whichused OC4J under the covers), and both of these in 11g have been replaced by the core WebLogic Server, with

    JRockit (as opposed to the Sun JVM) generally used as the JVM (thanks Simon H for the clarification in thecomments).

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    11/28

    1. OPMN (or Oracle Process Manager and Notification Server to give it its full name) : You may have first comeacross this in Oracle Application Server 10g, where it was used to start up the various Application Servercomponents (OC4J_BI_Forms, OC4J_Portal etc). Its since been adopted across the technology stack to start,

    stop and monitor processes across distributed servers, and its used in OBIEE 11g to do the same for thesystem components (BI Server, BI Presentation Server, BI Scheduler and BI Cluster Controller). You can eitheraccess OPMN through the command line (opmnctl), or Oracles recommended approach is to use a graphicalinterface within Fusion Middleware Control. OPMN is also used in the 11g stack to control Essbase,Discoverer and other BI components, so its a tool thats worth learning.

    2. DMS, or Dynamic Monitoring System, works alongside OPMN and provides statistics on the variouscomponents which can be persisted in a database. This will definitely be interesting when it comes toperformance monitoring and optimization for 11g.

    3. ODL, Oracle Diagnostic Logging, is a centralized framework for logging. Again, interesting for performance,though not all logs (nqquery.log, for example) are covered by it.

    4. JPS (Java Platform Security) and CSF (Credential Store Framework) are just two parts of security in 11g.Security is a big change in 11g with users no longer stored in the RPD (including the Administrator user,which has now gone), and users, roles and groups now managed by WebLogic, linking out to LDAP serversas necessary.

    Once the WebLogic Server admin server is up and running, your first step is to log into the WebLogic adminconsole (typically, at http://localhost:7001/console) and navigate to the Server view. You then instruct theNode Manager to start WebLogic managed server, which typically takes a couple of minutes to complete.

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    12/28

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    13/28

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    14/28

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    15/28

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    16/28

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    17/28

    OBIEE Documentation is available athttp://www.oracle.com/technology/documentation/bi_ee.html

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    18/28

    Most Recent Version 11.1.1.3.0OBIEE needs a web server

    Current installation uses Weblogic Server

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    19/28

    Oracle BI Presentation ServerOracle BI Presentation ServerOracle BI Presentation ServerOracle BI Presentation Server It is the backend server forAnswers, Dashboard

    Oracle BI ServerOracle BI ServerOracle BI ServerOracle BI Server It is the back end server for Administrationand metadata. It creates and stores the metadata repositories.Oracle BI SchedulerOracle BI SchedulerOracle BI SchedulerOracle BI Scheduler It is the backend server for Delivers. Itruns all the ibots and scheduled jobs. It takes care of

    delivering contents from OBIEE Delivers.

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    20/28

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    21/28

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    22/28

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    23/28

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    24/28

    Alert Personalized and actionable content delivered as aresult of iBot action.

    Delivery Profile specifies which devices to use to delivercontent based on the priority of the content.ibots It is a software based intelligent agent used to access,filter and perform analytics on Data. ibots can be setup to be

    event based or scheduled.

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    25/28

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    26/28

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    27/28

    www.coriolisys.com

  • 7/31/2019 Oracle Business Intelligence Enterprise Edition-OBIEE 11g

    28/28

    New Yorks CPR (City Wide Performance Reporting) site :http://www.nyc.gov/html/ops/cpr/html/home/home.shtml

    www.coriolisys.com