GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  Business Objects
Go To First  |  Previous Question  |  Next Question 
 Business Objects  |  Question 145 of 240    Print  
While resolving loops, how to decide whether alias or context to be used?

  
Total Answers and Comments: 2 Last Update: February 01, 2008     Asked by: krishna 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 03, 2007 12:46:19   #1  
Amandeep        

RE: While resolving loops, how to decide whether alias...
If the dimension table involved in the loop is associated with more than one fact table, then for each fact table, an alias would be required for each dimension leading to a chaos. Contexts are advised in such cases, one for each fact table

Further consider the scenario
Fact1<--Dim1--and fact1<--Dim3--< Dim2
IT results in a loop..vch can be resolved by using a context leading to
Fact1<--Dim1--fact1<--Dim3--< Alias 2

Consider the fact that a new dimension is introduced into the picture having one to one relation wid Dim2 (Alias 1 and alias 2)
IT will again result in a loop as
Fact1<--Dim1--fact1<--Dim3--< Alias 2--
A context would be best in resolving such kind of a loop..

 
Is this answer useful? Yes | No
February 01, 2008 14:54:55   #2  
BPatel Member Since: January 2008   Contribution: 10    

RE: While resolving loops, how to decide whether alias or context to be used?
resolving fan trap: alias and resolving chasm trap: context is used
 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : we should use Detect Aliases and Detect Contexts to formally identify and resolve loops.i.e.if a loop contains only one lookup table then the loop can be resolved by detecting the aliasif a loop is having  2 or more fact tables(multiple ...
Read Answers (1) | Asked by : manohar

1. What is an Universe? 2. How many Universes did you create? 3. Tell me how many classes where there, and objects in each class? 4. What is Object qualification? 5. Tell me about a complicated object you have created? 6. What was the size of the database? Which server? 7. How many user were there? 8. What problems you have faced while creating an universe? tell me an incident and how you went about solving it? 9. Were any experts called from BO while you were on the project? 10. What was the Database?
Read Answers (2) | Asked by : Srinath

Latest Answer : resolving fan trap: alias and resolving chasm trap: context is used ...
Read Answers (2) | Asked by : krishna

1)How to send universe from Development to Production?2)How to send reports from Development to Production?3)There are 2 tables...table 1 and table 2....suppose if table 1 shows some times shows 5 rows an some other time it shows 50 rows...if there is no sufficient space in table 2 for 50 rows then how can this issue be solved??How can we stop overlapping?4)If there are 50 objects ina an universe...suppose if we want to change the objects from varchar to numeric then how can it be modified..where
Read Answers (3) | Asked by : yukthi

Latest Answer : Context can be used to resolve loops in the universeA context is a rule by which designer can decide which of two paths to choose when more than one path is possible from one table to another ...
Read Answers (1) | Asked by : rajesh

How and in what scenario we can use Alias and context together to resolve the loop? 
Latest Answer : to solve Fan trap we use both aliases & context ...


 Sponsored Links

 
Related Articles

Service Oriented Java Business Integration Review

Service Oriented Java Business Integration Review Introduction If you ve read through the texts which give you an introduction to SOA or Web Services you will often find them to be quite frustrating and the reason for this is because they spend too much time referencing business processes which are
 

Business Intelligence Key Performance Indicators

Business Intelligence Key Performance Indicators What are Key Performance Indicators Key Performance Indicators are also known as Key Success Indicators they help an organization to better define and measure their progress toward professional goals Once an organization has clearly identified its nee
 

How to Best Use Business Intelligence to Your Advantage

How to Best Use Business Intelligence to Your Advantage It is no big secret that today s businesses rely heavily on data and the information it delivers about their companies Whether it is for the purpose of customer acquisition improving operational performance or understanding competitors all of t
 

Business Intelligence in Information Technology

Business Intelligence in Information Technology IT stands for Information Technology Information Technology is a system designed to gather process or distribute information IT can be inspected in terms of the following three groupings; the data gathering the data processing and the data distribut
 

Breaking up XML into Relational Data

Breaking up XML into Relational Data While the preceding example shows how to construct an XML representation over relational data the example in this section illustrates how you can shred XML data back into relational data This reverse operation can be useful if your application works with relation
 

Querying Data with Oracle XQuery

Querying Data with Oracle XQuery Starting with Oracle Database 10g Release 2 you can take advantage of a full featured native XQuery engine integrated with the database With Oracle XQuery you can accomplish various tasks involved in developing PHP Oracle XML applications operating on any kind of dat
 

Retrieving XML Data

Retrieving XML DataTo retrieve XML data from an XMLType table you can use a SELECT SQL statement just as you would if you had to query a relational table For example to select the employee with the id set to 100 from the employees XMLType table discussed in the preceding section you might issue the
 

Business Intelligence Integration

Business Intelligence Integration How to Integrate Business Intelligence within Your Organization Before you Integrate Business Intelligence into your Organization Business Intelligence has developed into strategic process over the years of its extraordinary growth even so it still needs to be incor
 

Business Intelligence Tips

Business Intelligence Tips Understand Your Organization first Truly understanding your company and how it works is perhaps one of the most important Business Intelligence tips anyone can offer This includes understanding the business itself the processes involved the data and how that data is used b
 

Using XMLType for Handling XML Data in the Database

Using XMLType for Handling XML Data in the Database Being an object type XMLType can not only be used to store XML data in the database but also to operate on that data via its built in methods Regardless of the storage model you choose XMLType provides a set of XML specific methods to operate on XM
 

Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape