SlideShare une entreprise Scribd logo
1  sur  10
OBIEE Repository Metadata Development

                                                 Table of contents
Process for bringing data into OBIEE.............................................................................2
  Dimensions............................................................................................................2
    Physical Layer......................................................................................................2
     Connection Pool....................................................................................................3
     Create Primary Keys..............................................................................................3
     Create the Physical Diagram...................................................................................3
     Business Layer ....................................................................................................4
     Presentation Layer................................................................................................4
     Denormalized tables..............................................................................................4
Repository Documentation Utilities...............................................................................5
  Rename Wizard.......................................................................................................5
  Generating and Deploying a Metadata Dictionary........................................................5
  Generating Documentation of Repository Mappings.....................................................5
  Verify Data Type.....................................................................................................5
   Change the Date Data Type...................................................................................5
     Where are system-wide changes stored?.................................................................6
   Create Hierarchies...................................................................................................6
    Hierarchy Aggregation...........................................................................................6
     Hierarchy Errors...................................................................................................6
Building Hierarchies With Columns In Different Tables.....................................................7
Changes Applied Through Answers...............................................................................8
  Formatting Data Values...........................................................................................8
  Request Filters......................................................................................................10
    Protect Filters Passed through Dashboard...............................................................10




/home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc
                                                        Page 1
Process for bringing data into OBIEE
(from remarks by Mike Jelen, BICG, 5/13/2008)
General: Perform an operation, then immediately save and check integrity. This saves a lot
of troubleshooting time.

Dimensions

Physical Layer
   •   Use File.> Import from Server with OCI 10g/11g selected (avoids need to change the
       Connection Pool later)
   •   TNS Name = Data source name on Connection Pool dialog
           o   TNS Name = polydata.world




/home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc
                                              Page 2
Connection Pool
   •   Require fully qualified table names on connection pool (needed for proxy account
       since it has only read access to tables)




Create Primary Keys
   •   Verify that primary keys were imported and identified in the tables. If not, add them.
   •   Right-click table, select Properties
   •   Select the Keys tab
   •   If primary key is not marked or the wrong one is selected, modify the keys
       accordingly.

Create the Physical Diagram
   •   Click Foreign Join button, then click Dimension table and drag to Fact table
   •   For various DATES in the fact table, copy the TIME dimension 3 times with different
       alias names, then join to 3 different dates in the fact table (e.g., withdrawn_date,
       enrolled_date, dropped_date)




/home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc
                                              Page 3
Business Layer
   •   Use Complex Joins to join new items created in the Business Layer, if any
   •   Aggregate items that can be summed
   •   Use Rename Wizard to rename fields and tables
           o   One table at a time (in on-line mode)
           o   Rules must be ordered, or perform one rule at a time
   •   Group columns with dummy columns, e.g.
               --- Program Plan Begin ---
               --- Program Plan End ---
           o   Check "Use existing logical column as the source"
           o   Enter the number 1 in the formula box

Presentation Layer
   •   Group columns with subfolders
           o   Create new Presentation Table as "– [Name]" (that's hyphen space name)
           o   Creates a subfolder under the parent folder
                       It is also possible to do this with "->" in the Description, but this is
                        less desirable because it is not visible in Administrator unless you are
                        looking at the column's Properties
   •   For Administrator convenience, use icons to relate items in Presentation and
       Business Model layers

Denormalized tables
   •   Physical layer
           o   Several subject-related denormalized tables may be pulled in together
           o   Create an alias of each denormalized table
           o   In the Physical Diagram, use a simple join from the original table to the alias
           o   The alias becomes the "fact" table
   •   Business Layer
           o   Delete columns from the "fact" table that are not used for measures (all but
               the join column in most cases)
   •   Presentation Layer
           o   Delete alias table (assuming it does not contain measures)
           o   Create different folders (subject areas) for different denormalized tables so
               that people don't try using them together. (While this would not be allowed in
               Answers, trying to do so returns an error message that is confusing for the
               user.)




