You are on page 1of 20

Address: B-125, Sector -2, Noida 201301, India

Mob: 9810306956/8130778822/8130778881
Board: 0120-2540300/400
E-mail: info@multisoftsystems.com



Software Development & Education Center


ENTERPRISE EDITION

OBIEE Developer

Oracle University | Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709
Oracle Database: Introduction to SQL
Duration: 5 Days
What you will learn
This course helps you write subqueries, combine multiple queries into a single query using SET operators and report
aggregated data using group functions. Learn this and more through hands-on exercises.
Learn To:
Understand the basic concepts of relational databases ensure refined code by developers.
Create reports of sorted and restricted data.
Run data manipulation statements (DML).
Control database access to specific objects.
Manage schema objects.
Manage objects with data dictionary views.
Retrieve row and column data from tables.
Control privileges at the object and system level.
Create indexes and constraints; alter existing schema objects.
Create and query external tables.
Learn Advanced Features of SQL
In order to query and manipulate data within the database, use the dictionary views to retrieve metadata and create
reports about their schema objects, you'll learn to understand the advanced features of SQL. Some of the date-time
functions available in the Oracle Database are also covered. This course also discusses how to use the regular
expression support in SQL.
Development Tools
In this course, the main development tool used is Oracle SQL Developer. SQL*Plus is available as an optional
development tool. This is appropriate for a 10g and 11g audience. There are minor changes between 10g and 11g
features in SQL.
This course is a combination of Oracle Database: SQL Fundamentals I and Oracle Database: SQL Fundamentals II
courses.
Audience
Application Developers
Business Analysts
Data Warehouse Administrator
Developer
Forms Developer
PL/SQL Developer
Copyright 2012, Oracle. All rights reserved. Page 1
System Analysts
Related Training
Required Prerequisites
Familiarity with data processing concepts and techniques
Data processing
Course Objectives
Display data from multiple tables using the ANSI SQL 99 JOIN syntax.
Identify the major structural components of the Oracle Database 11g.
Create reports of aggregated data.
Write SELECT statements that include queries.
Retrieve row and column data from tables.
Run data manipulation statements (DML) in Oracle Database 11g.
Create tables to store data.
Utilize views to display data.
Control database access to specific objects.
Manage schema objects.
Manage objects with data dictionary views.
Write multiple-column sub-queries.
Employ SQL functions to retrieve customized data.
Use scalar and correlated sub-queries.
Use the regular expression support in SQL.
Create reports of sorted and restricted data.
Course Topics
Introduction to Oracle Database
List the features of Oracle Database 11g
Discuss the basic design, theoretical, and physical aspects of a relational database
Copyright 2012, Oracle. All rights reserved. Page 2
Categorize the different types of SQL statements
Describe the data set used by the course
Log on to the database using SQL Developer environment
Save queries to files and use script files in SQL Developer
Retrieve Data using the SQL SELECT Statement
List the capabilities of SQL SELECT statements
Generate a report of data from the output of a basic SELECT statement
Select All Columns
Select Specific Columns
Use Column Heading Defaults
Use Arithmetic Operators
Understand Operator Precedence
Learn the DESCRIBE command to display the table structure
Learn to Restrict and Sort Data
Write queries that contain a WHERE clause to limit the output retrieved
List the comparison operators and logical operators that are used in a WHERE clause
Describe the rules of precedence for comparison and logical operators
Use character string literals in the WHERE clause
Write queries that contain an ORDER BY clause to sort the output of a SELECT statement
Sort output in descending and ascending order
Usage of Single-Row Functions to Customize Output
Describe the differences between single row and multiple row functions
Manipulate strings with character function in the SELECT and WHERE clauses
Manipulate numbers with the ROUND, TRUNC, and MOD functions
Perform arithmetic with date data
Manipulate dates with the DATE functions
Invoke Conversion Functions and Conditional Expressions
Describe implicit and explicit data type conversion
Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions
Nest multiple functions
Apply the NVL, NULLIF, and COALESCE functions to data
Use conditional IF THEN ELSE logic in a SELECT statement
Aggregate Data Using the Group Functions
Use the aggregation functions to produce meaningful reports
Divide the retrieved data in groups by using the GROUP BY clause
Exclude groups of data by using the HAVING clause
Display Data From Multiple Tables Using Joins
Write SELECT statements to access data from more than one table
View data that generally does not meet a join condition by using outer joins
Join a table to itself by using a self join
Use Sub-queries to Solve Queries
Describe the types of problem that sub-queries can solve
Define sub-queries
List the types of sub-queries
Write single-row and multiple-row sub-queries
Copyright 2012, Oracle. All rights reserved. Page 3
The SET Operators
Describe the SET operators
Use a SET operator to combine multiple queries into a single query
Control the order of rows returned
Data Manipulation Statements
Describe each DML statement
Insert rows into a table
Change rows in a table by the UPDATE statement
Delete rows from a table with the DELETE statement
Save and discard changes with the COMMIT and ROLLBACK statements
Explain read consistency
Use of DDL Statements to Create and Manage Tables
Categorize the main database objects
Review the table structure
List the data types available for columns
Create a simple table
Decipher how constraints can be created at table creation
Describe how schema objects work
Other Schema Objects
Create a simple and complex view
Retrieve data from views
Create, maintain, and use sequences
Create and maintain indexes
Create private and public synonyms
Control User Access
Differentiate system privileges from object privileges
Create Users
Grant System Privileges
Create and Grant Privileges to a Role
Change Your Password
Grant Object Privileges
How to pass on privileges?
Revoke Object Privileges
Management of Schema Objects
Add, Modify, and Drop a Column
Add, Drop, and Defer a Constraint
How to enable and Disable a Constraint?
Create and Remove Indexes
Create a Function-Based Index
Perform Flashback Operations
Create an External Table by Using ORACLE_LOADER and by Using ORACLE_DATAPUMP
Query External Tables
Manage Objects with Data Dictionary Views
Explain the data dictionary
Use the Dictionary Views
USER_OBJECTS and ALL_OBJECTS Views
Copyright 2012, Oracle. All rights reserved. Page 4
Table and Column Information
Query the dictionary views for constraint information
Query the dictionary views for view, sequence, index and synonym information
Add a comment to a table
Query the dictionary views for comment information
Manipulate Large Data Sets
Use Subqueries to Manipulate Data
Retrieve Data Using a Subquery as Source
Insert Using a Subquery as a Target
Usage of the WITH CHECK OPTION Keyword on DML Statements
List the types of Multitable INSERT Statements
Use Multitable INSERT Statements
Merge rows in a table
Track Changes in Data over a period of time
Data Management in different Time Zones
Time Zones
CURRENT_DATE, CURRENT_TIMESTAMP, and LOCALTIMESTAMP
Compare Date and Time in a Sessions Time Zone
DBTIMEZONE and SESSIONTIMEZONE
Difference between DATE and TIMESTAMP
INTERVAL Data Types
Use EXTRACT, TZ_OFFSET and FROM_TZ
Invoke TO_TIMESTAMP,TO_YMINTERVAL and TO_DSINTERVAL
Retrieve Data Using Sub-queries
Multiple-Column Subqueries
Pairwise and Nonpairwise Comparison
Scalar Subquery Expressions
Solve problems with Correlated Subqueries
Update and Delete Rows Using Correlated Subqueries
The EXISTS and NOT EXISTS operators
Invoke the WITH clause
The Recursive WITH clause
Regular Expression Support
Use the Regular Expressions Functions and Conditions in SQL
Use Meta Characters with Regular Expressions
Perform a Basic Search using the REGEXP_LIKE function
Find patterns using the REGEXP_INSTR function
Extract Substrings using the REGEXP_SUBSTR function
Replace Patterns Using the REGEXP_REPLACE function
Usage of Sub-Expressions with Regular Expression Support
Implement the REGEXP_COUNT function
Copyright 2012, Oracle. All rights reserved. Page 5
Oracle University | Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709
Oracle BI 11g R1: Create Analyses and Dashboards NEW
Duration: 4 Days
What you will learn
This course provides step-by-step instructions for creating Oracle BI analyses and dashboards in business intelligence
applications. You'll begin by building basic analyses to include in dashboards, with more complexity as the course
progresses.
Learn To:
Build analyses and dashboards.
Build and use views and graphs in analyses.
Create and work with KPIs and scorecards.
Create and modify Oracle BI dashboards.
Administer objects in the Presentation Services Catalog.
Use Oracle Business Intelligence Mobile to access BI content.
Include pivot tables, graphs, gauges, maps, prompts, embedded content, navigation links, key performance indicators
(KPIs) & scorecards on the dashboards.
Use Oracle BI Delivers to send real-time, personalized alerts to dashboards and subscribed users.
Use Oracle BI Mobile to access BI content on mobile devices.
You'll also learn to use Oracle BI for Microsoft Office to integrate Oracle BI data and views in presentations and
spreadsheets. Explore the use of Oracle BI Briefing Books and BI Composer, while learning to administer objects in the
Oracle BI Presentation Catalog.
This course concludes with a case study where step-by-step instructions for building analyses and dashboards are
scaled back. This allows you to practice the skills acquired in previous lessons. An appendix is included that covers the
architecture and benefits of Oracle Exalytics BI Machine.
Audience
Application Developers
Business Analysts
Business Intelligence Developer
Developer
End Users
Functional Implementer
Technical Administrator
Technical Consultant
Course Objectives
Copyright 2012, Oracle. All rights reserved. Page 1
Combine analysis criteria across multiple subject areas and execute direct database queries
Perform pre- and post-aggregate filtering using filters, groups, and selections
Build and use views and charts in analyses
Create analyses using Essbase data sources
Add geographical mapping to analyses
Use BI Mobile to access BI Content
Use Key Performance Indicators and Scorecards to analyze trends and meet business objectives
Create and modify Interactive Dashboards
Use hierarchical columns in analyses and views
Create guided navigation links within Interactive Dashboards
Use Delivers to configure Agents to get the results of analyses and deliver them to subscribers
Create and modify Oracle Business Intelligence analyses using Analyses Editor
Perform administration tasks related to the development and configuration of Interactive Dashboards
Administer analyses and other Oracle BI objects
Use Oracle BI for Microsoft Office to integrate Oracle BI analysis and Interactive Dashboard content into Office
documents
Use BI Composer
Course Topics
Introducing Oracle Business Intelligence Enterprise Edition
Introduction to Oracle BI
Architecture overview
Working with Oracle Business Intelligence Analyses
Introduction to Oracle BI Analysis Editor
Oracle BI column types
Working with analyses in Oracle BI
Using advanced formatting
Administering the Presentation Catalog
Oracle BI and catalog security overview
Managing security using roles
Understanding security inheritance
Setting object permissions
Copyright 2012, Oracle. All rights reserved. Page 2
Setting system privileges
Archiving catalog items
Limiting and Grouping Data in Analyses
Introduction to filters and selections
Creating, editing, and grouping filters
Adding prompts to analyses
Dynamic filtering
Using saved analyses as filters
Creating groups
Creating calculated items
Creating selection steps
Oracle Business Intelligence Analyses: Advanced Features
Setting analysis properties
Combining analysis criteria by using set operations
Executing direct database analyses
Editing logical SQL generated by an analysis
Creating a link to a saved analysis
Creating an Excel Web Query file
Working with Views and Graphs in Analyses
Introduction to views, graphs, and editors
Working with views in Compound Layouts
Creating and editing graphs
Linking master-detail views
Performing common view tasks
Visualizing Data: Gauges, Maps, and Mobile
Working with Gauge views
Creating and editing Map views
Working with and searching content in BI Mobile
Measuring Results with Key Performance Indicators
Creating KPIs, setting trending, dimensionality, and thresholds
Creating a KPI Watchlist
Changing Dimensionality for a KPI Watchlist event
Showing Results With Pivot Tables
Creating, arranging, and formatting a pivot table
Using hierarchical columns
Sorting in pivot tables
Setting aggregation and using totals
Showing an item's relative value
Building calculations and displaying running sums
Creating Oracle Business Intelligence Dashboards
Creating and editing dashboards
Using the Dashboard Builder
Exploring dashboard object properties and options
Publishing dashboard pages
Creating personal customizations and using other page options
Copyright 2012, Oracle. All rights reserved. Page 3
Configuring Oracle Business Intelligence Dashboards
Exploring types of dashboard content
Embedding content in dashboards
Creating Dashboard Prompts and Variables
Understanding variables
Adding a named dashboard prompt to a dashboard
Adding a hidden named dashboard prompt to a dashboard
Creating additional prompt page and setting page preferences
Adding variable prompts to a dashboard
Using Oracle Business Intelligence Delivers
Configuring delivery devices and adding delivery profiles
Adding an Alert Section to a dashboard
Configuring an Agent
Using Analysis and KPI conditions to deliver content with Agents
Subscribing to an Agent
Integrating Analyses with MS Office
Working with Oracle BI content in Microsoft Office applications
Working with Oracle Business Intelligence Briefing Books
Adding content to Briefing Books
Editing Briefing Books
Downloading and viewing Briefing Books
Adding a list of Briefing Books to a dashboard
Using Briefing Books with Oracle BI Delivers
Scorecarding
Identifying the objects and components of Oracle Scorecard and Strategy Management
Creating a scorecard
Editing a scorecard
Copyright 2012, Oracle. All rights reserved. Page 4
Oracle University | Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709
Oracle BI 11g R1: Build Repositories
Duration: 5 Days
What you will learn
This course teaches you step-by-step procedures to build and verify the three layers of an Oracle BI repository. You'll
begin by using the Oracle BI Administration Tool to construct a simple repository to address a fictitious company's
business requirements.
Learn To:
Build and execute analyses to test and verify a dimensional business model.
Use the Oracle BI Adminstration Tool to administer Oracle BI Server.
Use the Oracle BI Administration Tool to build, manage and maintain an Oracle BI repository.
Build a dimensional business model to address business intelligence requirements.
Validate your work by creating and running analyses, and verifying query results using the query log.
Build Logical Business Models
This course will teach you how to import schemas, design and build logical business models and expose business
models to users in the Oracle BI user interface. While constructing the repository, you'll learn how to build physical and
logical joins, simple measures and calculation measures.
Logical Dimension Hierarchies
You'll then extend the initial repository and learn how to model more complex business requirements, such as logical
dimension hierarchies, multiple logical table sources, aggregate tables, partitions and time series data.
Oracle BI Server Security
This course will teach you how to implement Oracle BI Server security and manage the Oracle BI Server cache. Learn
how to set up a multi-user development environment and use Administration Tool wizards and utilities to manage,
maintain and enhance repositories.
Advanced Course Topics
Finally, explore more advanced topics, like implicit fact columns, bridge tables, usage tracking, multilingual
environments, write back and patch merge. An appendix is included, which covers architecture and the benefits of the
Oracle Exalytics BI Machine.
Audience
Application Developers
Copyright 2012, Oracle. All rights reserved. Page 1
Business Analysts
Business Intelligence Developer
Data Modelers
Data Warehouse Administrator
Data Warehouse Analyst
Data Warehouse Developer
Reports Developer
Related Training
Suggested Prerequisites
Basic SQL
Data warehouse design
Database design
Dimensional modeling
Oracle BI 11g R1: Create Analyses and Dashboards
Oracle BI 11g R1: Create Analyses and Dashboards NEW
Course Objectives
Set up security to authenticate users and assign appropriate permissions and privileges
Build the Physical, Business Model and Mapping, and Presentation layers of a repository
Build and run analyses to test and validate a repository
Build simple and calculated measures for a fact table
Create logical dimension hierarchies and level-based measures
Model aggregate tables to speed query processing
Model partitions and fragments to improve application performance and usability
Use variables to streamline administrative tasks and modify metadata content dynamically
Use time series functions to support historical time comparison analyses
Apply cache management techniques to maintain and enhance query performance
Set up query logging for testing and debugging
Set up a multiuser development environment
Use Administration Tool wizards and utilities to manage, maintain, and enchance repositories
Copyright 2012, Oracle. All rights reserved. Page 2
Enable usage tracking to track queries and database usage, and improve query performance
Perform a patch merge in a development-to-production scenario
Course Topics
Repository Basics
Exploring Oracle BI architecture components
Exploring a repository's structure, features, and functions
Using the Oracle BI Administration Tool
Creating a repository
Loading a repository into Oracle BI Server memory
Building the Physical Layer of a Repository
Importing data sources
Setting up connection pool properties
Defining keys and joins
Examining physical layer object properties
Creating alias tables
Building the Business Model and Mapping Layer of a Repository
Building a business model
Building logical tables, columns, and sources
Defining logical joins
Building measures
Examining business model object properties
Building the Presentation Layer of a Repository
Exploring Presentation layer objects
Creating Presentation layer objects
Modifying Presentation layer objects
Examining Presentation layer object properties
Testing and Validating a Repository
Checking repository consistency
Turning on logging
Defining a repository in the initialization file
Executing analyses to test a repository
Inspecting the query log
Managing Logical Table Sources
Adding multiple logical table sources to a logical table
Specifying logical content
Adding Calculations to a Fact
Creating new calculation measures based on existing logical columns
Creating new calculation measures based on physical columns
Creating new calculation measures using the Calculation Wizard
Creating measures using functions
Copyright 2012, Oracle. All rights reserved. Page 3
Working with Logical Dimensions
Creating logical dimension hierarchies
Creating level-based measures
Creating share measures
Creating dimension-specific aggregation rules
Creating presentation hierarchies
Creating parent-child hierarchies
Using calculated members
Using Aggregates
Modeling aggregate tables to improve query performance
Setting the number of elements in a hierarchy
Testing aggregate navigation
Using the Aggregate Persistence Wizard
Using Partitions and Fragments
Exploring partition types
Modeling partitions in an Oracle BI repository
Using the Calculation Wizard to create derived measures
Using Repository Variables
Creating session variables
Creating repository variables
Creating initialization blocks
Using the Variable Manager
Using dynamic repository variables as filters
Modeling Time Series Data
Using time comparisons in business analysis
Using Oracle BI time series functions to model time series data
Modeling Many-to-Many Relationships
Using bridge tables to resolve many-to-many relationships between dimension tables and fact tables
Setting an Implicit Fact Column
Adding fact columns automatically to dimension-only queries
Ensuring the expected results for dimension-only queries
Selecting a predetermined fact table source
Specifying a default join path between dimension tables
Importing Metadata from Multidimensional Data Sources
Importing a multidimensional data source into a repository
Incorporating horizontal federation into a business model
Incorporating vertical federation into a business model
Adding Essbase measures to a relational model
Displaying data from multidimensional sources in Oracle BI analyses and dashboards
Security
Exploring Oracle BI default security settings
Creating users and groups
Creating application roles
Setting up object permissions
Copyright 2012, Oracle. All rights reserved. Page 4
Setting row-level security (data filters)
Setting query limits and timing restrictions
Cache Management
Restricting tables as non-cacheable
Using Cache Manager
Inspecting cache reports
Purging cache entries
Modifying cache parameters and options
Seeding the cache
Enabling Usage Tracking
Setting up the sample usage tracking repository
Tracking and storing Oracle BI Server usage at the detailed query level
Using usage tracking statistics to optimize query performance and aggregation strategies
Analyzing usage results using Oracle BI Answers and other reporting tools
Multiuser Development
Setting up a multiuser development environment
Developing a repository using multiple developers
Tracking development project history
Performing a Patch Merge
Comparing repositories
Equalizing objects
Creating a patch
Applying a patch
Making merge decisions
Copyright 2012, Oracle. All rights reserved. Page 5
Oracle University | Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709
Oracle Endeca Information Discovery 2.3: Getting Started
Duration: 3 Days
What you will learn
This is a three-day course for data architects, application developers, and business analysts. It encompasses an
introduction to the concepts of Oracle Endeca Information Discovery data exploration and ingest, as well as hands-on
interaction in developing an Oracle Endeca Information Discovery sample business application using Integrator and
Studio.
Throughout the class you will learn about the core concepts specific to the Oracle Endeca Information Discovery product
line. You will spend time getting introduced to Oracle Endeca Information Discovery becoming acquainted with
Integrator which configures your data and Studio that drives your application's user experience and encourages
successful end-user discovery. You will become familiar with the Oracle Endeca Information Discovery sample business
application assets and work with its data to build out your own Oracle Endeca Information Discovery analysis
application.
Through the hands-on lessons in the class, you will learn the details of how to work with and load different data in the
context of your sample application. You will start with ingesting data using the Integrator. You will then build a basic
results page, using search, breadcrumbs, guided navigation and data explorer components in Studio. Next you are
introduced to the concepts of data modeling and joining data and how it can enhance your guided navigation
experience. The next portion of the class covers the process of adding a search interface through the Integrator, then
verifying its function and behavior through the search box component in your sample application. You will continue to
enhance your guided navigation through creating attribute groups in Studio. Next, you will work with Integrator to create
precedence rules, then verify your results with your guided navigation component in Studio. In the next phase of the
class you will cover advanced topics such as Oracle Endeca Information Discovery deployment features, data ingest
and modeling, text enrichment, and security. In the last phase of the class, you will be introduced to building
visualizations with charts, metric bars, alerts, results table and tag cloud Studio components. Through class labs, you
will be guided in building Endeca Query Language (EQL) statements and configuring Studio components to successfully
deliver the necessary enhancements to build your sample application.
Audience
Application Developers
Architect
Business Analysts
Related Training
Required Prerequisites
Familiarity with search and navigation concepts
Windows OS experience
Copyright 2012, Oracle. All rights reserved. Page 1
Course Objectives
Load data and configuration using Integrator
Manipulate data in an Integrator graph
Access Studio components, add them to a sample application and configure various preferences in them
Configure Guided Navigation
Configure and enhance search through features such as search interfaces
Understand the aspects of data modeling using Oracle Endeca Information Discovery
Create enhanced visualizations by writing a variety of Endeca Query Language (EQL) statements in Studio
Create views in View Manager to use to configure chart components in Studio
Course Topics
Oracle Endeca Information Discovery Core Concepts
Introduction to Oracle Endeca Information Discovery
Data Ingest
Capabilities: Overview
Studio: Overview
Data Exploration in an Oracle Endeca Information Discovery Application
Basic Data Design
Project Basics with Oracle Endeca Information Discovery
Working with Studio
Data Modeling and Joining Data
Search and Navigation Configuration Enhancements
Introduction to Search
Enhancing Navigation
Advanced Topics
Data Ingest and Modeling: Overview
Text Enrichment in Oracle Endeca Information Discovery
Oracle Endeca Information Discovery Deployment Features
Security
Configuring Enhanced Visualizations
Introduction to the Endeca Query Language
Creating and Using Views
Next Steps for Enablement
Copyright 2012, Oracle. All rights reserved. Page 2
Oracle University | Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709
Oracle BI 11g: New Features and Exalytics Coming Soon
Duration: 1 Day
What you will learn
This course teaches you about the BI Machine, its benefits, components, and architecture. You learn about the
enhancements in Oracle BI EE and Oracle BI Publisher. You also learn about Oracle Summary Adviser (a component
designed to help you improve performance), BI Composer (an easy to use wizard for creating analyses), and
enhancements in BI Mobile.
Learn To:
Describe Oracle Exalytics In-Memory Machine
Use the Favorites menu, install BI Clients and use additional Selection Steps in Analyses
Create Trellis graphs and use new dashboard prompts properties in Oracle BI EE
Create a BI Publisher report by using the new Create Report wizard, use dashboard prompt properties, edit scheduled
jobs, and create a scheduled job by using a trigger
Create an analysis by using BI Composer
Describe the new features in Scorecard
Describe the touch gestures and options in BI Mobile
Run and use the Summary Adviser to improve performance
Audience
Administrator
Application Developers
Business Analysts
Business Intelligence Developer
Developer
Implementation Consultant
Reports Developer
Technical Consultant
Related Training
Required Prerequisites
Knowledge of BI Publisher
Knowledge of OBIEE
Oracle BI 11g R1: Create Analyses and Dashboards
Oracle BI Publisher 11g R1: Fundamentals
Suggested Prerequisites
Oracle BI 11g R1: Build Repositories
Course Objectives
Describe and use enhancements to Oracle BI EE
Create an analysis by using BI Composer
Copyright 2012, Oracle. All rights reserved. Page 1
Describe and use Summary Advisor
Understand enhancements to Enterprise Manager
Describe Oracle Exalytics In-Memory Machine
Describe enhancements for BI Mobile
Describe and use enhancements in BI Publisher
Course Topics
Exploring Extreme Analytics with the BI Machine
Oracle Exalytics In-Memory Machine Overview
Why Use Oracle Exalytics In-Memory Machine?
Examining Oracle Exalytics Topology
Oracle Analytics In-Memory Architecture
Oracle WebLogic Server, BI Foundation, and Fusion Middleware
TimesTen and "Essbase on Exalytics"
Techniques for leveraging In-Memory Databases
Benefits of Exalytics
Enhancing Oracle BI Enterprise Edition
Oracle BI EE housekeeping changes (My Account, Favorites menu, BI Client Installer, Search)
Right-click Interaction Menus
Examining the Selection Steps view
Enhancing Selections - Family Relationships (Siblings of, Leaves of)
Enhancing BI Views and Prompts
Creating Simple Trellis graphs
Creating Advanced Trellis graphs
Optional Apply and Reset buttons
Auto-complete functionality
Options for Reset Buttons
Edit and Copy links
Vertical or horizontal layout for Prompts
Enhancing Oracle BI Publisher
Adding and managing Favorites
Creating a report by using the Create Report Wizard
Examining Parameter and LOV enhancements (configuring radio buttons and checkboxes, Apply button)
Examining the enhancements to Report Viewer
Parameter Search option
Exploring Scheduled Jobs enhancements (editing a job, using a trigger)
BI Composer, Scorecard, and BI Mobile
Creating an analysis by using BI Composer
Using additional right-click Menu options in Scorecards
Setting targets in KPI
New Home screen in iPads
Configuring BI Mobile
Working with Tables, Pivot tables, Graphs, and Maps Views in BI Mobile
Working with Prompts in BI Mobile
Working with BI Content Options in BI Mobile
Copyright 2012, Oracle. All rights reserved. Page 2
Working with BI Tools
Nesting Presentation Layer folders and controlling object visibility
Checking modeling problems with Model Checker
Describing Summary Advisor
Setting up Summary Advisor
Exploring the Summary Advisor Wizard
Reviewing Enhancements to Enterprise Manager
Demonstration on Summary Advisor
Copyright 2012, Oracle. All rights reserved. Page 3

You might also like