Oracle Database: SQL and PL/SQL Fundamentals NEW

Size: px
Start display at page:

Download "Oracle Database: SQL and PL/SQL Fundamentals NEW"

Transcription

1 Oracle University Contact Us: & Oracle Database: SQL and PL/SQL Fundamentals NEW Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals training delivers the fundamentals of SQL and PL/SQL along with the benefits of the programming languages using Oracle Database technology. You'll explore the concepts of relational databases. Learn To: Write queries against single and multiple tables, manipulate data in tables and create database objects. Use single row functions to customize output. Invoke conversion functions and conditional expressions. Use group functions to report aggregated data. Create PL/SQL blocks of application code that can be shared by multiple forms, reports and data management applications. Develop anonymous PL/SQL blocks, stored procedures and functions. Declare identifiers and trap exceptions. Use DML statements to manage data. Use DDL statements to manage database objects. Declare PL/SQL Variables. Conditionally control code flow (loops, control structures). Describe stored procedures and functions. Retrieve row and column data from tables. Benefits to You Ensure fast, reliable, secure and easy to manage performance. Optimize database workloads, lower IT costs and deliver a higher quality of service by enabling consolidation onto database clouds. Hands-On Practices Demonstrations and hands-on practice reinforce the fundamental concepts that you ll learn in this course. By enrolling in this course, you ll begin using Oracle SQL Developer to develop these program units. SQL*Plus and JDeveloper are available as optional tools. Course Bundle Note: This course is a combination of Oracle Database: SQL Workshop I and Oracle Database: PL/SQL Fundamentals courses. Audience Application Developers Copyright 2013, Oracle. All rights reserved. Page 1

2 Forms Developer Functional Implementer PL/SQL Developer Portal Developer Reports Developer Technical Consultant Related Training Required Prerequisites Familiarity with data processing concepts and techniques Familiarity with programming concepts Course Objectives Run data manipulation statements (DML) to update data in the Oracle Database. Design PL/SQL anonymous block that execute efficiently. Describe the features and syntax of PL/SQL. Handle runtime errors. Describe stored procedures and functions. Use PL/SQL programming constructs and conditionally control code flow (loops, control structures, and explicit cursors). Use cursors to process rows. Identify the major structural components of the Oracle Database 11g. Retrieve row and column data from tables with the SELECT statement. Create reports of sorted and restricted data. Employ SQL functions to generate and retrieve customized data. Display data from multiple tables using the ANSI SQL 99 JOIN syntax. Create reports of aggregated data. Run data definition language (DDL) statements to create and manage schema objects. Course Topics Introduction Overview of Oracle Database 12c and related products Copyright 2013, Oracle. All rights reserved. Page 2

3 Overview of relational database management concepts and terminologies Introduction to SQL and its development environments The HR schema and the tables used in this course Oracle Database documentation and additional resources 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 Use arithmetic expressions and NULL values in the SELECT statement Invoke Column aliases Concatenation operator, literal character strings, alternative quote operator, and the DISTINCT keyword Display the table structure using the DESCRIBE command Restricted and Sorted Data Write queries with a WHERE clause to limit the output retrieved Describe the comparison operators and logical operators Describe the rules of precedence for comparison and logical operators Usage of character string literals in the WHERE clause Write queries with an ORDER BY clause Sort the output in descending and ascending order Substitution Variables Usage of Single-Row Functions to Customize Output List the differences between single row and multiple row functions Manipulate strings using character functions Manipulate numbers with the ROUND, TRUNC, and MOD functions Perform arithmetic with date data Manipulate dates with the DATE functions Conversion Functions and Conditional Expressions Describe implicit and explicit data type conversion Describe the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions Nesting multiple functions Apply the NVL, NULLIF, and COALESCE functions to data Usage of conditional IF THEN ELSE logic in a SELECT statement Aggregated Data Using the Group Functions Usage of the aggregation functions in SELECT statements to produce meaningful reports Describe the AVG, SUM, MIN, and MAX function How to handle Null Values in a group function? Divide the data in groups by using the GROUP BY clause Exclude groups of date by using the HAVING clause Display Data From Multiple Tables Write SELECT statements to access data from more than one table Join Tables Using SQL:1999 Syntax View data that does not meet a join condition by using outer joins Join a table to itself by using a self join Create Cross Joins Usage of Subqueries to Solve Queries Use a Subquery to Solve a Problem Copyright 2013, Oracle. All rights reserved. Page 3

4 Single-Row Subqueries Group Functions in a Subquery Multiple-Row Subqueries Use the ANY and ALL Operator in Multiple-Row Subqueries Use the EXISTS Operator SET Operators Describe the SET operators Use a SET operator to combine multiple queries into a single query Describe the UNION, UNION ALL, INTERSECT, and MINUS Operators Use the ORDER BY Clause in Set Operations Data Manipulation Add New Rows to a Table Change the Data in a Table Use the DELETE and TRUNCATE Statements How to save and discard changes with the COMMIT and ROLLBACK statements Implement Read Consistency Describe the FOR UPDATE Clause DDL Statements to Create and Manage Tables Categorize Database Objects Create Tables Describe the data types Understand Constraints Create a table using a subquery How to alter a table? How to drop a table? Other Schema Objects Create, modify, and retrieve data from a view Perform Data manipulation language (DML) operations on a view How to drop a view? Create, use, and modify a sequence Create and drop indexes Create and drop synonyms Introduction to PL/SQL PL/SQL Overview List the benefits of PL/SQL Subprograms Overview of the Types of PL/SQL blocks Create a Simple Anonymous Block Generate the Output from a PL/SQL Block PL/SQL Identifiers List the different Types of Identifiers in a PL/SQL subprogram Usage of the Declarative Section to Define Identifiers Use of variables to store data Scalar Data Types %TYPE Attribute Bind Variables Sequences in PL/SQL Expressions Copyright 2013, Oracle. All rights reserved. Page 4

5 Write Executable Statements Basic PL/SQL Block Syntax Guidelines How to comment code? SQL Functions in PL/SQL Data Type Conversion Nested Blocks Operators in PL/SQL Interaction with the Oracle Server SELECT Statements in PL/SQL to Retrieve data Data Manipulation in the Server Using PL/SQL The SQL Cursor concept Learn to use SQL Cursor Attributes to Obtain Feedback on DML How to save and discard transactions? Control Structures Conditional processing Using IF Statements Conditional processing Using CASE Statements Simple Loop Statement While Loop Statement For Loop Statement The Continue Statement Usage of Composite Data Types PL/SQL Records The %ROWTYPE Attribute Insert and Update with PL/SQL Records Associative Arrays (INDEX BY Tables) INDEX BY Table Methods INDEX BY Table of Records Explicit Cursors Understand Explicit Cursors Declare the Cursor How to open the Cursor? Fetching data from the Cursor How to close the Cursor? Cursor FOR loop Explicit Cursor Attributes FOR UPDATE Clause and WHERE CURRENT Clause Exception Handling What are Exceptions? Handle Exceptions with PL/SQL Trap Predefined Oracle Server Errors Trap Non-Predefined Oracle Server Errors Trap User-Defined Exceptions Propagate Exceptions RAISE_APPLICATION_ERROR Procedure Stored Procedures and Functions What are Stored Procedures and Functions? Copyright 2013, Oracle. All rights reserved. Page 5