/home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc
                                               Page 4
Repository Documentation Utilities
   •   BI Administration Tool > Tools menu > Utilities
   •   For more information search Help

Rename Wizard
   •   Rename columns
   •   Remove underscore character
   •   Change all column names so that first letter of each word is uppercase and rest is
       lowercase.

Generating and Deploying a Metadata Dictionary
   •   Web-based XML file of information in the repository file.

Generating Documentation of Repository Mappings
   •   Use this tool to document the tables, columns, etc in the repository file.
   •   Produces csv or tab-delimited file.
   •   Only columns that are in the Presentation Layer will be included in the report.
   •   Run the utility after ALL columns are brought to the Presentation Layer and after
       running the Rename Wizard.
   •   Run the utility before fields (ex. Keys, Extract Date, Maint Date) are deleted from the
       Presentation Layer.

Verify Data Type
Before moving tables to the Business Model or Presentation Layer verify that the Data Type
is correct for the columns. OBIEE may define the column as a different data type than what
was intended or used in the Warehouse.

Change the Date Data Type
Most date columns come into OBIEE with a Data Type of DATETIME which produces a date
format that includes the date and the time.
To remove the time from the field change the Data Type to DATE. This change will push
through from the Physical Layer through the Business Model and Presentation Layers.
Dates are brought in as DATETIME.
   •   DATETIME = 1900/02/25 00:00:00
   •   DATE = 1900/02/25
Columns defined as Number will come into OBIEE as DOUBLE which includes two decimal
places. If this is incorrect for the column select INTEGER.
   •   DOUBLE = 19000225.00
   •   INTEGER = 19000225




/home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc
                                              Page 5
Note: Column Properties which include Style, Column Format, Data Format and Conditional
Format are applied in Answers.

Where are system-wide changes stored?
System-wide changes are stored in the Web Catalog and must be moved from development
to production servers along with requests and dashboards. These files are stored in folders
separate from requests and dashboards.

Create Hierarchies
1. Right-click dimension table and select Create Dimension at the bottom of the shortcut
   menu.
2. A Hierarchy is created using the name of the dimension table followed by the word Dim.
3. A Grand Total level and Detail level will be created. The Detail level will contain all of the
   columns of the dimension.
4. Create child levels using names that match your hierarchy. Right-click the Detail level,
   select New Object, Child level.
5. Create a child level below the lowest child level (this will contain the dimension key.)
   Move the dimension key to this level. Right-click this key column and remove the
   checkmark next to Use for drilldown.
6. Move other columns to their respective levels.
7. Delete any unneeded columns from any level.
8. Select columns within each level, right-click and select New Logical Level Key. Select all
   columns as keys if you want to see them in drilldown.
9. For any levels that should be skipped in the drill-down, select all columns in the level,
   right-click and remove the checkmark next to Use for drilldown.
10. At level two check for a Detail key that was automatically created. (Right-click level two,
    Properties, click the Keys tab). Highlight and delete Detail Key.

Hierarchy Aggregation
In the hierarchy, starting from the top and moving down. At each level below the Grand
Total level, double-click the level. In the field Number of elements at this level: enter 10
and increase in increments of 10 through all levels in the hierarchy.

Hierarchy Errors
OBI Tool Metadata Errors and Solutions
[nQSError: 15001] Could not load navigation space for subject area Student Enrollment.
[nQSError: 15019] Table Student Class Section is functionally dependent upon level
Institution Code, but a more detailed child level has associated columns from that same
table or a more detailed table.
This message occurs when either a key is in the Total level or when the first child level
below the Total level contains two keys. Right-click on the Total level and select Properties.
The Keys tab should be grayed out. If it is selectable, check to see what is there and delete
it. Go to the next level down, right-click, select the Keys tab. Only one Key should appear.
Delete the key that does not belong.




/home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc
                                              Page 6
http://www.oracle.com/technology/products/bi/index.html


