RSS

Category Archives: OBIEE 11g

OBIEE 11.1.1.9.0 is released – Improved UI and features

Oracle has released new OBIEE 11.1.1.9.0 and available for download. Some highlights of the new features in this version are:

  • Improved installer
  • NOT supported on 32-bits Operating Systems.
  • Better Administration Features: New monitoring operations via Mbeans,additional information in Usage Tracking tables, new INSTANCECONFIG.xml and NQSCONFIG.INI settings
  • Improved Aggregate Persistence wizard to generate the aggregates with levels auto-correct and etc.
  • Selection Steps & Hierarchical columns can be override with the initialization blocks with its initialization string written in JSON syntax.
  • New light weighted UI Skin: Skyros, Similar to Oracle BI Cloud Service
  • HTML5 output is supported and can be configured as default output format. So flash limits will not stop your analysis on any devices.
  • More settings to configure the exports: columns formatting, Width, No.of rows etc..
  • Ability to save calculated column to reuse in other analysis
  • Better and simple UI (skin & Style) customization with a centralized master CSS and images in one directory.
  • Improved Scheduler WebService methods gives more flexibility to manage the OBIEE Agents programmatically.

And many more can be found in New Features document: https://docs.oracle.com/middleware/11119/biee/BIEUG/whatsnew.htm#BIEUG13418

References:

Download at: http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bi-downloads-2537285.html
New intuitive Documentation Link: https://docs.oracle.com/middleware/11119/bisuite/index.html
System Certification Matrix: http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html

Thanks,
Shiva Molabanti

 

Tags: , ,

Oracle BICS and Identity Management – A New Security Architecture

Oracle BI Cloud Service, a part of PaaS, offers a highly scalable, multi-tenant Oracle BI environment that is integrated with Oracle Cloud store. Oracle BI Cloud Service features Presentation Services to create analyses and dashboards, Oracle Database Cloud Service integration, self-service web-client Data Loader and Data Modeler, simple administration, and integrated Identity Management for Security (Authentication & Authorization) Services.

When you subscribe BICS service, you will be to register for access to the Oracle Public Cloud at cloud.oracle.com. The Oracle Public Cloud is that it is built on Oracle’s Identity Management platform. Here, the Identity Managementis part of the Common Services layer and secures Oracle Public Cloud.

Out of the gate, the identity management services of the Oracle Public Cloud consist of an LDAP based identity store and a Single Sign-On (SSO) access management service. When you subscribe any oracle Public Cloud service of any type, i.e. whether it is a BI Cloud Service or a DB service, it is automatically added to your Tenant Services Group. All applications in your services group are integrated and SSO with IDM automatically and you will be login to all your Service Group apps seamlessly, without typing the login credentials for each one.

Oracle BICS Architecture:

In oracle Public cloud, when a user registers, their account and credential information is stored in Oracle Internet Directory. When a user has access to several services across Oracle Public, the single sign-on is handled by Oracle Access Manager. When a user account is disabled, it can be disabled across all services.

Oracle Identity Management Platform consists of three functional pillars and underlying platform services, as shown in the following figure:

BICS and IDM:

In Oracle BI Cloud Services, the Authentication and Authorization have been configured and maintained in Oracle IDM. That means, you have to maintain all your Oracle BI Cloud Service User accounts and Roles in integrated IDM.

Oracle BI Cloud Service – Security: simpler View:

Only the Identity Management administrators perform user management for Oracle BI Cloud Service in the Oracle Cloud Portal by managing identity domains. The identity domain contains users and roles that provide authentication to multiple Oracle Cloud services.

To secure your Oracle BI Cloud Service, apart from Authentication integration, everything is same as in OBIEE 11g. Oracle BI CS enables service administrators to provision identity domain users to use specific functionality in their Oracle BI Cloud Service instance by assigning application roles. An application role controls access to functionality available in Oracle BI Cloud Service.

Quick look at the hierarchy of predefined application Roles in BICS:



Highlights:

The Oracle IDM has been Optimized Directory as a user store and policy store, Single Sign-On via Oracle Access Manager for web access control, perimeter protection for all pages and a single point to manage user access and password management for all Oracle Public Cloud applications including Oracle BI Cloud Services.

In Simple terms, Oracle IDM is Authentication and Authoriztaion Source for Oracle BICS. The IDM platform approach is industry standard integration and pays huge dividends in the Oracle Cloud.

Thanks,
Shiva Molabanti

 
 

Tags: , , , , , , , , , , , , , , , ,

Reporting Capabilities in Oracle BICS with respect to OBIEE 11g

In today’s technological landscape there’s an ever-accelerating demand for increased efficiency and effectiveness. As organizations evaluate new solutions, they must consider the effective end-user adoption of every technology prior to implementation, particularly as the cost of deployment and training are often driven by the rate of user adoption. So every organization requires a careful evaluation of the tool, as well as its potential for end-user adoption.