6 Differentiate between anonymous blocks and subprograms Create a Simple Procedure Create a Simple Procedure with IN parameter Create a Simple Function Execute a Simple Procedure Execute a Simple Function Copyright 2013, Oracle. All rights reserved. Page 6

7 Oracle University Contact Us: Oracle BI 11g R1: Create Analyses and Dashboards Duration: 5 Days What you will learn This Oracle BI 11g R1: Create Analyses and Dashboards course for Release 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. Use Oracle Business Intelligence Mobile to access BI content. Create mobile applications with Oracle Business Intelligence Mobile App Designer. Integrate BI content into MS Office applications using Oracle Hyperion Smart View for Office. Administer objects in the Presentation Services Catalog. Benefits to You Transform your organization s data into intelligence for improved decision making. Provide time-critical, relevant and accurate insights. Become more efficient at modifying analyses and dashboards. Explore Oracle Hyperion Smart View for Office You'll also learn to use Oracle Hyperion Smart View for Office to integrate Oracle BI data and views in presentations and spreadsheets. Walk away from this course with the knowledge and skills to design mobile applications for BI content using the trial edition of the Oracle BI Mobile App Designer. Furthermore, you'll explore the use of Oracle BI Briefing Books, while learning to administer objects in the Oracle BI Presentation Catalog. Audience Application Developers Business Analysts Business Intelligence Developer Developer End Users Functional Implementer Technical Administrator Technical Consultant Copyright 2013, Oracle. All rights reserved. Page 1

8 Course Objectives Add geographical mapping to analyses Use BI Mobile to access BI Content 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 Analysis Editor Perform administration tasks related to the development and configuration of Interactive Dashboards Administer analyses and other Oracle BI objects Use Oracle Hyperion Smart View for Office to integrate Oracle BI analysis and Interactive Dashboard content into Office documents Combine analysis criteria across multiple subject areas and execute direct database queries Use Key Performance Indicators and Scorecards to analyze trends and meet business objectives Build and use views and charts in analyses Perform pre- and post-aggregate filtering using filters, groups, and selections Create mobile applications with Oracle Business Intelligence Mobile App Designer Course Topics Introduction to Oracle Business Intelligence Enterprise Edition Introduction to Oracle BI EE Architecture overview Oracle BI EE sample application Overview of Oracle Exalytics Machine Working with Oracle Business Intelligence Analyses Introduction to Oracle BI Analysis Editor Oracle BI column types Working with analyses in Oracle BI Adding basic formatting Setting analysis properties Using advanced formatting Filtering Data for Analyses Introduction to filters and selections Copyright 2013, Oracle. All rights reserved. Page 2

9 Creating, editing, and grouping filters Adding prompts to analyses Dynamic filtering Using saved analyses as filters Selecting and Grouping Data in Analyses Creating selection steps Creating groups Creating calculated items Creating direct database analysis requests Including advanced SQL clauses in your analysis Adding Views to Analyses Introduction to views, graphs, and editors Working with views in Compound Layouts Creating and editing graphs Performing common view tasks Showing Results with Pivot Tables OLAP data source compatibility 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 Working with Additional Views in Analyses Creating simple and advanced trellis views Creating performance tile views Working other view types Linking master-detail views Visualizing Data: Gauges and Maps Working with Gauge views Oracle spatial components Managing map data Creating and editing Map views Interacting with map views Other applications and points of integration for map views Scorecards and Key Performance Indicators Objects and components of Oracle Scorecard and Strategy Management Key Performance Indicator (KPI) overview Scorecard document types Measuring Results with Scorecards and KPIs Creating scorecards and KPIs Creating scorecard documents Editing scorecards and KPIs Creating Oracle Business Intelligence Dashboards Copyright 2013, Oracle. All rights reserved. Page 3

10 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 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 Integrating BI Content with MS Office Overview of the Oracle BI Add-in for Microsoft Office Installing Smart View Creating Oracle BI EE connections in Smart View Inserting BI views in to Smart View clients Working with BI Content in Smart View Working with Views in Smart View Clients Customizing BI data in MS Office Copying and pasting views between Smart View clients Copying and pasting views from Oracle BI Presentation services to Smart View Creating and publishing views using the View Designer Federating data from multiple data sources Oracle Business Intelligence Mobile Downloading and using the Oracle BI mobile application Navigating the Oracle BI mobile application Working with favorites and local content Working with BI content Oracle BI Mobile Security Toolkit Creating Mobile Applications with Oracle Business Intelligence Mobile App Designer Creating basic mobile apps Previewing mobile apps Creating apps with tile pages Creating subpages and navigation pages 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 Administering the Presentation Catalog Copyright 2013, Oracle. All rights reserved. Page 4

11 Oracle BI and catalog security overview Managing security using roles Understanding security inheritance Setting object permissions Setting system privileges Archiving catalog items Working with Oracle BI Briefing Books Copyright 2013, Oracle. All rights reserved. Page 5

12 Oracle University Contact Us: Oracle BI 11g R1: Build Repositories Duration: 5 Days What you will learn This Oracle BI 11g R1: Build Repositories training is based on OBI EE release Expert Oracle University instructors will teach you step-by-step procedures for building and verifying 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. Benefits to You By taking this course, you'll walk away with the ability to transform your organization s data into intelligence, which will improve your day-to-day decision making. This new knowledge will help you provide time-critical, relevant and accurate insights. Furthermore, you'll develop skills that will help you become more efficient at building repositories. Build Logical Business Models This course will also 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. Model Logical Dimension Hierarchies You'll then extend the initial repository and learn how to model more complex business requirements. This includes logical dimension hierarchies, multiple logical table sources, aggregate tables, partitions and time series data. Implement Oracle BI Server Security Oracle University instructors will also walk you through implementing the Oracle BI Server security and managing the Oracle BI Server cache. You'll 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 Copyright 2013, Oracle. All rights reserved. Page 1

13 Finally, investing in this course will give you a chance to 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 Business Analysts Business Intelligence Developer Data Modelers Data Warehouse Administrator Data Warehouse Analyst Reports Developer Technical Consultant Related Training Required Prerequisites Knowledge on Basic SQL Knowledge on Data warehouse design Knowledge on Dimensional modeling Suggested Prerequisites Oracle BI 11g R1: Create Analyses and Dashboards Course Objectives 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 Check the model and then 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 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 Apply cache management techniques to maintain and enhance query performance Copyright 2013, Oracle. All rights reserved. Page 2