Building Hierarchies With Columns In Different
Tables
This first step is needed if columns for hierarchy reside in multiple dimension
tables or a dimension table and fact table or because the data model contains only
one dimension table and no fact table.
1. Create a new or second dimension table from an already existing table
2. Create an alias of the table in the physical layer.
3. Right-click on table in Physical layer, select New object > Alias.
4. Join the new dimension in the Physical diagram.
5. Select the data model, right-click Physical Diagram > Object(s) and All Joins.
6. Click the New Foreign Join button. Click the new dimension table, then click the Fact
   table.
7. If you are joining a new dimension table to itself then create joins between all of the
   keys in both tables.
8. Click the first key in the table on the left. Find the matching key in the table on the
   right. Hold down the CTRL key and click the next key on the left and the matching key
   on the right. Continue until all keys are identified in the Expression box at the bottom of
   the Physical Foreign Key window. Click the OK button.
9. A message “ a matching table key doesn’t exist…” will appear. Click Yes.
10. Check in changes.
11. Drag the new dimension (Alias) table from the Physical Layer to the Business Model.
12. Select the data model, right-click Business Model Diagram > Whole Diagram.
13. Use the Complex Join button between the two tables. No changes are made on the
    Logical Join window. Click OK. Close the Diagram Window.
14. The new dimension table now has a dimension table icon.
15. Check in changes. Save repository.
16. Cleanup on tables
   •   Remove all “Fact” columns from the new dimension table.
   •   Remove all dimension columns that don’t belong in the “Fact” table.
Assuming an item in the newly created dimension A that needs to be used for a
hierarchy in a different dimension B:
Select items from physical layer table corresponding to A and drag to the B dimension in the
Business Model.
Expand Sources for B table (click + ) then double-click on the B table source.




/home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc
                                              Page 7
Click the Add button on the General tab.
In the box below name click the B table then click the Select button. This creates a join
between those two dimensions.




Then move Items that you want in the B dimension from the Physical layer to the A
dimension Source name.
This forces a logical join from the physical join between the dimension table and Fact table.


Changes Applied Through Answers
Formatting Data Values
Column Properties which include Style, Column Format, Data Format and Conditional
Format are applied in Answers. When a certain format is desired for a column everytime the
column is used then system-wide changes can be applied. System-wide changes can be
saved at the column level or the data type level.




/home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc
                                              Page 8
A perfect example for a system-wide change is the GPA (Grade Point Average). The field is
defined with a Data Type of DOUBLE which gives you two decimal places but you need three
decimal places in Answers and Dashboards.
   1. Select the GPA column in Answers.
   2. Select the Column Properties button.
   3. Select the Data Format tab.
   4. Click the Override Default Data Format checkbox
   5. Change the number of Decimal Places.
   6. Click the Save button and choose "as the system-wide default for "Student.GPA"




/home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc
                                              Page 9
Request Filters

Protect Filters Passed through Dashboard
On the filter in the Answers Request, select Filter Options button > Protect Filter.
This ensures that the filter used in the request is not lost or overwritten by another filter or
dashboard prompt that may supersede the request.
This option is only available if a value has been specified in the filter. If the filter item is set
to "is prompted" then the Protect Filter option if not available.




/home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc
                                               Page 10

Contenu connexe

Tendances

2580 microsoft excel2010_rtm_wsg_external
2580 microsoft excel2010_rtm_wsg_external2580 microsoft excel2010_rtm_wsg_external
2580 microsoft excel2010_rtm_wsg_externalBrittanyShatia
 
AIA101.1.MS Access Tables & Data
AIA101.1.MS Access Tables & DataAIA101.1.MS Access Tables & Data
AIA101.1.MS Access Tables & DataDan D'Urso
 
Nota database object query
Nota database object queryNota database object query
Nota database object queryAzmiah Mahmud
 
Microsoft Excel Tutorial
Microsoft Excel TutorialMicrosoft Excel Tutorial
Microsoft Excel TutorialFaHaD .H. NooR
 