To enable all users to tap into the most pertinent data, whenever and wherever they need it, Oracle has introduced, Oracle BI Cloud Service. The new Oracle BI CS is familiar with the users of OBIEE 11g. In some areas, Oracle BICS provides nearly identical features and functionality to Oracle BI EE. These similarities enable users to become more productive more quickly using Oracle BI Cloud Service. That said, you don’t need any special skills/training, just your current OBIEE analyzing and visualizing hands on skills are enough to adopt this new BICS.

What’s new?

Oracle BICS is designed with a fresh, lighter weight UI by integrating a new style called Skyros. It is exciting to see how quickly oracle is enhancing BI capabilities and visualizations components that provide significant graphical and tabular capabilities for analyzing data. In that direction, Oracle BI CS is being modernized and introduced following new features/components (in this V1 release).

Treemap view

Treemaps organize hierarchical data by grouping the data into rectangles (known as tiles). Treemaps display tiles based on the size of one measure and the color of the second measure.

The following figure shows an example of simple treemap view.
It shows the rectangles space filled with the “Size” and “Color” proportional to the “#Leads” across different Lead Sources.

By default, the first measure of the analysis in the Criteria tab is selected as the Size By measure, and the second measure is selected as the Color By measure. If there is only one measure in the analysis, this measure is the default for both Size By and Color By options. Additionally, the Style element defaults to Percentile Binning with “quartile” as the value for the number of bins.

Treemap view has the following characteristics:

  • Tiles are colored by percentile binning or continuous color fill.
  • First Group By dimension is displayed as the group (header) label.
  • The order of the Group By dimensions implies the nesting order within the treemap. The last dimension in the Group By is the lowest level and this dimension name is displayed as the tile label. If the label is too long to fit on the tile, then it is truncated. Full values for the labels display in the tooltip.

Global Variables

In addition to session, Presentation and Request variables, BICS introduces a new variable called Global Variables. A global variable is a column created by combining a specific data type with a value. The value can be a Date, Date and Time, Number, Text, and Time.

You create a global value during the process of creating an analysis by using the Edit Column Formula dialog. The global variable is then saved in the catalog and made available to all other analyses within a specific tenant system.

The global variable is evaluated at the time the analysis is executed, and the value of the global variable is substituted appropriately.

Syntax for calling Global Variables in BICS Analysis:

                                   @{global.variables.variablename}

where variablename is the name of the global variable, for example, gv_region. When referencing a global variable, you must use the fully qualified name as indicated in the example.

For example: @{global.variables.gv_txt_multiply_rev}

Note: Only users with the “BIAdvancedContentAuthor” role can manage (add, edit, and delete) global variables.

 

Thanks,
Shiva Molabanti

 
 

Tags: , , , , , ,

Oracle Business Intelligence Cloud Service (BICS) – Overview

Oracle has release new Oracle has introduced Oracle Business Intelligence Cloud Service (BICS) and now it is GA and available for subscriptions. Now With the advent of Oracle BICS, You can bring critical analytics to those who need them and can use the information to improve business operations when it counts, and not have to learn of problems weeks and even months after they appear, as is the case with many traditional BI systems. And Over the past few weeks I have been participated in Oracle BICS beta program. And, evaluated various real world scenarios and possible deployment options.

Introduction to Oracle BICS

The Oracle Business Intelligence Cloud Service (BICS), a part of Oracle Analytics Cloud, which offers the most comprehensive analytics cloud suite on the planet. With built-in mobile capabilities, Oracle BI Cloud Service helps speed and improve decision-making across the organization by lowering the barrier to entry for users providing secure, comprehensive information access with the simplicity and cost-effectiveness of the cloud.

Oracle BICS is the industry’s first BI platform in the cloud that makes analytics available to everyone, from the workgroup to the enterprise. BI Cloud Service endues users of any skill level, from any department, to easily combine data from diverse sources and quickly create rich, interactive analytic applications and reports.

Why Oracle BICS?

  • Multi-tenant OBI
  • Based on Oracle’s proven BI technology, it helps users to quickly create rich, interactive data-driven insights and data visualizations to users throughout an organization.
  • Integrated with industry-leading Oracle Database Cloud (At this moment, this is a Schemas-as-Service).
  • BICS is optimized for the cloud and empowers users to combine data from diverse sources, including other cloud solutions, as well as on-premises and third-party applications. There are multiple ways to load data, from importing files self-service to ongoing data integrations, including web-based file loading, direct queries, ETL integrations, a REST API, and more.
  • Built-in Mobile capability. It provides better support for device-delivered information, such as to dashboards or reports intended for smartphones and tablets.
  • The service simplifies both the preparation of data for reporting and the creation, management, and deployment of analyses. The service offers many self-service capabilities such as loading your data and creating reports for your line of business.
  • Most importantly, it is secured with industry’s highest level security standards (SSAE 16 Type II Certified).
  • 99.5% Availability.
  • SaaS model – Oracle Managed Patching and upgrades (you don’t need to chase the patches. now they are just automatic for you).
  • The Oracle BI Cloud Service is offered as-a-service subscription model rather than a huge one-time purchase cost. So customers can deploy this right away, to small groups, business departments, or the entire organization, with no capital costs.