14 Set up query logging for testing and debugging Set up a multiuser development environment Use the Administration Tool wizards and utilities to manage, maintain, and enhance repositories Enable usage tracking to track queries and database usage, and improve query performance Perform a patch merge in a development-to-production scenario Describe Exalytics machine and the Summary Advisor tool used in the machine 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 Installing the BI Client software Overview of Exalytics Machine 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 Printing the physical layer diagram 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 Printing the business model and mapping layer diagram Building the Presentation Layer of a Repository Exploring presentation layer objects Creating presentation layer objects Modifying presentation layer objects Examining presentation layer object properties Nesting presentation tables Controlling presentation layer object visibility Testing and Validating a Repository Checking repository consistency Turning on logging Copyright 2013, Oracle. All rights reserved. Page 3

15 Uploading the repository through Enterprise Manager Executing analyses to test the 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 logical columns Creating new calculation measures based on physical columns Creating new calculation measures using the Calculation Wizard Creating measures using functions 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 Creating ragged and skipped-level hierarchies Enabling Usage Tracking Creating the usage tracking tables 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 Using Model Checker and Aggregates Using Model Check Manager Modeling aggregate tables to improve query performance Using the Aggregate Persistence Wizard Testing aggregate navigation Setting the number of elements in a hierarchy Using Partitions and Fragments Exploring partition types Modeling partitions in an Oracle BI repository 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 Copyright 2013, Oracle. All rights reserved. Page 4

16 Using bridge tables to resolve many-to-many relationships between dimension tables and fact tables Setting an Implicit Fact Column Ensuring the correct 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 horizintal 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 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 Exploring the Summary Advisor Tool Setting up Summary Advisor Running the Summary Advisor wizard to create the aggregate script Running the aggregate script to create the aggregates Using Administration Tool Utilities Using the various Administration Tool utilities Using BI Server XML API to create XML representation of repository metadata 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 2013, Oracle. All rights reserved. Page 5

17 Oracle University Contact Us: & Oracle BI Publisher 11g R1: Fundamentals Duration: 3 Days What you will learn This Oracle BI Publisher 11g training will help you build a foundation of understanding how to best leverage this solution. Through Classroom Training or Live Virtual Class Training, you'll learn the ins and outs of how to use this solution. Learn To: Create data models by using the Data Model Editor. Create BI Publisher reports based on data models. Create report layouts by using the Layout Editor (online). Create reports based on OBI EE data sources. Publish the reports on OBI EE Dashboards. Schedule reports and burst these reports. Creating Reports Furthermore, you'll learn how to create layouts for reports, then publish the highly formatted reports to a wide range of destinations (printers, faxes, , and document repositories via FTP or WebDav). Publisher's report formats can also be designed by using familiar Microsoft Office tools like Microsoft Word and Excel. Scheduling and Bursting Reports Oracle BI Publisher 11g provides best of breed capabilities for scheduling and bursting reports. By investing in this course, you'll learn how to schedule and manage scheduled jobs, along with bursting reports to other destinations. Audience Application Developers Business Analysts Business Intelligence Developer Delivery End Users Functional Implementer Reports Developer Technical Consultant Course Objectives Schedule and Burst Reports Perform Translations Copyright 2013, Oracle. All rights reserved. Page 1

18 Create Reports Integrated With Oracle BI EE Administer BI Publisher Server Describe BI Publisher Technology and Architecture Create reports from OBI EE data sources Create and Modify Data Models Create Layouts by Using the Layout Editor Create RTF Templates by Using Template Builder Explore and Use the Form Field Method for Creating RTF Templates Course Topics Introduction to Oracle BI Publisher 11g Course Agenda Overview of Oracle BI Foundation Suite Overview of Oracle Fusion Middleware Overview of Oracle BI EE Functions of Reporting Systems including Challenges Introducing BI Publisher Paradigm BI Publisher as a Strategic Reporting Solution for All Applicationss Salient Features of BI Publisher BI Publisher Technology and Architecture Functional Components Layout Templates Multitier Architecture Enterprise Server Architecture and Performance and Scalability Document Generation Process and Output Formats Supported Data Sources Bursting Overview Internationalization and Language Support Getting Started with BI Publisher Logging In, the Home Page, and Global Header, and Setting Account Preferences Viewing Reports Managing Repository Objects Managing Favorites Using Create Report wizard to Create Reports Selecting Data: Data Model, Spreadsheet, and BI Subject Area Configuring Report Properties Using the Data Model Editor Exploring the Schemas Used in the Course Exploring the Data Model Editor UI and the Supported Data Sources Copyright 2013, Oracle. All rights reserved. Page 2

19 Creating a Private Data Source Creating a Simple Data Model based on a SQL Query Data Set Using Query Builder to Build a Query Viewing Data and Saving Sample Data Sets Adding Parameters and LOVs to the Query Configuring Parameter Settings and Viewing Reports with Parameters Working with Layout Editor Opening the Layout Editor and Navigating the Layout Editor UI Creating a Layout by Using a Basic Template Inserting a Layout Grid Adding a Table, Formatting Columns, Defining Sorts and Groups, and Applying Conditional Formats Inserting and Editing Charts, and Converting Charts to a Pivot Tables Adding Repeating Sections, Text Items, and Images Working with Lists, Gauges and Pivot Tables Creating Boilerplates Using Template Builder to Create Templates Using the BI Publisher Menu Bar Creating an RTF Template from a Sample, Changing Field Properties, and Previewing Table Data Adding a Chart to an RTF Template Designing an RTF Template for a BI Publisher Report Creating a BI Publisher Report by Using Template Builder in Online Mode Exploring the Basic and Form Field Methods Exploring Advanced RTF Template Techniques Including Conditional Formats, Watermarks, Page-Level Calculations, Ru BI Publisher Server: Administration and Security Describing the Administration Page Creating the JDBC Connections Setting, Viewing, and Updating Data Sources Describing the Security Model for BI Publisher and Oracle Fusion Middleware Describing Groups, Users, Roles, and Permissions Describing Delivery Options Including Print, Fax, , WebDav, HTTP Server, FTP, and CUPS Describing and Configuring BI Publisher Scheduler Integrating with Oracle BI Presentation Services and Oracle Endeca Server Scheduling and Bursting Reports Scheduling and Describing a Report Job and Related Options Managing and Viewing a Report Job Viewing Report Job History Scheduling a Report with Trigger Describing Bursting Adding a Bursting Definition to a Data Model Scheduling a Bursting Job Performing Translations Describing Translation Types Translating by Using the Localized Template Option Translating by Using the XLIFF Option Managing XLIFF Translations on BI Publisher Server Describing the Overall Translation Process Describing Catalog Translation Copyright 2013, Oracle. All rights reserved. Page 3