OBIEE 11g : Repository Creation Steps
OBIEE 11g : Repository Creation StepsOBIEE 11g : Repository Creation Steps
OBIEE 11g : Repository Creation StepsDharmaraj Borse
 
230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-view
230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-view230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-view
230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-viewFaina Fridman
 
Altering Drop-Down Menus for Admissions IT Service Request Form
Altering Drop-Down Menus for Admissions IT Service Request FormAltering Drop-Down Menus for Admissions IT Service Request Form
Altering Drop-Down Menus for Admissions IT Service Request FormEdwin Jackson
 
Line Graph Analysis using R Script for Intel Edison - IoT Foundation Data - N...
Line Graph Analysis using R Script for Intel Edison - IoT Foundation Data - N...Line Graph Analysis using R Script for Intel Edison - IoT Foundation Data - N...
Line Graph Analysis using R Script for Intel Edison - IoT Foundation Data - N...WithTheBest
 
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & FormulaesE-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & FormulaesBurCom Consulting Ltd.
 
IBM Db2 11.5 External Tables
IBM Db2 11.5 External TablesIBM Db2 11.5 External Tables
IBM Db2 11.5 External TablesPhil Downey
 
( 13 ) Office 2007 Coding With Excel And Excel Services
( 13 ) Office 2007   Coding With Excel And Excel Services( 13 ) Office 2007   Coding With Excel And Excel Services
( 13 ) Office 2007 Coding With Excel And Excel ServicesLiquidHub
 
Excel 2010 Unit B PPT
Excel 2010 Unit B PPTExcel 2010 Unit B PPT
Excel 2010 Unit B PPTokmomwalking
 
Triad 2010 word_chapter_4
Triad 2010 word_chapter_4Triad 2010 word_chapter_4
Triad 2010 word_chapter_4Dalia Saeed
 

Tendances (16)

MS Excel
MS ExcelMS Excel
MS Excel
 
2580 microsoft excel2010_rtm_wsg_external
2580 microsoft excel2010_rtm_wsg_external2580 microsoft excel2010_rtm_wsg_external
2580 microsoft excel2010_rtm_wsg_external
 
AIA101.1.MS Access Tables & Data
AIA101.1.MS Access Tables & DataAIA101.1.MS Access Tables & Data
AIA101.1.MS Access Tables & Data
 
Nota database object query
Nota database object queryNota database object query
Nota database object query
 
Microsoft Excel Tutorial
Microsoft Excel TutorialMicrosoft Excel Tutorial
Microsoft Excel Tutorial
 
Part1 (2 Examene)
Part1 (2 Examene)Part1 (2 Examene)
Part1 (2 Examene)
 
Part2 (1 Examen)
Part2 (1 Examen)Part2 (1 Examen)
Part2 (1 Examen)
 
OBIEE 11g : Repository Creation Steps
OBIEE 11g : Repository Creation StepsOBIEE 11g : Repository Creation Steps
OBIEE 11g : Repository Creation Steps
 
230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-view
230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-view230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-view
230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-view
 
Altering Drop-Down Menus for Admissions IT Service Request Form
Altering Drop-Down Menus for Admissions IT Service Request FormAltering Drop-Down Menus for Admissions IT Service Request Form
Altering Drop-Down Menus for Admissions IT Service Request Form
 
Line Graph Analysis using R Script for Intel Edison - IoT Foundation Data - N...
Line Graph Analysis using R Script for Intel Edison - IoT Foundation Data - N...Line Graph Analysis using R Script for Intel Edison - IoT Foundation Data - N...
Line Graph Analysis using R Script for Intel Edison - IoT Foundation Data - N...
 
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & FormulaesE-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
 
IBM Db2 11.5 External Tables
IBM Db2 11.5 External TablesIBM Db2 11.5 External Tables
IBM Db2 11.5 External Tables
 
( 13 ) Office 2007 Coding With Excel And Excel Services
( 13 ) Office 2007   Coding With Excel And Excel Services( 13 ) Office 2007   Coding With Excel And Excel Services
( 13 ) Office 2007 Coding With Excel And Excel Services
 