Features

The new Oracle BICS has togged with all the features of OBIEE 11g and newfangled cloud-native developer tools to model, integrate and analyze your data. Currently BICS does not include other OBIEE components: BI Publisher, Delivers, Essbase, Smart View, MapViews or Invoke Actions.

  • Proven Rich Reporting platform based on OBIEE Dashboards
  • Powerful Analysis platform based on OBIEE Answers
  • Mobile ready support based on OBIEE Mobile HD
  • Browser based thin Data modeling (RPD gone to cloud)
  • Seeded Time Dimension
  • Variety of Data Integration Options:
    • BICS Data Loader: Simple File upload
    • BICS REST API*: Recommended for ETL integration
    • SQL Developer: Interactive data loading and administration
    • DBCS REST API: Define your own custom API
    • PL/SQL Data Import: Generic Web Services data import
  • Intuitive Security and Administration
  • A fresh, lighter weight UI with new Skin & Style called “Skyros”: Skyros leverage’s the newest standard in page stylesheets, CSS3, and is less image-based than the earlier FusionFX-simple skin, improving speed, flexibility, and consistency. As you can see in the screenshots below, this includes changes to things like borders & gradients in all pages. It is also easier to customize, for example all colors have been organized into related anchor and derivative groups, making extensive changes much easier

Benefits

Oracle BI Cloud Service allows users of all technical levels to quickly and easily create meaningful analytic applications by providing a service that is:

  • Quick to start: With simple, wizard-driven data import and data model introspection, business users can build analyses, BI applications, or data mashups, without any programming or specialized analytics skills.
  • Easy to adopt: An interactive user interface with integrated guidance and tutorials improves productivity and adoption. Users with prior knowledge of Oracle BI can utilize the service right away, without retraining. Cloud-based industry best practices will also be included.
  • Mobile: Built-in mobile capabilities offer analysis on-the-go, including touch, drill, and interact features, with no additional development necessary. Additionally, Oracle BI Cloud Service is equipped for offline use, with fine-grained security to manage access and visibility.
  • Flexible: For more custom queries and data-loading choices, users can leverage programming interfaces for deeper integration.

How secure is the Oracle BICS?

1. Identity

Oracle BICS is built on Oracle’s Identity Management platform. And BICS is multi-tenant and so every subscription is identified with its Identity Domain. The Identity Domain specifies the Company tenant ID.

When a user registers, their account and credential information is stored in Oracle Internet Directory. When a user has access to several services across Oracle cloud, the single sign-on is handled by Oracle Access Manager. When a user account is disabled, it can be disabled across all services. The Identity Management is part of the Common Services layer and secures Oracle Public Cloud services.

2. Data

And Data is stored in the Oracle Database Cloud Service which is hosted in the Oracle Public Cloud. The Oracle Database is well-known for its data security, and the Oracle Cloud keeps your data completely isolated from that of other companies. Oracle Cloud services also offer market-leading security features – including encryption, virus scan and whitelist support. Oracle Cloud data centers offer embassy-grade physical and logical security. The services employ management controls, operational controls, and technical controls and are aligned with the security framework of ISO (International Organization for Standardization) and IEC (International Electrotechnical Commission), specifically ISO/IEC 27002:2005, Code of Practice for Information Security Management and ISO/IEC 27001:2005 standards.

Lastly, BICS greatly reduces Administration efforts:

With Oracle BI Cloud, organizations can reduce the costs and resources required to deploy analytic applications, while retaining comprehensive governance of the data pipeline. Benefits include:

  • Scalability: The cloud-based model allows organizations to add new users and applications as requirements change.
  • Availability: Oracle Cloud delivers high availability, while Oracle optimizes speed by offloading analytic workloads to the cloud.
  • Security: Data and BI applications are part of the Oracle Cloud, which meets the industry’s highest security standards and is completely owned and operated by Oracle, helping ensure data does not travel to third parties.
  • Simplicity: Oracle manages patching and upgrade cycles, further freeing up IT resources and ensuring immediate availability of the latest capabilities.
  • Elasticity: The service offers the power of the Oracle Database and sophisticated Oracle BI capabilities to support current and future comprehensive analytic needs.

Subscription and Pricing:

We can subscribe Oracle BICS monthly. Each subscription has been offered with two independent environments (Pre-Prod and Production) with separate Database and BI Service.

The Pricing information can be found at https://cloud.oracle.com/business_intelligence_saas?tabID=1410551506786

Thanks,
Shiva Molabanti

 
 

Tags: , , , , , , , , , , , , , , , ,