20 Exporting and Importing the XLIFF for a Catalog Folder Integrating BI Publisher with Oracle BI Enterprise Edition Configuring Presentation Services Integration Navigating Oracle BI EE Creating a Report based on OBI EE Subject Area Creating a Data Model and Report based on a BI Server SQL Query Creating a Data Model and Report based on an Oracle BI Analysis Adding a BI Publisher Report to an Oracle BI EE Dashboard Creating Data Models and BI Publisher Reports Based on Other Data Sources Configuring Presentation Services Integration Describing the Web Services Data Source Describing the HTTP (XML/RSS Feed) Data Source Explaining Proxy Setting for Web Services and HTTP Data Sources Creating a BI Publisher Report based on an External Web Service Creating a BI Publisher Report based on an HTTP Data Set Creating a BI Publisher Report Based on XML File Creating a BI Publisher Report Based on CSV Data source Copyright 2013, Oracle. All rights reserved. Page 4

21 Oracle University Contact Us: Oracle Essbase Bootcamp ( ) Duration: 5 Days What you will learn This Oracle Essbase Bootcamp teaches you the principal techniques and theories to design Essbase block storage databases. Block storage databases are deployed independently for budgeting, forecasting and planning, and as the underlying data storage and analytic engine for Hyperion Planning applications. Learn To: Create block storage databases. Build rules files. Analyze data with Smart View. Create basic calculations. Extend analysis capabilities. Create a database outline, load data into the database and analyze data with Smart View. Perform advanced analysis on the database by implementing varying attribute dimensions and typed measures. Benefits to You Learn how to improve your organization s performance through better, more informed decisions using Oracle Essbase, the market leading online analytical processing (OLAP) server for Enterprise Performance Management. Become more efficient at forecasting, variance analysis, root cause identification, scenario planning and what-if modeling to better align your organization s resources and improve business results. Calculation Scripts During this course, you'll also create calculation scripts (to calculate data for different scenarios). Design discussions and hands-on activities will help you practice the new skills you're learning. *This course is also suitable for customers using Oracle Essbase Audience Business Analysts Business Intelligence Developer Database Administrators Database Designers Developer Course Objectives Create block storage databases Copyright 2013, Oracle. All rights reserved. Page 1

22 Create dimensions using rules files Load data using rules files Analyze data with Smart View Describe multidimensional calculation Create basic database calculations Analyze dimension attributes Analyze non-numeric data Course Topics Essbase Overview Multidimensional Analysis Oracle s Enterprise Performance Management System Oracle BI Foundation Suite Essbase Production Environment Components Designing Applications and Databases Essbase Implementation Process Analyzing and Planning Implementations Creating Applications and Databases Creating Outlines Designing Data Descriptor Dimensions Data Descriptor Dimensions Overview Designing Time Dimensions Designing Scenario Dimensions Outline Calculations Designing Accounts Dimensions Testing Outline Calculations Optimizing Data Descriptor Dimensions Creating Member Aliases Dimension Types Creating Period-to-Date Totals Dynamic Calc Members Enhancing Accounts Dimensions Optimizing Data Storage Developing Dimension Designs Business View Dimensions Overview Attributes in Database Design Combining Business Views Developing Label Outlines Copyright 2013, Oracle. All rights reserved. Page 2

23 Creating Basic Dimension Build Rules Files Rules Files Overview Creating Dimension Build Rules Files Configuring Dimension Maintenance Settings Creating Advanced Dimension Build Rules Files Advanced Dimension Build Rules Files Overview Creating Shared Members Manipulating Fields Creating User-Defined Attributes Creating Attribute Dimensions with Rules Files Loading Data Data Load Overview Creating Data Load Rules Files Selecting and Rejecting Records Capturing New Members Getting Started with Smart View Navigating Smart View Connecting to Data Sources Creating Ad Hoc Grids Setting the Point of View Associating Data Sources with Worksheets Creating Free-Form Grids Creating Reports with Smart View Updating Essbase Data Integrating Essbase Data with Microsoft Office Creating Shared Database Perspectives Creating Custom Reports Data Storage and Calculation Calculation Overview Database Calculation Order Data Block Fundamentals Data Blocks and the Index System Interpreting Database Statistics Data Block Creation Database Calculation Process Creating Calculation Scripts Calculation Script Organization Returning Correct Calculation Results Troubleshooting CALC DIM Processes Controlling the Calculation Process Top-Down Calculation Focusing Calculations with FIX Statements Calculating Conditionally with IF Statements Performance Considerations Copyright 2013, Oracle. All rights reserved. Page 3

24 Referencing Members in Calculations Referencing Members Explicitly Referencing Members Dynamically Creating Calculation Variables Developing and Testing Complex Calculation Scripts Implementing a Script Development Process Upper-Level Data Loads Intelligent Calculation Normalizing Data Allocating Data Planning Data Normalization Normalizing Rates and Drivers Copying and Clearing Data Creating Attribute Dimensions Attribute Dimensions Overview Adding Attribute Dimensions to Outlines Design Considerations Analyzing Varying Attributes Varying Attributes Overview Creating Varying Attributes Viewing Varying Attribute Data Analyzing Text and Dates Typed Measures Overview Enabling Typed Measures Creating Text Measures Creating Date Measures Viewing Typed Measures Calculations Based on Typed Measures Copyright 2013, Oracle. All rights reserved. Page 4

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals NEW Oracle Database: SQL and PL/SQL Fundamentals NEW Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals training delivers the fundamentals of SQL and PL/SQL along with the

More information

Oracle Database: SQL and PL/SQL Fundamentals Ed 2

Oracle Database: SQL and PL/SQL Fundamentals Ed 2 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle Database: SQL and PL/SQL Fundamentals Ed 2 Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals

More information

Oracle BI 11g R1: Build Repositories

Oracle BI 11g R1: Build Repositories Oracle University Contact Us: + 36 1224 1760 Oracle BI 11g R1: Build Repositories Duration: 5 Days What you will learn This Oracle BI 11g R1: Build Repositories training is based on OBI EE release 11.1.1.7.

More information

Oracle Database 11g: SQL and PL/SQL Fundamentals

Oracle Database 11g: SQL and PL/SQL Fundamentals Oracle University Contact Us: +33 (0) 1 57 60 20 81 Oracle Database 11g: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn In this course, students learn the fundamentals of SQL and PL/SQL

More information

Oracle BI 11g R1: Build Repositories Course OR102; 5 Days, Instructor-led

Oracle BI 11g R1: Build Repositories Course OR102; 5 Days, Instructor-led Oracle BI 11g R1: Build Repositories Course OR102; 5 Days, Instructor-led Course Description This Oracle BI 11g R1: Build Repositories training is based on OBI EE release 11.1.1.7. Expert Oracle Instructors

More information

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals Oracle University Contact Us: 001-855-844-3881 & 001-800-514-06-9 7 Oracle Database: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals training

More information

Oracle Database: Introduction to SQL/PLSQL Accelerated

Oracle Database: Introduction to SQL/PLSQL Accelerated Oracle University Contact Us: Landline: +91 80 67863899 Toll Free: 0008004401672 Oracle Database: Introduction to SQL/PLSQL Accelerated Duration: 5 Days What you will learn This Introduction to SQL/PLSQL