Excel 2010 Unit B PPT
Excel 2010 Unit B PPTExcel 2010 Unit B PPT
Excel 2010 Unit B PPT
 
Triad 2010 word_chapter_4
Triad 2010 word_chapter_4Triad 2010 word_chapter_4
Triad 2010 word_chapter_4
 

Similaire à Obiee metadata development

Implementing Tables and Views.pptx
Implementing Tables and Views.pptxImplementing Tables and Views.pptx
Implementing Tables and Views.pptxLuisManuelUrbinaAmad
 
Best practice bi_design_bestpracticesv_1_5
Best practice bi_design_bestpracticesv_1_5Best practice bi_design_bestpracticesv_1_5
Best practice bi_design_bestpracticesv_1_5rajibzzaman
 
Jaspersoft and Clarity PPM - Advanced Reporting with Data Warehouse
Jaspersoft and Clarity PPM - Advanced Reporting with Data WarehouseJaspersoft and Clarity PPM - Advanced Reporting with Data Warehouse
Jaspersoft and Clarity PPM - Advanced Reporting with Data WarehouseThiago Bottoni
 
Tableau Basic Questions
Tableau Basic QuestionsTableau Basic Questions
Tableau Basic QuestionsSooraj Vinodan
 
Introduction to STATA(2).pdf
Introduction to STATA(2).pdfIntroduction to STATA(2).pdf
Introduction to STATA(2).pdfYomif3
 
Creating a repository using the oracle business intelligence administration tool
Creating a repository using the oracle business intelligence administration toolCreating a repository using the oracle business intelligence administration tool
Creating a repository using the oracle business intelligence administration toolRavi Kumar Lanke
 
Style Intelligence User Documentation
Style Intelligence User DocumentationStyle Intelligence User Documentation
Style Intelligence User DocumentationArleneWatson
 
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docxINTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docxmariuse18nolet
 
Sample sales reengineering in obiee 11g part i and part ii
Sample sales reengineering in obiee 11g  part i and part iiSample sales reengineering in obiee 11g  part i and part ii
Sample sales reengineering in obiee 11g part i and part iiAmit Sharma
 
Power bi slide share pdf it is a very important
Power bi slide share pdf it is a very importantPower bi slide share pdf it is a very important
Power bi slide share pdf it is a very importantSatyabratarath5
 
DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIEzekielJames8
 
Pl sql best practices document
Pl sql best practices documentPl sql best practices document
Pl sql best practices documentAshwani Pandey
 
Worksets In Central File Ps
Worksets In Central File   PsWorksets In Central File   Ps
Worksets In Central File PsParveen Sharma
 

Similaire à Obiee metadata development (20)

Implementing Tables and Views.pptx
Implementing Tables and Views.pptxImplementing Tables and Views.pptx
Implementing Tables and Views.pptx
 
Best practice bi_design_bestpracticesv_1_5
Best practice bi_design_bestpracticesv_1_5Best practice bi_design_bestpracticesv_1_5
Best practice bi_design_bestpracticesv_1_5
 
Module 3 design and implementing tables
Module 3 design and implementing tablesModule 3 design and implementing tables
Module 3 design and implementing tables
 
Jaspersoft and Clarity PPM - Advanced Reporting with Data Warehouse
Jaspersoft and Clarity PPM - Advanced Reporting with Data WarehouseJaspersoft and Clarity PPM - Advanced Reporting with Data Warehouse
Jaspersoft and Clarity PPM - Advanced Reporting with Data Warehouse
 
Tableau Basic Questions
Tableau Basic QuestionsTableau Basic Questions
Tableau Basic Questions
 
Introduction to STATA(2).pdf
Introduction to STATA(2).pdfIntroduction to STATA(2).pdf
Introduction to STATA(2).pdf
 
