A1-Administration Tool_第1页
A1-Administration Tool_第2页
A1-Administration Tool_第3页
A1-Administration Tool_第4页
A1-Administration Tool_第5页
已阅读5页,还剩86页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

Creating a Repository Using the Oracle Business Intelligence Administration ToolPurposeThis tutorial covers using the Oracle Business Intelligence (BI) Administration Tool to build, modify, enhance, and manage an Oracle BI repository.OverviewThis tutorial shows you how to build an Oracle BI metadata repository using the Oracle BI Administration Tool. You learn how to import metadata from databases and other data sources, simplify and reorganize the imported metadata into a business model, and then structure the business model for presentation to users who request business intelligence information via Oracle BI user interfaces.Building the Physical Layer of a RepositoryCreate a New Repository1.SelectStart Programs Oracle Business Intelligence BI Administrationto open the Administration Tool. 2.SelectFile New Repository.3.Enter a name for the repository. In this tutorial the repository name isBISAMPLE.4.Leave the default location as is. It points to the default repository directory.5.Leave Import Metadata set toYes.6.Enter and retype a password for the repository. In this tutorialBISAMPLEis the repository password.7 .ClickNext.Import Metadata1 .Change the Connection Type toOCI 10g/11g. The screen displays connection fields based on the connection type you selected.2 .Enter a data source name. In this example the data source name isorcl. This name is the same as the tnsnames.ora entry for this Oracle database instance.3 .Enter a user name and password for the data source. In this example the username and password are bothBISAMPLE. Recall that BISAMPLE is the name of the user/schema you created in the prerequisite section.4 .ClickNext.5 .Accept the default metadata types and clickNext.6 .In the Data source view, expand theBISAMPLEschema.7 .UseCtrl+Clickto select the following tables:SAMP_ADDRESSES_DSAMP_CUSTOMERS_DSAMP_PRODUCTS_DSAMP_REVENUE_FSAMP_TIME_DAY_D8 .Click theImport Selected buttonto add the tables to the Repository View.9 .The Connection Pool dialog box appears. Accept the defaults and clickOK.10 .The Importing message appears.11 .When import is complete, expandBISAMPLEin the Repository View and verify that the five tables are visible.12 .ClickFinishto open the repository.13 .Expandorcl BISAMPLEand confirm that the five tables are imported into the Physical layer of the repository.Verify Connection1 .SelectTools Update All Row Counts.2 .When update row counts completes, move the cursor over the tables and observe that row count information is now visible, including when the row count was last updated.3 .Expand tables and observe that row count information is also visible for individual columns.4 .Right-click a table and selectView Datato view the data for the table.5 .Close the View Data dialog box when you are done. It is a good idea to update row counts or view data after an import to verify connectivity. Viewing data or updating row count, if successful, tells you that your connection is configured correctly.Create Aliases1 .It is recommended that you use table aliases frequently in the Physical layer to eliminate extraneous joins and to include best practice naming conventions for physical table names. Right-clickSAMP_TIME_DAY_Dand selectNew Object Aliasto open the Physical Table dialog box.2 .EnterD1 Timein the Name field.3 .In the Description field, enterTime Dimension Alias at day grain. Stores one record for each day.4 .Click theColumnstab. Note that alias tables inherit all column definitions from the source table.5 .ClickOKto close the Physical Table dialog box.6 .Repeat the steps and create the following aliases for the remaining physical tables.SAMP_ADDRESSES_D =D4 AddressSAMP_CUSTOMERS_D =D3 CustomerSAMP_PRODUCTS_D =D2 ProductSAMP_REVENUE_F =F1 RevenueCreate Keys and Joins1 .Select the five alias tables in the Physical layer.2 .Right-click one of the highlighted alias tables and selectPhysical Diagram Selected Object(s) Onlyto open the Physical Diagram. Alternatively, you can click the Physical Diagram button on the toolbar.3 .Rearrange the alias table objects so they are all visible. If desired, right-click in the white space of the diagram and select Zoom to change the size of the objects in the Physical Diagram.4 .Click theNew Foreign Keybutton on the toolbar.5 .Click theD1 Timetable, and then click theF1 Revenuetable. The Physical Foreign Key dialog box opens. It matters which table you click first. The join creates a one-to-many (1:N) relationship that joins the key column in the first table to a foreign key column in the second table.6 .Select theD1 Time. CALENDAR_DATEcolumn, and then selectF1 Revenue.BILL_DAY_DTto join the tables. Ensure that the Expression edit box (at the bottom) contains the following expression:orcl.BISAMPLE.D1 Time.CALENDAR_DATE = orcl.BISAMPLE.F1 Revenue.BILL_DAY_DT7 .ClickOKto close the Physical Foreign Key dialog box. The join is visible in the Physical Diagram.8 .Repeat the steps to create joins for the remaining tables. Use the following expressions as a guide:orcl.BISAMPLE.D2 Product.PROD_KEY = orcl.BISAMPLE.F1 Revenue.PROD_KEYorcl.BISAMPLE.D4 Customer.CUST_KEY = orcl.BISAMPLE.F1 Revenue.CUST_KEYorcl.BISAMPLE.D5 Address.ADDRESS_KEY = orcl.BISAMPLE.D4 Customer.ADDRESS_KEY9 .Click theXin the upper right corner to close the Physical Diagram.10 .SelectFile Saveor click theSavebutton on the toolbar to save the repository.11 .ClickNowhen prompted to check global consistency. Checking Global Consistency checks for errors in the entire repository. Some of the more common checks are done in the Business Model and Mapping layer and Presentation layer. Since these layers are not defined yet, bypass this check until the other layers in the repository are built. You learn more about consistency check later in this tutorial.12 .Leave the Administration Tool and the repository open for the next topic.Congratulations! You have successfully created a new repository, imported a table schema from an external data source into the Physical layer, created aliases, and defined keys and joins.In the next topic you learn how to build the Business Model and Mapping layer of a repository.Building the Business Model and Mapping Layer of a RepositoryCreate a Business Model1.Right-click the white space in the Business Model and Mapping layer and selectNew Business Modelto open the Business Model dialog box.2.EnterSample Salesin the Name field. LeaveDisabledchecked.3.ClickOK. The Sample Sales business model is added to the Business Model and Mapping layer.4.In the Physical layer, select the following four alias tables:D1 TimeD2 ProductD3 CustomerF1 RevenueDo not selectD4 Addressat this time.5 .Drag the four alias table from the Physical layer to theSample Salesbusiness model in the Business Model and Mapping layer. The tables are added to the Sample Sales business model. Notice that the three dimension tables have the same icon, whereas the F1 Revenue table has an icon with a # sign, indicating it is a fact table.Examine Logical Joins1.Right-click theSample Salesbusiness model and selectBusiness Model Diagram Whole Diagramto open the Business Model Diagram.2 .If necessary, rearrange the objects so that the join relationships are visible.Because you dragged all tables simultaneously from the Physical layer onto the business model, the logical keys and joins are created automatically in the business model. This is because the keys and join relationships were already created in the Physical layer. However, you typically do not drag all physical tables simultaneously, except in very simple models. Later in this tutorial, you learn how to manually build logical keys and joins in the Business Model and Mapping layer. The process is very similar to building joins in the Physical layer.3.Double-click any one of the joins in the diagram to open the Logical Join dialog box. In this example the join between D1 Time and F1 Revenue is selected.Notice that there is no join expression. Joins in the BMM layer are logical joins. Logical joins express the cardinality relationships between logical tables and are a requirement for a valid business model. Specifying the logical table joins is required so that Oracle BI Server has necessary metadata to translate logical requests against the business model into SQL queries against the physical data sources. Logical joins help Oracle BI Server understand the relationships between the various pieces of the business model. When a query is sent to Oracle BI Server, the server determines how to construct physical queries by examining how the logical model is structured. Examining logical joins is an integral part of this process. The Administration Tool considers a table to be a logical fact table if it is at the “many” end of all logical joins that connect it to other logical tables.4 .ClickOKto close the Logical Join dialog box.5 .Click theXto close the Business Model Diagram.Examine Logical Columns1 .Expand theD1 Timelogical table. Notice that logical columns were created automatically for each table when you dragged the alias tables from the Physical layer to the BMM layer.Examine Logical Table Sources1 .Expand theSourcesfolder for theD1 Timelogical table. Notice there is a logical table source, D1 Time. This logical table source maps to the D1 Time alias table in the Physical layer.2 .Double-click theD1 Timelogical table source (not the logical table) to open the Logical Table Source dialog box.3 .On the General tab, rename the D1 Time logical table source toLTS1 Time. Notice that the logical table to physical table mapping is defined in the Map to these tables section.4 .On the Column Mapping tab, notice that logical column to physical column mappings are defined. If mappings are not visible, selectShow mapped columns.5 .You learn more about the Content and Parent-Child Settings tabs later in this tutorial when you build logical dimension hierarchies. ClickOKto close the Logical Table Source dialog box. If desired, explore logical table sources for the remaining logical tables.Rename Logical Objects Manually1.Expand theD1 Timelogical table.2.Click on the first logical column,BEG_OF_MONTH_WID, to highlight it.3.Click onBEG_OF_MONTH_WIDagain to make it editable.4 .RenameBEG_OF_MONTH_WIDtoBeg of Mth Wid. This is the manual method for renaming objects. You can also right-click an object and selectRenameto manually rename an object.Delete Unnecessary Logical Objects1 .In the BMM layer, expandSample Sales F1 Revenue.2 .UseCtrl+Clickto select all F1 Revenue logical columns except forRevenueandUnits.3 .Right-click any one of the highlighted logical columns and selectDelete. Alternatively you can select Edit Delete or press the Delete key on your keyboard.4 .ClickYesto confirm the delete.5 .Confirm that F1 Revenue contains only theRevenueandUnitscolumns.Create Simple Measures1 .Double-click theRevenuelogical column to open the Logical Column dialog box.2 .Click theAggregationtab.3 .Change the default aggregation rule toSum.4 .ClickOKto close the Logical Column dialog box. Notice that the icon has changed for the Revenue logical column indicating that an aggregation rule has been applied.5 .Repeat the steps to define theSUMaggregation rule for theUnitslogical column.Measures are typically data that is additive, such as total dollars or total quantities. The F1 Revenue logical fact table contains the measures in your business model. You aggregated two logical columns by summing the column data.6 .Save the repository without checking global consistency.Congratulations! You have successfully built a business model in the Business Model and Mapping layer of a repository and created business measures.Creating Calculation MeasuresCreate a Calculation Measure Derived from Existing Columns1 .In the BMM layer, expandSample Sales F1 Revenue.2 .Right-clickF1 Revenueand selectNew Object Logical Columnto open the Logical Column dialog box.3 .On the General tab, enterActual Unit Pricein the Name field.4 .Click theColumn Sourcetab.5 .SelectDerived from existing columns using an expression.6 .Click theEdit Expressionbutton to open Expression Builder.7 .In the left pane selectLogical Tables F1 Revenue Revenue.8 .Click theInsert selected itembutton to move the Revenue column to the right pane.9 .Click thedivision operatorto add it to the expression.10 .In the left pane selectLogical Tables F1 Revenueand then double-clickUnitsto add it to the expression.11 .ClickOKto close Expression Builder. Notice that the formula is added to the Logical Column dialog box.12 .ClickOKto close the Logical Column dialog box. TheActual Unit Pricecalculated measure is added to the business model.13 .DragActual Unit Pricefrom the BMM layer to theBase Factspresentation table in the Presentation layer.14 .Save the repository and check consistency. Fix any errors or warnings before proceeding.Create a Calculation Measure Using a Function1 .In the BMM layer, right-clickF1 Revenueand selectNew Object Logical Columnto open the Logical Column dialog box.2 .On the General tab, enterRevenue Rankin the Name field.3 .Click theColumn Sourcetab.4 .SelectDerived from existing columns using an expression.5 .Click theEdit Expressionbutton to open Expression Builder.6 .In the left pane selectFunctions Display functions Rank.7 .Click theInsert selected itembutton to move the Rank function to the right pane.8 .Clickin the expression.9 .In the left pane selectLogical Tables F1 Revenueand then double-clickRevenueto add it to the expression.10 .ClickOKto close Expression Builder. Notice that the formula is added to the Logical Column dialog box.11 .ClickOKto close the Logical Column dialog box. The Revenue Rank calculated measure is added to the business model.12 .DragRevenue Rankfrom the BMM layer to theBase Factspresentation table in the Presentation layer.13 .Save the repository and check consistency. Fix any errors or warnings before proceeding.14 .Close the repository. Leave the Admin Tool open.Creating Logical Dimensions with Level-Based HierarchiesIn this set of steps you add logical dimension hierarchies to the business model. A logical dimension represents a hierarchical organization of logical columns belonging to a single logical dimension table. Logical dimensions can exist in the Business Model and Mapping layer and in the Presentation Layer. Adding logical dimensions to the Presentation layer exposes them to users, which enables users to create hierarchy-based queries. You implement four logical dimensions for ABC: Time, Product, Office, and Customer. Creating logical dimensions with hierarchies allows you to build level-based measures, define aggregation rules that vary by dimension, provide drill down on charts and tables in analyses and dashboards, and define the content of aggregate sources.To create logical dimensions with level-based hierarchies, you perform the following steps: Open the Repository in Offline Mode Create a Logical Dimension for Product Create Logical Levels Associate Logical Columns with Logical Levels Set Logical Level Keys Create a Logical Dimension for Time Associate Time Logical Columns with Logical Levels Create a Logical Dimension for Customer Set Aggregation Content for Logical Table Sources Test Your WorkCreate a Logical Dimension for Time1 .Use a different technique to create a logical dimension for Time. Right-click theD1 Timelogical table and selectCreate Logical Dimension Dimension with Level-Based Hierarchy.2 .A new logical dimension,D1 TimeDimin this example, is automatically added to the business model.3 .RenameD1 TimeDimtoH1 Time.4 .ExpandH1 Time. Notice that two level were created automatically:D1 Time TotalandD1 Time Detail. D1 Time Detail is populated with all of the columns from the D1 Time logical table.5 .RenameD1 Time TotaltoTime Total, and renameD1 Time Detailto TimeDetail.6 .Right-click TimeDetailand selectNew Object Parent Levelto open the Logical Level dialog box.7 .On the General tab, name the logical levelWeek.8 .ClickOKto close the Logical Level dialog box. The Week level is added to the H1 Time logical dimension.9 .Repeat the steps to add the remaining logical levels:Monthas a parent of WeekQuarteras a parent of MonthHalfas a parent of QuarterYearas a parent of HalfYour final results should look similar to the screenshot:Associate Time Logical Columns with Logical Levels1 .Use a different technique to associate logical columns with logical levels. Drag the logical columns from the Time Detail logical level (not from the D1 Time logical table) to t

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论