More information

Oracle BI 12c: Build Repositories

Oracle BI 12c: Build Repositories Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle BI 12c: Build Repositories Duration: 5 Days What you will learn This Oracle BI 12c: Build Repositories training teaches you

More information

Detailed Course Modules for Oracle BI Publisher Online Training:

Detailed Course Modules for Oracle BI Publisher Online Training: Detailed Course Modules for Oracle BI Publisher Online Training: 1 Introduction to Oracle BI Publisher 11g Course Agenda Overview of Oracle BI Foundation Suite Overview of Oracle Fusion Middleware Overview

More information

Introduction to SQL/PLSQL Accelerated Ed 2

Introduction to SQL/PLSQL Accelerated Ed 2 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Introduction to SQL/PLSQL Accelerated Ed 2 Duration: 5 Days What you will learn This Introduction to SQL/PLSQL Accelerated course

More information

Oracle BI 11g R1: Build Repositories

Oracle BI 11g R1: Build Repositories Oracle University Contact Us: 02 6968000 Oracle BI 11g R1: Build Repositories Duration: 5 Days What you will learn This course provides step-by-step procedures for building and verifying the three layers

More information

Oracle Database: Introduction to SQL Ed 2

Oracle Database: Introduction to SQL Ed 2 Oracle University Contact Us: +40 21 3678820 Oracle Database: Introduction to SQL Ed 2 Duration: 5 Days What you will learn This Oracle Database 12c: Introduction to SQL training helps you write subqueries,

More information

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals NEW Oracle University Contact Us: 001-855-844-3881 & 001-800-514-06-97 Oracle Database: SQL and PL/SQL Fundamentals NEW Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals

More information

This Oracle BI 11g R1: Build Repositories training is

This Oracle BI 11g R1: Build Repositories training is Oracle Uni Contact Us: 08 Oracle BI 11g R1: Build Repositories Durat5 Da What you will learn This Oracle BI 11g R1: Build Repositories training is University instructors will teach you step-by-step pro

More information

Oracle Database: Program with PL/SQL

Oracle Database: Program with PL/SQL Oracle University Contact Us: + 420 2 2143 8459 Oracle Database: Program with PL/SQL Duration: 5 Days What you will learn This Oracle Database: Program with PL/SQL training starts with an introduction

More information

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database: Introduction to SQL Duration: 5 Days What you will learn This Oracle Database: Introduction to SQL training helps you write subqueries,

More information

Oracle Developer Track Course Contents. Mr. Sandeep M Shinde. Oracle Application Techno-Functional Consultant

Oracle Developer Track Course Contents. Mr. Sandeep M Shinde. Oracle Application Techno-Functional Consultant Oracle Developer Track Course Contents Sandeep M Shinde Oracle Application Techno-Functional Consultant 16 Years MNC Experience in India and USA Trainer Experience Summary:- Sandeep M Shinde is having

More information

Oracle Syllabus Course code-r10605 SQL

Oracle Syllabus Course code-r10605 SQL Oracle Syllabus Course code-r10605 SQL Writing Basic SQL SELECT Statements Basic SELECT Statement Selecting All Columns Selecting Specific Columns Writing SQL Statements Column Heading Defaults Arithmetic

More information

Oracle Database: Program with PL/SQL Ed 2

Oracle Database: Program with PL/SQL Ed 2 Oracle University Contact Us: +38 61 5888 820 Oracle Database: Program with PL/SQL Ed 2 Duration: 5 Days What you will learn This Oracle Database: Program with PL/SQL training starts with an introduction

More information

Conditionally control code flow (loops, control structures). Create stored procedures and functions.

Conditionally control code flow (loops, control structures). Create stored procedures and functions. TEMARIO Oracle Database: Program with PL/SQL Ed 2 Duration: 5 Days What you will learn This Oracle Database: Program with PL/SQL training starts with an introduction to PL/SQL and then explores the benefits

More information

AO3 - Version: 2. Oracle Database 11g SQL

AO3 - Version: 2. Oracle Database 11g SQL AO3 - Version: 2 Oracle Database 11g SQL Oracle Database 11g SQL AO3 - Version: 2 3 days Course Description: This course provides the essential SQL skills that allow developers to write queries against

More information

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL Oracle University Contact Us: (+202) 35 35 02 54 Oracle Database: Introduction to SQL Duration: 5 Days What you will learn View a newer version of this course This Oracle Database: Introduction to SQL

More information

Oracle Database 12c R2: Program with PL/SQL Ed 2 Duration: 5 Days

Oracle Database 12c R2: Program with PL/SQL Ed 2 Duration: 5 Days Oracle Database 12c R2: Program with PL/SQL Ed 2 Duration: 5 Days This Database Program with PL/SQL training shows you how to develop stored procedures, functions, packages and database triggers. You'll

More information

ORACLE TRAINING. ORACLE Training Course syllabus ORACLE SQL ORACLE PLSQL. Oracle SQL Training Syllabus

ORACLE TRAINING. ORACLE Training Course syllabus ORACLE SQL ORACLE PLSQL. Oracle SQL Training Syllabus ORACLE TRAINING ORACLE Training Course syllabus ORACLE SQL ORACLE PLSQL Oracle SQL Training Syllabus Introduction to Oracle Database List the features of Oracle Database 11g Discuss the basic design, theoretical,

More information

Oracle Database 12c: Program with PL/SQL Duration: 5 Days Method: Instructor-Led

Oracle Database 12c: Program with PL/SQL Duration: 5 Days Method: Instructor-Led Oracle Database 12c: Program with PL/SQL Duration: 5 Days Method: Instructor-Led Course Description This training starts with an introduction to PL/SQL and then explores the benefits of this powerful programming

More information

ORANET- Course Contents

ORANET- Course Contents ORANET- Course Contents 1. Oracle 11g SQL Fundamental-l 2. Oracle 11g Administration-l 3. Oracle 11g Administration-ll Oracle 11g Structure Query Language Fundamental-l (SQL) This Intro to SQL training

More information

ORACLE CERTIFIED ASSOCIATE ORACLE DATABASE 11g ADMINISTRATOR

ORACLE CERTIFIED ASSOCIATE ORACLE DATABASE 11g ADMINISTRATOR ORACLE CERTIFIED ASSOCIATE ORACLE DATABASE 11g ADMINISTRATOR The process of becoming Oracle Database certified broadens your knowledge and skills by exposing you to a wide array of important database features,

More information

Oracle - Oracle Database: Program with PL/SQL Ed 2

Oracle - Oracle Database: Program with PL/SQL Ed 2 Oracle - Oracle Database: Program with PL/SQL Ed 2 Code: Lengt h: URL: DB-PLSQL 5 days View Online This Oracle Database: Program with PL/SQL training starts with an introduction to PL/SQL and then explores

More information

5. Single-row function

5. Single-row function 1. 2. Introduction Oracle 11g Oracle 11g Application Server Oracle database Relational and Object Relational Database Management system Oracle internet platform System Development Life cycle 3. Writing