Creating a repository using the oracle business intelligence administration tool
Creating a repository using the oracle business intelligence administration toolCreating a repository using the oracle business intelligence administration tool
Creating a repository using the oracle business intelligence administration tool
 
Dbms fast track 2/3
Dbms fast track 2/3Dbms fast track 2/3
Dbms fast track 2/3
 
Style Intelligence User Documentation
Style Intelligence User DocumentationStyle Intelligence User Documentation
Style Intelligence User Documentation
 
Project management software
Project management softwareProject management software
Project management software
 
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docxINTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
 
Sample sales reengineering in obiee 11g part i and part ii
Sample sales reengineering in obiee 11g  part i and part iiSample sales reengineering in obiee 11g  part i and part ii
Sample sales reengineering in obiee 11g part i and part ii
 
Power bi slide share pdf it is a very important
Power bi slide share pdf it is a very importantPower bi slide share pdf it is a very important
Power bi slide share pdf it is a very important
 
DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
 
Pl sql best practices document
Pl sql best practices documentPl sql best practices document
Pl sql best practices document
 
Worksets In Central File Ps
Worksets In Central File   PsWorksets In Central File   Ps
Worksets In Central File Ps
 
Access4
Access4Access4
Access4
 
Inventor Content Center: Adding Information
Inventor Content Center:   Adding InformationInventor Content Center:   Adding Information
Inventor Content Center: Adding Information
 
PowerBI Training
PowerBI Training PowerBI Training
PowerBI Training
 
Notacd12
Notacd12Notacd12
Notacd12
 

Dernier

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 

Dernier (20)

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 