More information

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL Oracle Database: Introduction to SQL What you will learn Understanding the basic concepts of relational databases ensure refined code by developers. This course helps the participants to write subqueries,

More information

Oracle Database 11g: Introduction to SQLRelease 2

Oracle Database 11g: Introduction to SQLRelease 2 Oracle University Contact Us: 0180 2000 526 / +49 89 14301200 Oracle Database 11g: Introduction to SQLRelease 2 Duration: 5 Days What you will learn In this course students learn the concepts of relational

More information

Oracle BI Publisher 11g R1: Fundamentals

Oracle BI Publisher 11g R1: Fundamentals Oracle BI Publisher 11g R1: Fundamentals Volume I Student Guide D68420GC10 Edition 1.0 June 2011 D73304 Authors Lea Shaw Sindhu Rao Technical Contributors and Reviewers Timothy McGlue Nikos Psomas Pradeep

More information

Oracle PLSQL. Course Summary. Duration. Objectives

Oracle PLSQL. Course Summary. Duration. Objectives Oracle PLSQL Course Summary Use conditional compilation to customize the functionality in a PL/SQL application without removing any source code Design PL/SQL packages to group related constructs Create

More information

Oracle Database 10g: Introduction to SQL

Oracle Database 10g: Introduction to SQL ORACLE UNIVERSITY CONTACT US: 00 9714 390 9000 Oracle Database 10g: Introduction to SQL Duration: 5 Days What you will learn This course offers students an introduction to Oracle Database 10g database

More information

Table of Contents. PDF created with FinePrint pdffactory Pro trial version

Table of Contents. PDF created with FinePrint pdffactory Pro trial version Table of Contents Course Description The SQL Course covers relational database principles and Oracle concepts, writing basic SQL statements, restricting and sorting data, and using single-row functions.

More information

1 Writing Basic SQL SELECT Statements 2 Restricting and Sorting Data

1 Writing Basic SQL SELECT Statements 2 Restricting and Sorting Data 1 Writing Basic SQL SELECT Statements Objectives 1-2 Capabilities of SQL SELECT Statements 1-3 Basic SELECT Statement 1-4 Selecting All Columns 1-5 Selecting Specific Columns 1-6 Writing SQL Statements

More information

SQL+PL/SQL. Introduction to SQL

SQL+PL/SQL. Introduction to SQL SQL+PL/SQL CURRICULUM Introduction to SQL Introduction to Oracle Database List the features of Oracle Database 12c Discuss the basic design, theoretical, and physical aspects of a relational database Categorize

More information

Oracle 12C DBA Online Training. Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL:

Oracle 12C DBA Online Training. Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL: Course Modules of Oracle 12C DBA Online Training: 1 Oracle Database 12c: Introduction to SQL: A. Introduction Course Objectives, Course Agenda and Appendixes Used in this Course Overview of Oracle Database

More information

Introduction to Computer Science and Business

Introduction to Computer Science and Business Introduction to Computer Science and Business This is the second portion of the Database Design and Programming with SQL course. In this portion, students implement their database design by creating a

More information

Contents I Introduction 1 Introduction to PL/SQL iii

Contents I Introduction 1 Introduction to PL/SQL iii Contents I Introduction Lesson Objectives I-2 Course Objectives I-3 Human Resources (HR) Schema for This Course I-4 Course Agenda I-5 Class Account Information I-6 Appendixes Used in This Course I-7 PL/SQL

More information

Oracle Database 11g: Program with PL/SQL

Oracle Database 11g: Program with PL/SQL Oracle University Contact: +31 (0)30 669 9244 Oracle Database 11g: Program with PL/SQL Duration: 5 Dagen What you will learn This course introduces students to PL/SQL and helps them understand the benefits

More information

Hyperion Interactive Reporting Reports & Dashboards Essentials

Hyperion Interactive Reporting Reports & Dashboards Essentials Oracle University Contact Us: +27 (0)11 319-4111 Hyperion Interactive Reporting 11.1.1 Reports & Dashboards Essentials Duration: 5 Days What you will learn The first part of this course focuses on two

More information

ORACLE DEV 11G CURRICULUM. Introduction to SQL

ORACLE DEV 11G CURRICULUM. Introduction to SQL ORACLE DEV 11G CURRICULUM Introduction to SQL Introduction to Oracle Database List the features of Oracle Database 12c Discuss the basic design, theoretical, and physical aspects of a relational database

More information

Introduction to Computer Science and Business

Introduction to Computer Science and Business Introduction to Computer Science and Business The Database Programming with PL/SQL course introduces students to the procedural language used to extend SQL in a programatic manner. This course outline

More information

Oracle Database 11g: Program with PL/SQL Release 2

Oracle Database 11g: Program with PL/SQL Release 2 Oracle University Contact Us: +41- (0) 56 483 31 31 Oracle Database 11g: Program with PL/SQL Release 2 Duration: 5 Days What you will learn This course introduces students to PL/SQL and helps them understand

More information

Oracle Database 11g: SQL Fundamentals I

Oracle Database 11g: SQL Fundamentals I Oracle Database 11g: SQL Fundamentals I Volume I Student Guide D49996GC11 Edition 1.1 April 2009 D59980 Authors Puja Singh Brian Pottle Technical Contributors and Reviewers Claire Bennett Tom Best Purjanti

More information

Topics Fundamentals of PL/SQL, Integration with PROIV SuperLayer and use within Glovia

Topics Fundamentals of PL/SQL, Integration with PROIV SuperLayer and use within Glovia Topics Fundamentals of PL/SQL, Integration with PROIV SuperLayer and use within Glovia 1. Creating a Database Alias 2. Introduction to SQL Relational Database Concept Definition of Relational Database

More information

Oracle Fusion Middleware 11g: Build Applications with Oracle Forms

Oracle Fusion Middleware 11g: Build Applications with Oracle Forms Oracle University Contact Us: 00 9714 390 9050 Oracle Fusion Middleware 11g: Build Applications with Oracle Forms Duration: 5 Days What you will learn This course is also suitable for customers using Forms

More information

COURSE OUTLINE: Querying Microsoft SQL Server

COURSE OUTLINE: Querying Microsoft SQL Server Course Name 20461 Querying Microsoft SQL Server Course Duration 5 Days Course Structure Instructor-Led (Classroom) Course Overview This 5-day instructor led course provides students with the technical

More information

Table of Contents. Oracle SQL PL/SQL Training Courses

Table of Contents. Oracle SQL PL/SQL Training Courses Table of Contents Overview... 7 About DBA University, Inc.... 7 Eligibility... 8 Pricing... 8 Course Topics... 8 Relational database design... 8 1.1. Computer Database Concepts... 9 1.2. Relational Database

More information

MIS NETWORK ADMINISTRATOR PROGRAM

MIS NETWORK ADMINISTRATOR PROGRAM NH107-7475 SQL: Querying and Administering SQL Server 2012-2014 136 Total Hours 97 Theory Hours 39 Lab Hours COURSE TITLE: SQL: Querying and Administering SQL Server 2012-2014 PREREQUISITE: Before attending

More information

IZ0-144Oracle 11g PL/SQL Certification (OCA) training

IZ0-144Oracle 11g PL/SQL Certification (OCA) training IZ0-144Oracle 11g PL/SQL Certification (OCA) training Advanced topics covered in this course: Managing Dependencies of PL/SQL Objects Direct and Indirect Dependencies Using the PL/SQL Compiler Conditional

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MS20461]: Querying Microsoft SQL Server 2014 Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : SQL Server Delivery Method : Instructor-led (Classroom) Course Overview This 5-day

More information

Question Bank PL/SQL Fundamentals-I

Question Bank PL/SQL Fundamentals-I Question Bank PL/SQL Fundamentals-I UNIT-I Fundamentals of PL SQL Introduction to SQL Developer, Introduction to PL/SQL, PL/SQL Overview, Benefits of PL/SQL, Subprograms, Overview of the Types of PL/SQL

More information

normalization are being violated o Apply the rule of Third Normal Form to resolve a violation in the model

normalization are being violated o Apply the rule of Third Normal Form to resolve a violation in the model Database Design Section1 - Introduction 1-1 Introduction to the Oracle Academy o Give examples of jobs, salaries, and opportunities that are possible by participating in the Academy. o Explain how your

More information

Oracle BI 11g R1: Build Repositories

Oracle BI 11g R1: Build Repositories Oracle BI 11g R1: Build Repositories Volume I - Student Guide D63514GC11 Edition 1.1 June 2011 D73309 Author Jim Sarokin Technical Contributors and Reviewers Marla Azriel Roger Bolsius Bob Ertl Alan Lee

More information

COURSE CONTENT. ORACLE 10g/11g DBA. web: call: (+91) / 400,

COURSE CONTENT. ORACLE 10g/11g DBA.   web:  call: (+91) / 400, COURSE CONTENT ORACLE 10g/11g DBA 1. Introduction (Database Architecture) Oracle 10g: Database Describe course objectives Explore the Oracle 10g database architecture 2: Installing the Oracle Database

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server Querying Microsoft SQL Server Course 20461D 5 Days Instructor-led, Hands-on Course Description This 5-day instructor led course is designed for customers who are interested in learning SQL Server 2012,

More information

20461: Querying Microsoft SQL Server

20461: Querying Microsoft SQL Server 20461: Querying Microsoft SQL Server Length: 5 days Audience: IT Professionals Level: 300 OVERVIEW This 5 day instructor led course provides students with the technical skills required to write basic Transact

More information

ETL TESTING TRAINING

ETL TESTING TRAINING ETL TESTING TRAINING Retrieving Data using the SQL SELECT Statement Capabilities of the SELECT statement Arithmetic expressions and NULL values in the SELECT statement Column aliases Use of concatenation

More information

Querying Microsoft SQL Server 2012/2014

Querying Microsoft SQL Server 2012/2014 Page 1 of 14 Overview This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2014. This course is the foundation

More information

Oracle Education Partner, Oracle Testing Center Oracle Consultants

Oracle Education Partner, Oracle Testing Center Oracle Consultants Oracle Reports Developer 10g: Build Reports (40 hrs) What you will learn: In this course, students learn how to design and build a variety of standard and custom Web and paper reports using Oracle Reports

More information

Course Outline and Objectives: Database Programming with SQL

Course Outline and Objectives: Database Programming with SQL Introduction to Computer Science and Business Course Outline and Objectives: Database Programming with SQL This is the second portion of the Database Design and Programming with SQL course. In this portion,

More information

Oracle PLSQL Training Syllabus

Oracle PLSQL Training Syllabus Oracle PLSQL Training Syllabus Introduction Course Objectives Course Agenda Human Resources (HR) Schema Introduction to SQL Developer Introduction to PL/SQL PL/SQL Overview Benefits of PL/SQL Subprograms

More information

Data Integration and ETL with Oracle Warehouse Builder

Data Integration and ETL with Oracle Warehouse Builder Oracle University Contact Us: 1.800.529.0165 Data Integration and ETL with Oracle Warehouse Builder Duration: 5 Days What you will learn Participants learn to load data by executing the mappings or the

More information

ORACLE DATABASE 12C INTRODUCTION

ORACLE DATABASE 12C INTRODUCTION SECTOR / IT NON-TECHNICAL & CERTIFIED TRAINING COURSE In this training course, you gain the skills to unleash the power and flexibility of Oracle Database 12c, while gaining a solid foundation of database

More information

PeopleSoft Query/BI Publisher Power Combo Rel 8.53

PeopleSoft Query/BI Publisher Power Combo Rel 8.53 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 PeopleSoft Query/BI Publisher Power Combo Rel 8.53 Duration: 5 Days What you will learn This PeopleSoft Query/BI Publisher Power

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server Querying Microsoft SQL Server 20461D; 5 days, Instructor-led Course Description This 5-day instructor led course provides students with the technical skills required to write basic Transact SQL queries

More information

Microsoft Querying Microsoft SQL Server 2014

Microsoft Querying Microsoft SQL Server 2014 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20461 - Querying Microsoft SQL Server 2014 Length 5 days Price $4290.00 (inc GST) Version D Overview Please note: Microsoft have released a new course which

More information

QUERYING MICROSOFT SQL SERVER COURSE OUTLINE. Course: 20461C; Duration: 5 Days; Instructor-led

QUERYING MICROSOFT SQL SERVER COURSE OUTLINE. Course: 20461C; Duration: 5 Days; Instructor-led CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: QUERYING MICROSOFT SQL SERVER Course: 20461C; Duration: 5 Days; Instructor-led WHAT YOU WILL LEARN This 5-day instructor led course provides students with

More information

Oracle Database 12c SQL Fundamentals

Oracle Database 12c SQL Fundamentals Course Overview This course takes a unique approach to SQL training in that it incorporates data modeling theory, relational database theory, graphical depictions of theoretical concepts and numerous examples

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server 20461 - Querying Microsoft SQL Server Duration: 5 Days Course Price: $2,975 Software Assurance Eligible Course Description About this course This 5-day instructor led course provides students with the

More information

"Charting the Course to Your Success!" MOC D Querying Microsoft SQL Server Course Summary

Charting the Course to Your Success! MOC D Querying Microsoft SQL Server Course Summary Course Summary Description This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2014. This course is the foundation

More information

Oracle Reports Developer 10g: Build Reports

Oracle Reports Developer 10g: Build Reports Oracle University Contact Us: +603 2299 3600, 1 800 80 6277 Oracle Reports Developer 10g: Build Reports Duration: 5 Days What you will learn In this course, participants learn how to design and build a

More information

Using SQL with SQL Developer 18.2