Obiee metadata development

  • 1. OBIEE Repository Metadata Development Table of contents Process for bringing data into OBIEE.............................................................................2 Dimensions............................................................................................................2 Physical Layer......................................................................................................2 Connection Pool....................................................................................................3 Create Primary Keys..............................................................................................3 Create the Physical Diagram...................................................................................3 Business Layer ....................................................................................................4 Presentation Layer................................................................................................4 Denormalized tables..............................................................................................4 Repository Documentation Utilities...............................................................................5 Rename Wizard.......................................................................................................5 Generating and Deploying a Metadata Dictionary........................................................5 Generating Documentation of Repository Mappings.....................................................5 Verify Data Type.....................................................................................................5 Change the Date Data Type...................................................................................5 Where are system-wide changes stored?.................................................................6 Create Hierarchies...................................................................................................6 Hierarchy Aggregation...........................................................................................6 Hierarchy Errors...................................................................................................6 Building Hierarchies With Columns In Different Tables.....................................................7 Changes Applied Through Answers...............................................................................8 Formatting Data Values...........................................................................................8 Request Filters......................................................................................................10 Protect Filters Passed through Dashboard...............................................................10 /home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc Page 1
  • 2. Process for bringing data into OBIEE (from remarks by Mike Jelen, BICG, 5/13/2008) General: Perform an operation, then immediately save and check integrity. This saves a lot of troubleshooting time. Dimensions Physical Layer • Use File.> Import from Server with OCI 10g/11g selected (avoids need to change the Connection Pool later) • TNS Name = Data source name on Connection Pool dialog o TNS Name = polydata.world /home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc Page 2
  • 3. Connection Pool • Require fully qualified table names on connection pool (needed for proxy account since it has only read access to tables) Create Primary Keys • Verify that primary keys were imported and identified in the tables. If not, add them. • Right-click table, select Properties • Select the Keys tab • If primary key is not marked or the wrong one is selected, modify the keys accordingly. Create the Physical Diagram • Click Foreign Join button, then click Dimension table and drag to Fact table • For various DATES in the fact table, copy the TIME dimension 3 times with different alias names, then join to 3 different dates in the fact table (e.g., withdrawn_date, enrolled_date, dropped_date) /home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc Page 3
  • 4. Business Layer • Use Complex Joins to join new items created in the Business Layer, if any • Aggregate items that can be summed • Use Rename Wizard to rename fields and tables o One table at a time (in on-line mode) o Rules must be ordered, or perform one rule at a time • Group columns with dummy columns, e.g. --- Program Plan Begin --- --- Program Plan End --- o Check "Use existing logical column as the source" o Enter the number 1 in the formula box Presentation Layer • Group columns with subfolders o Create new Presentation Table as "– [Name]" (that's hyphen space name) o Creates a subfolder under the parent folder  It is also possible to do this with "->" in the Description, but this is less desirable because it is not visible in Administrator unless you are looking at the column's Properties • For Administrator convenience, use icons to relate items in Presentation and Business Model layers Denormalized tables • Physical layer o Several subject-related denormalized tables may be pulled in together o Create an alias of each denormalized table o In the Physical Diagram, use a simple join from the original table to the alias o The alias becomes the "fact" table • Business Layer o Delete columns from the "fact" table that are not used for measures (all but the join column in most cases) • Presentation Layer o Delete alias table (assuming it does not contain measures) o Create different folders (subject areas) for different denormalized tables so that people don't try using them together. (While this would not be allowed in Answers, trying to do so returns an error message that is confusing for the user.) /home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc Page 4
  • 5. Repository Documentation Utilities • BI Administration Tool > Tools menu > Utilities • For more information search Help Rename Wizard • Rename columns • Remove underscore character • Change all column names so that first letter of each word is uppercase and rest is lowercase. Generating and Deploying a Metadata Dictionary • Web-based XML file of information in the repository file. Generating Documentation of Repository Mappings • Use this tool to document the tables, columns, etc in the repository file. • Produces csv or tab-delimited file. • Only columns that are in the Presentation Layer will be included in the report. • Run the utility after ALL columns are brought to the Presentation Layer and after running the Rename Wizard. • Run the utility before fields (ex. Keys, Extract Date, Maint Date) are deleted from the Presentation Layer. Verify Data Type Before moving tables to the Business Model or Presentation Layer verify that the Data Type is correct for the columns. OBIEE may define the column as a different data type than what was intended or used in the Warehouse. Change the Date Data Type Most date columns come into OBIEE with a Data Type of DATETIME which produces a date format that includes the date and the time. To remove the time from the field change the Data Type to DATE. This change will push through from the Physical Layer through the Business Model and Presentation Layers. Dates are brought in as DATETIME. • DATETIME = 1900/02/25 00:00:00 • DATE = 1900/02/25 Columns defined as Number will come into OBIEE as DOUBLE which includes two decimal places. If this is incorrect for the column select INTEGER. • DOUBLE = 19000225.00 • INTEGER = 19000225 /home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc Page 5
  • 6. Note: Column Properties which include Style, Column Format, Data Format and Conditional Format are applied in Answers. Where are system-wide changes stored? System-wide changes are stored in the Web Catalog and must be moved from development to production servers along with requests and dashboards. These files are stored in folders separate from requests and dashboards. Create Hierarchies 1. Right-click dimension table and select Create Dimension at the bottom of the shortcut menu. 2. A Hierarchy is created using the name of the dimension table followed by the word Dim. 3. A Grand Total level and Detail level will be created. The Detail level will contain all of the columns of the dimension. 4. Create child levels using names that match your hierarchy. Right-click the Detail level, select New Object, Child level. 5. Create a child level below the lowest child level (this will contain the dimension key.) Move the dimension key to this level. Right-click this key column and remove the checkmark next to Use for drilldown. 6. Move other columns to their respective levels. 7. Delete any unneeded columns from any level. 8. Select columns within each level, right-click and select New Logical Level Key. Select all columns as keys if you want to see them in drilldown. 9. For any levels that should be skipped in the drill-down, select all columns in the level, right-click and remove the checkmark next to Use for drilldown. 10. At level two check for a Detail key that was automatically created. (Right-click level two, Properties, click the Keys tab). Highlight and delete Detail Key. Hierarchy Aggregation In the hierarchy, starting from the top and moving down. At each level below the Grand Total level, double-click the level. In the field Number of elements at this level: enter 10 and increase in increments of 10 through all levels in the hierarchy. Hierarchy Errors OBI Tool Metadata Errors and Solutions [nQSError: 15001] Could not load navigation space for subject area Student Enrollment. [nQSError: 15019] Table Student Class Section is functionally dependent upon level Institution Code, but a more detailed child level has associated columns from that same table or a more detailed table. This message occurs when either a key is in the Total level or when the first child level below the Total level contains two keys. Right-click on the Total level and select Properties. The Keys tab should be grayed out. If it is selectable, check to see what is there and delete it. Go to the next level down, right-click, select the Keys tab. Only one Key should appear. Delete the key that does not belong. /home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc Page 6
  • 7. http://www.oracle.com/technology/products/bi/index.html Building Hierarchies With Columns In Different Tables This first step is needed if columns for hierarchy reside in multiple dimension tables or a dimension table and fact table or because the data model contains only one dimension table and no fact table. 1. Create a new or second dimension table from an already existing table 2. Create an alias of the table in the physical layer. 3. Right-click on table in Physical layer, select New object > Alias. 4. Join the new dimension in the Physical diagram. 5. Select the data model, right-click Physical Diagram > Object(s) and All Joins. 6. Click the New Foreign Join button. Click the new dimension table, then click the Fact table. 7. If you are joining a new dimension table to itself then create joins between all of the keys in both tables. 8. Click the first key in the table on the left. Find the matching key in the table on the right. Hold down the CTRL key and click the next key on the left and the matching key on the right. Continue until all keys are identified in the Expression box at the bottom of the Physical Foreign Key window. Click the OK button. 9. A message “ a matching table key doesn’t exist…” will appear. Click Yes. 10. Check in changes. 11. Drag the new dimension (Alias) table from the Physical Layer to the Business Model. 12. Select the data model, right-click Business Model Diagram > Whole Diagram. 13. Use the Complex Join button between the two tables. No changes are made on the Logical Join window. Click OK. Close the Diagram Window. 14. The new dimension table now has a dimension table icon. 15. Check in changes. Save repository. 16. Cleanup on tables • Remove all “Fact” columns from the new dimension table. • Remove all dimension columns that don’t belong in the “Fact” table. Assuming an item in the newly created dimension A that needs to be used for a hierarchy in a different dimension B: Select items from physical layer table corresponding to A and drag to the B dimension in the Business Model. Expand Sources for B table (click + ) then double-click on the B table source. /home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc Page 7
  • 8. Click the Add button on the General tab. In the box below name click the B table then click the Select button. This creates a join between those two dimensions. Then move Items that you want in the B dimension from the Physical layer to the A dimension Source name. This forces a logical join from the physical join between the dimension table and Fact table. Changes Applied Through Answers Formatting Data Values Column Properties which include Style, Column Format, Data Format and Conditional Format are applied in Answers. When a certain format is desired for a column everytime the column is used then system-wide changes can be applied. System-wide changes can be saved at the column level or the data type level. /home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc Page 8
  • 9. A perfect example for a system-wide change is the GPA (Grade Point Average). The field is defined with a Data Type of DOUBLE which gives you two decimal places but you need three decimal places in Answers and Dashboards. 1. Select the GPA column in Answers. 2. Select the Column Properties button. 3. Select the Data Format tab. 4. Click the Override Default Data Format checkbox 5. Change the number of Decimal Places. 6. Click the Save button and choose "as the system-wide default for "Student.GPA" /home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc Page 9
  • 10. Request Filters Protect Filters Passed through Dashboard On the filter in the Answers Request, select Filter Options button > Protect Filter. This ensures that the filter used in the request is not lost or overwritten by another filter or dashboard prompt that may supersede the request. This option is only available if a value has been specified in the filter. If the filter item is set to "is prompted" then the Protect Filter option if not available. /home/pptfactory/temp/20120307114855/obieemetadatadevelopment-120307054853-phpapp02.doc Page 10