Using SQL with SQL Developer 18.2 One Introduction to SQL 2 - Definition 3 - Usage of SQL 4 - What is SQL used for? 5 - Who uses SQL? 6 - Definition of a Database 7 - What is SQL Developer? 8 Two The SQL Developer Interface 9 - Introduction

More information

Oracle Database 10g: SQL Fundamentals I

Oracle Database 10g: SQL Fundamentals I Oracle Database 10g: SQL Fundamentals I Student Guide Volume I D17108GC21 Edition 2.1 December 2006 D48183 Authors Chaitanya Koratamaddi Nancy Greenberg Technical Contributors and Reviewers Wayne Abbott

More information

20461D: Querying Microsoft SQL Server

20461D: Querying Microsoft SQL Server 20461D: Querying Microsoft SQL Server Course Details Course Code: Duration: Notes: 20461D 5 days This course syllabus should be used to determine whether the course is appropriate for the students, based

More information

Microsoft SQL Server Training Course Catalogue. Learning Solutions

Microsoft SQL Server Training Course Catalogue. Learning Solutions Training Course Catalogue Learning Solutions Querying SQL Server 2000 with Transact-SQL Course No: MS2071 Two days Instructor-led-Classroom 2000 The goal of this course is to provide students with the

More information

Oracle Database 10g: SQL Fundamentals I

Oracle Database 10g: SQL Fundamentals I Oracle Database 10g: SQL Fundamentals I Volume I Student Guide D17108GC11 Edition 1.1 August 2004 D39766 Author Nancy Greenberg Technical Contributors and Reviewers Wayne Abbott Christian Bauwens Perry

More information

Oracle Database 12c: Use XML DB

Oracle Database 12c: Use XML DB Oracle University Contact Us: 55-800-891-6502 Oracle Database 12c: Use XML DB Duration: 5 Days What you will learn This Oracle Database 12c: Use XML DB training allows you to deep dive into the key features

More information

Oracle Reports Developer 10g: Build Reports

Oracle Reports Developer 10g: Build Reports Oracle University Contact Us: +386 15888820 Oracle Reports Developer 10g: Build Reports Duration: 5 Days What you will learn In this course, students learn how to design and build a variety of standard

More information

Oracle Fusion Middleware 11g: Build Applications with Oracle Forms

Oracle Fusion Middleware 11g: Build Applications with Oracle Forms Oracle University Contact Us: +381 11 2016811 Oracle Fusion Middleware 11g: Build Applications with Oracle Forms Duration: 5 Days What you will learn This course teaches students how to use Oracle Forms

More information

20761 Querying Data with Transact SQL

20761 Querying Data with Transact SQL Course Overview The main purpose of this course is to give students a good understanding of the Transact-SQL language which is used by all SQL Server-related disciplines; namely, Database Administration,

More information

OBIEE Course Details

OBIEE Course Details OBIEE Course Details By Besant Technologies Course Name Category Venue OBIEE (Oracle Business Intelligence Enterprise Edition) BI Besant Technologies No.24, Nagendra Nagar, Velachery Main Road, Address

More information

Querying Data with Transact SQL Microsoft Official Curriculum (MOC 20761)

Querying Data with Transact SQL Microsoft Official Curriculum (MOC 20761) Querying Data with Transact SQL Microsoft Official Curriculum (MOC 20761) Course Length: 3 days Course Delivery: Traditional Classroom Online Live MOC on Demand Course Overview The main purpose of this

More information

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda Agenda Oracle9i Warehouse Review Dulcian, Inc. Oracle9i Server OLAP Server Analytical SQL Mining ETL Infrastructure 9i Warehouse Builder Oracle 9i Server Overview E-Business Intelligence Platform 9i Server:

More information

Querying Microsoft SQL Server 2008/2012

Querying Microsoft SQL Server 2008/2012 Querying Microsoft SQL Server 2008/2012 Course 10774A 5 Days Instructor-led, Hands-on Introduction This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL

More information

20461: Querying Microsoft SQL Server 2014 Databases

20461: Querying Microsoft SQL Server 2014 Databases Course Outline 20461: Querying Microsoft SQL Server 2014 Databases Module 1: Introduction to Microsoft SQL Server 2014 This module introduces the SQL Server platform and major tools. It discusses editions,

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Querying Data with Transact-SQL Course 20761C 5 Days Instructor-led, Hands on Course Information The main purpose of the course is to give students a good understanding of the Transact- SQL language which

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Querying Data with Transact-SQL 20761B; 5 Days; Instructor-led Course Description This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first three days can

More information

Certification Exam Preparation Seminar: Oracle Database SQL

Certification Exam Preparation Seminar: Oracle Database SQL Oracle University Contact Us: 0800 891 6502 Certification Exam Preparation Seminar: Oracle Database SQL Duration: 1 Day What you will learn This video seminar Certification Exam Preparation Seminar: Oracle

More information

Oracle Database 11g: SQL Tuning Workshop

Oracle Database 11g: SQL Tuning Workshop Oracle University Contact Us: Local: 0845 777 7 711 Intl: +44 845 777 7 711 Oracle Database 11g: SQL Tuning Workshop Duration: 3 Days What you will learn This Oracle Database 11g: SQL Tuning Workshop Release

More information

"Charting the Course... Oracle18c SQL (5 Day) Course Summary

Charting the Course... Oracle18c SQL (5 Day) Course Summary Course Summary Description This course provides a complete, hands-on introduction to SQL including the use of both SQL Developer and SQL*Plus. This coverage is appropriate for users of Oracle11g and higher.

More information

Learn Well Technocraft

Learn Well Technocraft Note: We are authorized partner and conduct global certifications for Oracle and Microsoft. The syllabus is designed based on global certification standards. This syllabus prepares you for Oracle global

More information

DB2 SQL Class Outline

DB2 SQL Class Outline DB2 SQL Class Outline The Basics of SQL Introduction Finding Your Current Schema Setting Your Default SCHEMA SELECT * (All Columns) in a Table SELECT Specific Columns in a Table Commas in the Front or

More information

Oracle SQL & PL SQL Course

Oracle SQL & PL SQL Course Oracle SQL & PL SQL Course Complete Practical & Real-time Training Job Support Complete Practical Real-Time Scenarios Resume Preparation Lab Access Training Highlights Placement Support Support Certification

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server Querying Microsoft SQL Server Duration: 5 Days (08:30-16:00) Overview: This course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server. This

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Querying Data with Transact-SQL General Description This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first three days can be taught as a course to students

More information

Oracle PL SQL Training & Certification

Oracle PL SQL Training & Certification About Intellipaat Intellipaat is a fast-growing professional training provider that is offering training in over 150 most sought-after tools and technologies. We have a learner base of 600,000 in over

More information

Sql Server Syllabus. Overview

Sql Server Syllabus. Overview Sql Server Syllabus Overview This SQL Server training teaches developers all the Transact-SQL skills they need to create database objects like Tables, Views, Stored procedures & Functions and triggers

More information