<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>OBIEE Step by Step Guide</title>
	<atom:link href="http://nerdsofobiee.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerdsofobiee.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 08 Sep 2011 06:11:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='nerdsofobiee.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/8af10070ec0ed1feb9ab9a4c4153b665?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>OBIEE Step by Step Guide</title>
		<link>http://nerdsofobiee.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nerdsofobiee.wordpress.com/osd.xml" title="OBIEE Step by Step Guide" />
	<atom:link rel='hub' href='http://nerdsofobiee.wordpress.com/?pushpress=hub'/>
		<item>
		<title>DAC Server as a Windows Service</title>
		<link>http://nerdsofobiee.wordpress.com/2011/09/06/dac-server-as-a-windows-service/</link>
		<comments>http://nerdsofobiee.wordpress.com/2011/09/06/dac-server-as-a-windows-service/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 20:18:49 +0000</pubDate>
		<dc:creator>harikv</dc:creator>
				<category><![CDATA[DAC]]></category>
		<category><![CDATA[DAC as a service]]></category>
		<category><![CDATA[start dac automatically]]></category>
		<category><![CDATA[windows run batch script automatically]]></category>

		<guid isPermaLink="false">http://nerdsofobiee.wordpress.com/?p=529</guid>
		<description><![CDATA[We have seen so many blogs talking about using java service as a method to start the DAC server. It does involve adding a bunch of jar files as part of the class path and running the service. It works and is all great but the jar files that are part of the class path [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=529&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We have seen so many blogs talking about using java service as a method to start the DAC server. It does involve adding a bunch of jar files as part of the class path and running the service. It works and is all great but the jar files that are part of the class path are not default jar files that are installed as part of your DAC software installation. While this is the only way to start the DAC server if you are on *nix based systems, for wintel based servers which hosts the DAC server, you can use the good old Task Scheduler to start the service as a startup service.</p>
<p>This demo uses Windows 2008 server to show you the creation of service that can automatically call the startserver.bat file which is used for instantiating the DAC server manually.</p>
<p>Location of DAC Server startserver bat file: D:\orahome\10gR3_1\bifoundation\dac</p>
<p><a href="http://nerdsofobiee.files.wordpress.com/2011/09/dacserverloc.jpg"><img src="http://nerdsofobiee.files.wordpress.com/2011/09/dacserverloc.jpg" alt="" title="dacserverloc" width="637" height="213" class="alignnone size-full wp-image-530" /></a></p>
<p>Now create a task inside task scheduler. Type task scheduler in your start menu search and it will show up. Double click the Task Scheduler program that showed up.</p>
<p><a href="http://nerdsofobiee.files.wordpress.com/2011/09/starttaskscheduler.jpg"><img src="http://nerdsofobiee.files.wordpress.com/2011/09/starttaskscheduler.jpg" alt="" title="starttaskscheduler" width="210" height="509" class="alignnone size-full wp-image-531" /></a></p>
<p>Once the Task Scheduler program opens up, Click on &#8216;Create Task&#8217; in the Actions pane. See the arrow below.</p>
<p><a href="http://nerdsofobiee.files.wordpress.com/2011/09/createtask.jpg"><img src="http://nerdsofobiee.files.wordpress.com/2011/09/createtask.jpg" alt="" title="createtask" width="1024" height="360" class="alignnone size-full wp-image-532" /></a></p>
<p>In the new window that opens up, give the task a name like &#8220;StartDACserver&#8221; and see that it starts using highest privileges available. Even better, set up a seperate system account to start this service. Also make sure this starts as the wintel server boots up i.e. as a startup service.</p>
<p><a href="http://nerdsofobiee.files.wordpress.com/2011/09/createtask_general.jpg"><img src="http://nerdsofobiee.files.wordpress.com/2011/09/createtask_general.jpg" alt="" title="createtask_general" width="634" height="471" class="alignnone size-full wp-image-533" /></a></p>
<p>Click on Triggers tab and click on New button.</p>
<p><a href="http://nerdsofobiee.files.wordpress.com/2011/09/createtask_trigger1.jpg"><img src="http://nerdsofobiee.files.wordpress.com/2011/09/createtask_trigger1.jpg" alt="" title="createtask_trigger1" width="634" height="471" class="alignnone size-full wp-image-534" /></a></p>
<p>In the new window that opened up, choose the trigger as &#8216;At startup&#8217; from the dropdown.</p>
<p><a href="http://nerdsofobiee.files.wordpress.com/2011/09/createtask_trigger2.jpg"><img src="http://nerdsofobiee.files.wordpress.com/2011/09/createtask_trigger2.jpg" alt="" title="createtask_trigger2" width="634" height="509" class="alignnone size-full wp-image-535" /></a></p>
<p>In the Actions tab, choose action as &#8216;Start a Program&#8217; and Program/Script as the batch file. Also, choose the Start in and fill that with the batch script location as identified. Though the start up is optional, fill that with the location of your batch file otherwise you would receive errors. Credits to DannyBGood for his suggestions here (http://social.technet.microsoft.com/Forums/en-US/winservermanager/thread/46a867a0-8432-4b90-abe3-9a5661d1b276/)</p>
<p><a href="http://nerdsofobiee.files.wordpress.com/2011/09/createtask_action1.jpg"><img src="http://nerdsofobiee.files.wordpress.com/2011/09/createtask_action1.jpg" alt="" title="createtask_action1" width="458" height="495" class="alignnone size-full wp-image-536" /></a></p>
<p>Choose the options under Conditions tab and Settings tab per your requirements.</p>
<p>Once this is done, you are good to go and DAC Server will start up as the Wintel server starts up.</p>
<p>Look at the event viewer to see whether the task has restarted successfully. If you ever need to edit/delete the task, go to Task Scheduler main screen and go to &#8216;Active Tasks&#8217; screen as shown here. Highlight the task and  double click on the options, you get the options to edit/delete the task.</p>
<p><a href="http://nerdsofobiee.files.wordpress.com/2011/09/edittask2.jpg"><img src="http://nerdsofobiee.files.wordpress.com/2011/09/edittask2.jpg" alt="" title="edittask2" width="1024" height="640" class="alignnone size-full wp-image-541" /></a></p>
<p><a href="http://nerdsofobiee.files.wordpress.com/2011/09/edittask1.jpg"><img src="http://nerdsofobiee.files.wordpress.com/2011/09/edittask1.jpg" alt="" title="edittask" width="236" height="547" class="alignnone size-full wp-image-538" /></a></p>
<br />Filed under: <a href='http://nerdsofobiee.wordpress.com/category/dac/'>DAC</a> Tagged: <a href='http://nerdsofobiee.wordpress.com/tag/dac-as-a-service/'>DAC as a service</a>, <a href='http://nerdsofobiee.wordpress.com/tag/start-dac-automatically/'>start dac automatically</a>, <a href='http://nerdsofobiee.wordpress.com/tag/windows-run-batch-script-automatically/'>windows run batch script automatically</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdsofobiee.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdsofobiee.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdsofobiee.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdsofobiee.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdsofobiee.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdsofobiee.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdsofobiee.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdsofobiee.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdsofobiee.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdsofobiee.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdsofobiee.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdsofobiee.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdsofobiee.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdsofobiee.wordpress.com/529/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=529&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdsofobiee.wordpress.com/2011/09/06/dac-server-as-a-windows-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a4c23455f2b910b159f718a2516364e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">harikv</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2011/09/dacserverloc.jpg" medium="image">
			<media:title type="html">dacserverloc</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2011/09/starttaskscheduler.jpg" medium="image">
			<media:title type="html">starttaskscheduler</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2011/09/createtask.jpg" medium="image">
			<media:title type="html">createtask</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2011/09/createtask_general.jpg" medium="image">
			<media:title type="html">createtask_general</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2011/09/createtask_trigger1.jpg" medium="image">
			<media:title type="html">createtask_trigger1</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2011/09/createtask_trigger2.jpg" medium="image">
			<media:title type="html">createtask_trigger2</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2011/09/createtask_action1.jpg" medium="image">
			<media:title type="html">createtask_action1</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2011/09/edittask2.jpg" medium="image">
			<media:title type="html">edittask2</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2011/09/edittask1.jpg" medium="image">
			<media:title type="html">edittask</media:title>
		</media:content>
	</item>
		<item>
		<title>OBIEE 11g Refreshing User GUIDs Process Flow</title>
		<link>http://nerdsofobiee.wordpress.com/2011/08/06/obiee-11g-refreshing-user-guids-process-flow/</link>
		<comments>http://nerdsofobiee.wordpress.com/2011/08/06/obiee-11g-refreshing-user-guids-process-flow/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 06:35:45 +0000</pubDate>
		<dc:creator>harikv</dc:creator>
				<category><![CDATA[OBIEE Errors]]></category>
		<category><![CDATA[obiee 11g could not access dashboards]]></category>
		<category><![CDATA[obiee 11g refreshing user guids]]></category>
		<category><![CDATA[obiee 11g user guids]]></category>
		<category><![CDATA[obiee 11g userguids]]></category>
		<category><![CDATA[obiee opmn]]></category>

		<guid isPermaLink="false">http://nerdsofobiee.wordpress.com/?p=519</guid>
		<description><![CDATA[Just started with a OBIEE 11.1.1.5 installation recently and once again, I am enthused to start blogging again with some useful tips, links and my weird experiences with OBIEE tool. Well, if its straight forward, why would someone pay you to get this done Once you start developing online changes to your rpd in OBIEE [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=519&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just started with a OBIEE 11.1.1.5 installation recently and once again, I am enthused to start blogging again with some useful tips, links and my weird experiences with OBIEE tool. Well, if its straight forward, why would someone pay you to get this done <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Once you start developing online changes to your rpd in OBIEE 11g, you most probably already started to think that it would be nice to restart the opmn process to keep everything clean. Back in 10g, we used to do this quite often when we make changes.. remember those good old days or shall we say way toohard development days.</p>
<p>Now, this constant clean and restart of opmn process which triggers the restart of our obiee services like biserver, bipresentation, biclustercontroller, bischeduler and so on.. to see what what gets restarted and see the status of your services, we always use opmnctl status command.</p>
<p>Output of sample opmnctl status command<br />
<a href="http://nerdsofobiee.files.wordpress.com/2011/08/opmnctl_status.jpg"><img src="http://nerdsofobiee.files.wordpress.com/2011/08/opmnctl_status.jpg?w=300&#038;h=73" alt="" title="opmnctl_status" width="300" height="73" class="alignnone size-medium wp-image-522" /></a></p>
<p>When the server is restarted, you get this crazy error saying that the path has been changed and you dont have access to the dashboard layout as shown below<br />
<a href="http://nerdsofobiee.files.wordpress.com/2011/08/analyticsdashboard_error.png"><img src="http://nerdsofobiee.files.wordpress.com/2011/08/analyticsdashboard_error.png?w=300&#038;h=71" alt="" title="analyticsdashboard_error" width="300" height="71" class="alignnone size-medium wp-image-520" /></a></p>
<p>When looked into the presentation services diagnostics, this is what you will find out</p>
<p><a href="http://nerdsofobiee.files.wordpress.com/2011/08/presentationserviceslog.jpg"><img src="http://nerdsofobiee.files.wordpress.com/2011/08/presentationserviceslog.jpg?w=300&#038;h=87" alt="" title="presentationserviceslog" width="300" height="87" class="alignnone size-medium wp-image-521" /></a></p>
<p>Now, follow the steps as mentioned below but also review the steps mentioned in this oracle link </p>
<p>http://download.oracle.com/docs/cd/E21764_01/core.1111/e10105/testprod.htm#ASADM11642</p>
<p>1. Make changes to instanceconfig.xml file<br />
2. Make changes to nqsconfig.ini file<br />
3. Restart the opmn process using opmnctl stop and then opmnctl start. Remember that these following steps should be executed from command line not from Enterprise Manager.<br />
4. Remember when this is done, presentation services will not come alive when opmnctl status is executed<br />
5. Revert your changes in the file mentioned in step 2<br />
6. Restart your opmn process as in step 3<br />
7. Revert your changes in the file mentioned in step 1<br />
8. Restart your opmn process as in step 3<br />
9. Now, chances are your presentation services will fail. But, go into Enterprise Manager and start the presentation services. It works with a restart.</p>
<p><a href="http://nerdsofobiee.files.wordpress.com/2011/08/presentationserviceslog2.jpg"><img src="http://nerdsofobiee.files.wordpress.com/2011/08/presentationserviceslog2.jpg?w=300&#038;h=72" alt="" title="presentationserviceslog2" width="300" height="72" class="alignnone size-medium wp-image-523" /></a></p>
<p>Click on restart button highlighted in yellow.<br />
<a href="http://nerdsofobiee.files.wordpress.com/2011/08/em_restartpresentationservices.jpg"><img src="http://nerdsofobiee.files.wordpress.com/2011/08/em_restartpresentationservices.jpg?w=300&#038;h=133" alt="" title="em_restartpresentationservices" width="300" height="133" class="alignnone size-medium wp-image-524" /></a></p>
<p>10. Look into the presentation services log and observe that the guids have actually reverted to old guids.<br />
11. Log into analytics website and you are back in business.</p>
<p>Following these steps would be nice. But what would be even more productive is automate this using shell scripts or windows scripts depending on your server os.</p>
<p>Rate this article if found useful.</p>
<p>Until next time, ciao</p>
<br />Filed under: <a href='http://nerdsofobiee.wordpress.com/category/obiee-errors/'>OBIEE Errors</a> Tagged: <a href='http://nerdsofobiee.wordpress.com/tag/obiee-11g-could-not-access-dashboards/'>obiee 11g could not access dashboards</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-11g-refreshing-user-guids/'>obiee 11g refreshing user guids</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-11g-user-guids/'>obiee 11g user guids</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-11g-userguids/'>obiee 11g userguids</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-opmn/'>obiee opmn</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdsofobiee.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdsofobiee.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdsofobiee.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdsofobiee.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdsofobiee.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdsofobiee.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdsofobiee.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdsofobiee.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdsofobiee.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdsofobiee.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdsofobiee.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdsofobiee.wordpress.com/519/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdsofobiee.wordpress.com/519/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdsofobiee.wordpress.com/519/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=519&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdsofobiee.wordpress.com/2011/08/06/obiee-11g-refreshing-user-guids-process-flow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a4c23455f2b910b159f718a2516364e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">harikv</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2011/08/opmnctl_status.jpg?w=300" medium="image">
			<media:title type="html">opmnctl_status</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2011/08/analyticsdashboard_error.png?w=300" medium="image">
			<media:title type="html">analyticsdashboard_error</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2011/08/presentationserviceslog.jpg?w=300" medium="image">
			<media:title type="html">presentationserviceslog</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2011/08/presentationserviceslog2.jpg?w=300" medium="image">
			<media:title type="html">presentationserviceslog2</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2011/08/em_restartpresentationservices.jpg?w=300" medium="image">
			<media:title type="html">em_restartpresentationservices</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle Business Intelligence Applications 7.9.6.3 Release</title>
		<link>http://nerdsofobiee.wordpress.com/2011/05/04/oracle-business-intelligence-applications-7-9-6-3-release/</link>
		<comments>http://nerdsofobiee.wordpress.com/2011/05/04/oracle-business-intelligence-applications-7-9-6-3-release/#comments</comments>
		<pubDate>Wed, 04 May 2011 15:22:18 +0000</pubDate>
		<dc:creator>harikv</dc:creator>
				<category><![CDATA[Oracle Business Intelligence Applications]]></category>
		<category><![CDATA[OBI Applications New Release]]></category>
		<category><![CDATA[OBIA 7.9.6.3]]></category>
		<category><![CDATA[OBIA compatible with OBIEE 11g]]></category>
		<category><![CDATA[Oracle Business Intelligence Applications New Release]]></category>

		<guid isPermaLink="false">http://nerdsofobiee.wordpress.com/?p=513</guid>
		<description><![CDATA[Gald to hear that OBI Applications is going to be supported on the OBIEE 11g platform. Release date is tentatively this week around Friday 5/6/2011. New Release 7.9.6.3 Compatible with OBIEE 11.1.1.3 or 11.1.1.5.. Dont know .. Wait for the details.. Any changes in the OBIA data model? Not sure.. lets wait for the official [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=513&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Gald to hear that OBI Applications is going to be supported on the OBIEE 11g platform. Release date is tentatively this week around Friday 5/6/2011.</p>
<p>New Release 7.9.6.3<br />
Compatible with OBIEE 11.1.1.3 or 11.1.1.5.. Dont know .. Wait for the details..</p>
<p>Any changes in the OBIA data model? Not sure.. lets wait for the official release.. </p>
<p>A big win for OBIEE 11g enthusiasts.. Kudos to Oracle for this release.</p>
<p>Here is the preview what we can expect later this week </p>
<p>http://www.oracle.com/us/corporate/press/392802</p>
<br />Filed under: <a href='http://nerdsofobiee.wordpress.com/category/oracle-business-intelligence-applications/'>Oracle Business Intelligence Applications</a> Tagged: <a href='http://nerdsofobiee.wordpress.com/tag/obi-applications-new-release/'>OBI Applications New Release</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obia-7-9-6-3/'>OBIA 7.9.6.3</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obia-compatible-with-obiee-11g/'>OBIA compatible with OBIEE 11g</a>, <a href='http://nerdsofobiee.wordpress.com/tag/oracle-business-intelligence-applications-new-release/'>Oracle Business Intelligence Applications New Release</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdsofobiee.wordpress.com/513/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdsofobiee.wordpress.com/513/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdsofobiee.wordpress.com/513/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdsofobiee.wordpress.com/513/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdsofobiee.wordpress.com/513/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdsofobiee.wordpress.com/513/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdsofobiee.wordpress.com/513/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdsofobiee.wordpress.com/513/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdsofobiee.wordpress.com/513/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdsofobiee.wordpress.com/513/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdsofobiee.wordpress.com/513/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdsofobiee.wordpress.com/513/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdsofobiee.wordpress.com/513/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdsofobiee.wordpress.com/513/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=513&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdsofobiee.wordpress.com/2011/05/04/oracle-business-intelligence-applications-7-9-6-3-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a4c23455f2b910b159f718a2516364e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">harikv</media:title>
		</media:content>
	</item>
		<item>
		<title>Buzz Words and Questions around OBIEE 11g and OBIEE 10g</title>
		<link>http://nerdsofobiee.wordpress.com/2011/04/18/buzz-words-and-questions-around-obiee-11g-and-obiee-10g/</link>
		<comments>http://nerdsofobiee.wordpress.com/2011/04/18/buzz-words-and-questions-around-obiee-11g-and-obiee-10g/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 20:32:19 +0000</pubDate>
		<dc:creator>harikv</dc:creator>
				<category><![CDATA[OBIEE Buzzwords]]></category>
		<category><![CDATA[OBIEE interview questions]]></category>

		<guid isPermaLink="false">http://nerdsofobiee.wordpress.com/?p=504</guid>
		<description><![CDATA[How frequently do you use these concepts and terminology is of less importance in the OBIEE interview stage as they cannot make you take a practical test on your OBIEE (Here are some exceptions.. I recently had one interview where I have to take a practical test of building a dashboard with two answer requests [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=504&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>How frequently do you use these concepts and terminology is of less importance in the OBIEE interview stage as they cannot make you take a practical test on your OBIEE (Here are some exceptions.. I recently had one interview where I have to take a practical test of building a dashboard with two answer requests and a dashboard prompt for proving my OBIEE skills)</p>
<p>Some of the questions that were popped up to me</p>
<p>How do you set the logging level to a group of users?</p>
<p>Why did you set the Administrator logging level to 3 or 7 compared to 2 or 1?</p>
<p>Does OBIEE 10g support multiple rpds at the same time? What type of architectures support this ?</p>
<p>Why was Weblogic introduced as a layer in OBIEE 11g? Scalability, performance advantages gained out of it?</p>
<p>How easy is it to support multiple rpds at the same time in 11g? Is there a simple migration path from 10g to 11g if we are hosting multiple rpds already in 10g?</p>
<p>What type of integrations have been done in your environment between OBI Applications in OBIEE 10g platform and custom data warehouse and reports in OBIEE 11g platform? What do you think about these kind of integrations?</p>
<p>Do you think the security architecture in OBIEE suit enterprise environments? What components involve the OBIEE security architecture?</p>
<p>How easy is it to understand the logic behind converting logical sql into physical sql in OBIEE? Have you developed any tools that convert the OBIEE generated ANSI physical sql to DB specific sql?</p>
<p>Yes&#8230; I just clicked my restart blogging button. Until next time, keep building new actionable intelligent BI processes <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://nerdsofobiee.wordpress.com/category/obiee-buzzwords/'>OBIEE Buzzwords</a> Tagged: <a href='http://nerdsofobiee.wordpress.com/tag/obiee-interview-questions/'>OBIEE interview questions</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdsofobiee.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdsofobiee.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdsofobiee.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdsofobiee.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdsofobiee.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdsofobiee.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdsofobiee.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdsofobiee.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdsofobiee.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdsofobiee.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdsofobiee.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdsofobiee.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdsofobiee.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdsofobiee.wordpress.com/504/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=504&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdsofobiee.wordpress.com/2011/04/18/buzz-words-and-questions-around-obiee-11g-and-obiee-10g/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a4c23455f2b910b159f718a2516364e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">harikv</media:title>
		</media:content>
	</item>
		<item>
		<title>OBIEE Date Errors and Fixes</title>
		<link>http://nerdsofobiee.wordpress.com/2010/11/07/obiee-date-errors-and-fixes/</link>
		<comments>http://nerdsofobiee.wordpress.com/2010/11/07/obiee-date-errors-and-fixes/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 07:57:01 +0000</pubDate>
		<dc:creator>harikv</dc:creator>
				<category><![CDATA[OBIEE Errors]]></category>
		<category><![CDATA[Datatype(TIMESTAMP) nullable(1) unicode(1) external char(0) conversion to datatype(VARCHAR)]]></category>
		<category><![CDATA[OBIEE date errors]]></category>
		<category><![CDATA[OBIEE date to varchar conversion error]]></category>
		<category><![CDATA[OPR4ONWY:U9IM8TAC:OI2DL65P]]></category>

		<guid isPermaLink="false">http://nerdsofobiee.wordpress.com/?p=487</guid>
		<description><![CDATA[Its been busy in the OBIEE world and I have been no exception but finally got some off time to get my blogs running again. Hope I can stay on this path for a while before I get too busy You will be really amazed at the number of bugs we discover around dates either [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=487&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Its been busy in the OBIEE world and I have been no exception but finally got some off time to get my blogs running again. Hope I can stay on this path for a while before I get too busy <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You will be really amazed at the number of bugs we discover around dates either in Oracle products and the latest Oracle BI product, OBBIEE. Amazingly enough, there are great folks who also volunteer to find out workarounds before Oracle fixes it with a patch or a release.</p>
<p>Let me ask you a question in OBIEE at the presentation layer (lets use 10g version). What if you have two columns (both numeric fields or lets say currency fields stored as numbers) and you want to sum them up?</p>
<p>Do you really know the answer? Think twice. You might say Yes but later you uncover that null value in one field leads to the sum field to be also null even when there is a value in the second field. </p>
<p>This is not a bug but rather you got to understand the OBIEE functionality. How did you fix this ? By adding a IFNULL condition for both the currency fields to check for null and if null, assign 0 as value.</p>
<p>Its all good now.</p>
<p>Similarly, think about what happens when you have a date field in the database and you want to display it in the presentation layer. You just want to bring the field as is through a logical field in the rpd defined as varchar. </p>
<p>What do you think will happen in this case? Well, all characters in the date field are characters and we should be able to display them easily. Think again <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I recently encountered this error when I was trying to display a date field in my reports.<br />
The error reads like this:</p>
<p>Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P<br />
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46035] Datatype(TIMESTAMP) nullable(1) unicode(1) external char(0) conversion to datatype(VARCHAR) nullable(1) unicode(0) external char(0) is not supported. (HY000)</p>
<p><a href="http://nerdsofobiee.files.wordpress.com/2010/11/datefielderror.jpg"><img src="http://nerdsofobiee.files.wordpress.com/2010/11/datefielderror.jpg" alt="" title="datefielderror" width="976" height="165" class="alignnone size-full wp-image-488" /></a></p>
<p>Does this error give you any good information. Indeed, it does but you have to carefully look for it. We are trying to display a date field and internally date is converted to a timestamp field in OBIEE and that is where we have the problem. Date field in the database is brought into the rpd as timestamp and we are trying to store that value in a varchar field. </p>
<p>How did we fix this? In your presentation layer, use the function for the date column and cast the column as a date like CAST(col1 as DATE). This should fix your issue. But, to prevent everyone spending hours trying to research this error, change the column in the rpd with this CAST function being applied and this will apply across all the presentation folders where we are using this column.</p>
<p>Until next time, kudos to all OBIEE evangelists out there trying to make this product better and valuable.</p>
<br />Filed under: <a href='http://nerdsofobiee.wordpress.com/category/obiee-errors/'>OBIEE Errors</a> Tagged: <a href='http://nerdsofobiee.wordpress.com/tag/datatypetimestamp-nullable1-unicode1-external-char0-conversion-to-datatypevarchar/'>Datatype(TIMESTAMP) nullable(1) unicode(1) external char(0) conversion to datatype(VARCHAR)</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-date-errors/'>OBIEE date errors</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-date-to-varchar-conversion-error/'>OBIEE date to varchar conversion error</a>, <a href='http://nerdsofobiee.wordpress.com/tag/opr4onwyu9im8tacoi2dl65p/'>OPR4ONWY:U9IM8TAC:OI2DL65P</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdsofobiee.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdsofobiee.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdsofobiee.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdsofobiee.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdsofobiee.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdsofobiee.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdsofobiee.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdsofobiee.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdsofobiee.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdsofobiee.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdsofobiee.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdsofobiee.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdsofobiee.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdsofobiee.wordpress.com/487/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=487&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdsofobiee.wordpress.com/2010/11/07/obiee-date-errors-and-fixes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a4c23455f2b910b159f718a2516364e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">harikv</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2010/11/datefielderror.jpg" medium="image">
			<media:title type="html">datefielderror</media:title>
		</media:content>
	</item>
		<item>
		<title>OBIEE Interview Questions Continued Part 2</title>
		<link>http://nerdsofobiee.wordpress.com/2010/07/19/obiee-interview-questions-continued-part-2/</link>
		<comments>http://nerdsofobiee.wordpress.com/2010/07/19/obiee-interview-questions-continued-part-2/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 20:57:32 +0000</pubDate>
		<dc:creator>harikv</dc:creator>
				<category><![CDATA[OBIEE FAQ]]></category>
		<category><![CDATA[OBI Applications interview questions]]></category>
		<category><![CDATA[OBI interview questions]]></category>
		<category><![CDATA[OBI Repository interview questions]]></category>
		<category><![CDATA[OBIEE Answers interview questions]]></category>
		<category><![CDATA[OBIEE interview questions]]></category>

		<guid isPermaLink="false">http://nerdsofobiee.wordpress.com/?p=432</guid>
		<description><![CDATA[OBIEE interview questions, OBI Applications interview questions, OBI interview questions, OBI Repository interview questions, Oracle BI interview questions, OBIEE Answers interview questions<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=432&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Assume we are still talking about OBIEE version 10.1.3.4 until Oracle comes with an OBIEE 11g GA date.</strong></p>
<p><strong>Hope you did go through <a href="http://nerdsofobiee.wordpress.com/2010/07/06/obiee-interview-questions/" target="_self">part1</a> of OBIEE Interview Questions. Lets dive into Part2 now.</strong></p>
<p>53. What are parameterized nested loop joins (PNLP)? Where are they used? Can you configure a PNLP in your physical or logical layer?</p>
<p>54. You are running a dashboard report and check whether it is using cache? What are the different caches that can be used to serve its customer faster? (remember we are not talking about cache in BI Server only) How does a dashboard request gets served from all available caches?</p>
<p>55. Is it better to cache a fact table or dimension table or both in the BI Server level? Why? (Forget other caches from above question)</p>
<p>56. You recently changed the columns of your presentation catalog as your manager wants to enforce naming standards for all customer facing apps. What happens to all the dashboard requests written prior ot this change? Do they function properly or do they appear broken? If &#8216;Yes, they will function&#8217; How does they work? &#8216;If Not, reports appears broken&#8217; what can you do to fix this?  Give examples.</p>
<p>57. What are the different hierarchy types available in OBIEE? When would you use them?</p>
<p>58. How do you create radio buttons on your OBIEE dashboard?</p>
<p>59. Can you create a Master Detail Report in OBIEE and how would you do it?</p>
<p>60. How do you deal with a situation like this when data is coming from a snowflaked data warehouse.</p>
<p>Fact  &gt;&#8212;&#8212; Dimenion 1 &gt;&#8212;&#8212;&#8212;-&lt; Dimension 2 &gt;&#8212;&#8212;&#8212;&#8212;&lt; Dimension 3</p>
<p>Dimension 1 and Dimension 2 is a M:M relationship and the same for Dimension 2 and Dimension3.</p>
<p>61. How do you resolve a M:M relationship other than using a bridge table?</p>
<p>62. Lets say that you have three tables joined to each other which have been set to be cacheable at physical layer with Table 1 set at cache persistence time 45 min, Table 2 with 60 min and Table 3 with 30 min. You ran your answers request at 9 AM and again at 9:15 AM and again at 9:45 AM. Is the result set the same for all these 3 runs at different times? If so, Why? If Not, why not? There are transactions going on and data is being updated in these tables almost every 10 min.</p>
<p>63. Lets say you are on your local box with a rpd and want to make sure that it can be edited only in offline mode. How can you accomplish this? Is this possible? What settings would you change?</p>
<p>64. Assume there is no MUDE in your environment. Three developers have been working on three seperate projects and they have developed their rpds. As a Server Admin, you were asked to promote these three rpds. What are the next steps for you as an admin to take care of to move them to QA and production? Are there any OBIEE tools that can be handy with this situation?</p>
<p>65. How do you get this type of interaction in your dashboard report? When clicked on a report column, I want multiple options for drill down. Remember that I did not create any hierarchies in my rpd.</p>
<p><a href="http://nerdsofobiee.files.wordpress.com/2010/07/answersmultiplepaths.jpg"><img class="alignnone size-full wp-image-460" title="AnswersMultiplePaths" src="http://nerdsofobiee.files.wordpress.com/2010/07/answersmultiplepaths.jpg" alt="" width="673" height="182" /></a></p>
<p>66. Lets say that you want to include a prompt to your dashboard with Start Date, End Date and some measures and dimension attributes. You want to use &#8216;SQL Results&#8217; feature to automatically populate Start Date and End Date with Start Date as trunc(sysdate &#8211; 1) and End Date as trunc(sysdate). What would you do? Will you encounter any errors? How do you rectify this problem?</p>
<p>67. How many business models can a presentation catalog refer to? How many presentation catalogues be created from a single business model?</p>
<p>68. How can we create nested presentation folders (nested presentation tables) in your presentation catalog? Lets say we have &#8216;Facts&#8217; all lumped together in one folder and sub divide these facts as Facts &#8211; Logical and Facts &#8211; Strategic  folders? How would you create this nested structure in presentation catalog?</p>
<p>69. What are logical keys? Why would you need to create them? Does the physical key gets automatically converted to logical key when the table is moved from physical layer to business model?</p>
<p>70. Lets say you have a report with 4 dimensional attributes and 2 fact measures in the report. Whats the default sort behavior of OBIEE when you try to run the report? On what column/columns does it sort? How do you know this?</p>
<p>71. In the above scenario, Is it better to have atleast one column defined in your criteria manually or just leave it without any sort criteria mentioned? Whats the difference in performance?</p>
<p><strong>Until next time, Kudos to all OBIEE evangelists out there</strong></p>
<p><strong>Always, remember that these are just for your reference and to play around with the tool for different scenarios and get to know the maneuvers available with this tool. Always, practice these scenarios and thats the only way you could register them in your permanent memory of your brain <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </strong></p>
<p><strong>Appreciate your feedback on this poll. </strong></p>
<a href="http://polldaddy.com/poll/3493797/">View This Poll</a>
<br />Filed under: <a href='http://nerdsofobiee.wordpress.com/category/obiee-faq/'>OBIEE FAQ</a> Tagged: <a href='http://nerdsofobiee.wordpress.com/tag/obi-applications-interview-questions/'>OBI Applications interview questions</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obi-interview-questions/'>OBI interview questions</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obi-repository-interview-questions/'>OBI Repository interview questions</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-answers-interview-questions/'>OBIEE Answers interview questions</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-interview-questions/'>OBIEE interview questions</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdsofobiee.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdsofobiee.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdsofobiee.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdsofobiee.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdsofobiee.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdsofobiee.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdsofobiee.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdsofobiee.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdsofobiee.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdsofobiee.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdsofobiee.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdsofobiee.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdsofobiee.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdsofobiee.wordpress.com/432/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=432&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdsofobiee.wordpress.com/2010/07/19/obiee-interview-questions-continued-part-2/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a4c23455f2b910b159f718a2516364e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">harikv</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2010/07/answersmultiplepaths.jpg" medium="image">
			<media:title type="html">AnswersMultiplePaths</media:title>
		</media:content>
	</item>
		<item>
		<title>OBIEE 11g New Features, Launch Event</title>
		<link>http://nerdsofobiee.wordpress.com/2010/07/08/obiee-11g-new-features-launch-event/</link>
		<comments>http://nerdsofobiee.wordpress.com/2010/07/08/obiee-11g-new-features-launch-event/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 19:39:34 +0000</pubDate>
		<dc:creator>harikv</dc:creator>
				<category><![CDATA[OBIEE 11g Launch]]></category>
		<category><![CDATA[OBIEE 11g Chart Slider]]></category>
		<category><![CDATA[OBIEE 11g Chart Zoom]]></category>
		<category><![CDATA[OBIEE 11g disappointments]]></category>
		<category><![CDATA[OBIEE 11g Launch Event]]></category>
		<category><![CDATA[OBIEE 11g Live Pivoting]]></category>
		<category><![CDATA[OBIEE 11g New Features]]></category>
		<category><![CDATA[OBIEE 11g New UI]]></category>
		<category><![CDATA[OBIEE Action Framework]]></category>
		<category><![CDATA[OBIEE BI Publisher Clustering]]></category>
		<category><![CDATA[OBIEE BI Search]]></category>
		<category><![CDATA[OBIEE Essbase Clustering]]></category>
		<category><![CDATA[OBIEE Scorecard and Strategy Management]]></category>

		<guid isPermaLink="false">http://nerdsofobiee.wordpress.com/?p=437</guid>
		<description><![CDATA[OBIEE 11g New Features, OBIEE 11g Launch Event, OBIEE 11g, OBIEE 11g Chart Slider, OBIEE 11g Chart Zoom, OBIEE 11g New UI, OBIEE 11g Live Pivoting, OBIEE BI Search, OBIEE Action Framework, OBIEE Essbase Clustering, OBIEE BI Publisher Clustering, OBIEE Scorecard and Strategy Management, OBIEE 11g disappointments<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=437&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello Folks,</p>
<p>Finally, <strong>Oracle OBIEE 11g</strong> has officially been launched to a very large fan base of both OBIEE and Essbase on July 7. Its a long overdue and lets see how the world receives it. As a technologist, I have PATIENTLY listened to all the Oracle&#8217;s sales pitch for 2 hrs of their recorded web cast and here are some things that I came up with that may be of interest to the OBIEE technological community.</p>
<p>First, some non techie stuff that was part of web cast.</p>
<p><strong>Excerpts from interview held with BT Architect and CapGemini Practice Head:</strong></p>
<p><strong>Burning issues &amp; strategies in BI initiatives: </strong></p>
<ul>
<li><strong>Engaging business in maintaining data and considering data as one of the enterprise assets.</strong></li>
</ul>
<p>Ex: Think of Facebook and its valuation based on user profiles created on this app. Each user profile gets valued at almost $10 and they were trying to emphasize the need for better data sourcing, cleansing and delivering data back to the users in an interactive, usable format.  As data volumes increase, data analysis efforts increase and need for better BI tools increases.</p>
<ul>
<li><strong>Integrating business and IT to help close the loop.</strong></li>
</ul>
<p>This is not just an BI problem but more of an IT problem.</p>
<ul>
<li><strong>Adoption of users (both Business Analysts &amp; Power Users &amp; End Users)</strong></li>
</ul>
<p>This has been a problem in BI space since ages <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (atleast in last decade where data volumes crippled like anything imaginable). Better BI tool training is needed and efforts have to be redirected for this initiative.</p>
<ul>
<li><strong>Room for extendability (scalability), performance, integration of analytics into actions.</strong></li>
</ul>
<p>There has been a lot of emphasis on &#8216;integration of analytics into actions&#8217; part all through the presentations.</p>
<ul>
<li><strong>Agile BI initiatives</strong></li>
</ul>
<p>This has been in works recently and heard a lot in TDWI conferences recently. Would be good to see whether BT has put together a framework for others to use for launching this initiative in other places.</p>
<ul>
<li><strong>Leveraging BI analytics for company profitability</strong></li>
</ul>
<p>The whole point of developing analytics is to drive company&#8217;s profitability. There is nothing new here.</p>
<ul>
<li><strong>Leveraging BI for not just business monitoring but for IT Systems monitoring</strong></li>
</ul>
<p>This is something that IT managers will like. Helping them fire an event as a server goes down; dashboards to monitor your SLA metrics etc etc..</p>
<ul>
<li><strong>Talk about visualization of business processes and trigerring actions based on rules.</strong></li>
</ul>
<p>We talked about this in &#8216;integration of analytics into actions&#8217; section. Nothing new cooking here <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I am a little happy to know that Oracle internally does use OBI Apps for their metrics monitoring, alerts etc etc..</p>
<p>There has been a big buzz (atleast lot of sales pitch) around ExaData and Oracle BI together having a perfect marriage in data warehouse environments. We have to wait and see whether thats true and need to hear some feedback from customers. Oracle did talk about one of the largest grocery chain using this for their data warehouse and BI environment (Hyperion I think is their Bi tool). I believe this is WalMart that they are talking about.</p>
<p>Coming to the meat of what OBIEE 11g is bringing to the table, here we go that I have found to be interesting and worth noting.</p>
<ul>
<li><strong>OBIEE has a new UI for the end users.</strong></li>
</ul>
<p>Its not just the dashboard that got remodeled, but also the &#8216;Answers&#8217; tool. This is big not just for end users but also for people who create adhoc reports and use &#8216;Answers&#8217; tool every day. Of Course, this has led to some changes in &#8216;Admin&#8217; tool (discuss changes in this later). This new UI also comes with a new Charting Engine (finally, Corda Charts are out of OBIEE now with this release).</p>
<p>Here is a snapshot of how the UI looks like:</p>
<p><a href="http://nerdsofobiee.files.wordpress.com/2010/07/11gnewuianswers.jpg"><img class="alignnone size-full wp-image-439" title="11gNewUIAnswers" src="http://nerdsofobiee.files.wordpress.com/2010/07/11gnewuianswers.jpg" alt="" width="1024" height="615" /></a></p>
<p>Without aby doubt, you have seen the new icons used for Subject Areas,  Presentation Catalogs and the positioning of the 4 tabs in creating a new report namely &#8216;Criteria&#8217;, &#8216;Results&#8217;, &#8216;Prompts&#8217;, &#8216;Advanced&#8217;. There are new icons on the top of the page which I dont remember from 10g. We have to wait to see what they are (May be these icons are remodeled as they did not talk anything about these in the web cast or may be of least importance for this event). Also, see in the table, the hierarchial drill down is enabled all in one column for Customer Region in Rows and see the drill down path for Time across columns.  This is kind of very elegant. But, it comes down to how much can you configure and what options are out of box for disabling this feature and what happens when you export them to pdf or excel? Does 10g rpds and reports automatically use this new feature when promoted to 11g? I think pivot tables in 10g had real problems in its usage and configuration. Hope they are fixed now in this version. Do you think this new UI is borrowed from Hyperion web based reporting tools? Lets talk about the other features that were brought in the UI side i.e. Chart Slider and Zoom feature. I can explain them both but would love you to refer to these links which were from Oracle and well described technically <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://blogs.oracle.com/robreynolds/2010/07/obiee_11g_new_feature_chart_sl.html">http://blogs.oracle.com/robreynolds/2010/07/obiee_11g_new_feature_chart_sl.html</a></p>
<p><a href="http://blogs.oracle.com/robreynolds/2010/07/obiee_11g_feature_chart_zoom.html">http://blogs.oracle.com/robreynolds/2010/07/obiee_11g_feature_chart_zoom.html</a></p>
<p>Also, dont forget to skim through the hierarchy columns changes as mentioned in</p>
<p><a href="http://blogs.oracle.com/robreynolds/2010/07/obiee_11g_new_feature_-_hierar.html">http://blogs.oracle.com/robreynolds/2010/07/obiee_11g_new_feature_-_hierar.html</a></p>
<p>Buzz words to remember for UI enhancements are : Live Pivoting, Chart Slider, Chart Zoom.</p>
<p>Also showed in the demo is a feature where as you drill down in one report, all the other reports as part of the dashboard also do get drilled down based on the value chosen in the first report. This, I think, is not an enhancement but has to wait to see whether they have up with a new feature for us.</p>
<ul>
<li><strong>Repository Changes using &#8216;Admin&#8217; tool.</strong></li>
</ul>
<p>As far as I can remember from the 2 hr web cast, there is no mention of any great new feature in Admin tool. There are icon changes for almost all objects in the repository namely Logical Tables (Both Facts and Dimensions), Measures, Dimension Attributes, Hierarchies, Hierarchy Levels etc etc. Have to wait for the tool to be released to corroborate this.</p>
<ul>
<li><strong>BI Search</strong></li>
</ul>
<p>This is going to be big for all the data owners and BI implementations. All reports, dashboards can be tagged and all the tags that you as a dashboard developer or as a Answers tool user put in, these are searchable. What a cool feature to search for reports and dashboards. Well, it also boils down to creating good meta data to be developed for all the dashboards, reports, prompts, types of reports whether its publisher report or a answers report or a prompt.</p>
<ul>
<li><strong>Clustering Support for Essbase and BI Publisher</strong></li>
</ul>
<p>This would be huge in big corporations who deal with terabytes of data every day. There is this mention of using BI publisher as a operational reporting tool when compared to Answers tool in the web cast but I still dont think thats what their intention was. Essbase queries will now run in micro seconds rather than in sub seconds that its touted for <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul>
<li><strong>Web Center Workspaces</strong></li>
</ul>
<p>Though there is this mention of web center workspaces, I did not completely get it. I am speculating that it has to do with integration of oracle portal, BI search and SOA.</p>
<ul>
<li><strong>New Thin Client for editing BI Publisher reports</strong></li>
</ul>
<p>BI Publisher is still getting a face lift with this release of a new thin client where you can use create and edit BI Publisher reports. Oracle is finally going away from using MS Word, Excel as their editing tools for BI Publisher. I believe, they are still supported but not recommended.</p>
<ul>
<li><strong>Encrypted Meta Data for Metadata Security</strong></li>
</ul>
<p>This is a nice feature to add on and very few customers might have really thought of (atleast thats my take on it). When meta data is created against your repository objects, certain objects meta data (i.e. formula, business rules, data sources) can be encrypted so that end users does not completely know whats behind the metric and its calculation.</p>
<ul>
<li><strong>Action Framework</strong></li>
</ul>
<p>This is just an emphasis on the &#8216;integration of analytics into actions&#8217; feature that I was talking to you before. Now, the action framework can be used to trigger an email, run a BPEL process, run a java method based on the business rules set on each metric. This helps in closing the loop for business folks and BI helping business to improve and act upon based on pre-defined criteria.</p>
<ul>
<li><strong>Annotations, Colloboration</strong></li>
</ul>
<p>Talked about the annotations, online chat and work group creation for colloboration purposes based on BI report results. Seems like an extension to writeback functionality we have been used to in 10g. Will have to play with this tool before we can see the real benefit. Of Course, it helps reduce excel attachments in emails that Oracle was talking in this webcast.</p>
<ul>
<li><strong>ScoreCard, KPI and Strategy Management</strong></li>
</ul>
<p>This is an addon that talks about the goals, KPI of the company and then breaking it down to each individual department&#8217;s goals, KPI and monitoring the results for these KPIs. Oracle has thought to resurrect the &#8216;Score Card&#8217; methodology in BI space. Lets see whether they have done it right this time <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Of Course, dont forget to watch this 2 minute presentation which will bring all of this together for you</p>
<p><a href="http://www.oracle.com/pls/ebn/swf_viewer.load?p_shows_id=8910853&amp;p_referred=FlashISeminar">http://www.oracle.com/pls/ebn/swf_viewer.load?p_shows_id=8910853&amp;p_referred=FlashISeminar</a></p>
<p>Eagerly waiting to play with this new version and see what it brings to the table <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>BIG Disappointments:</strong></p>
<ul>
<li><strong>Do not know how many people really see this as a big bottleneck but I do with my existing client. My client has been thinking that Oracle will bring a merger of toolsets (Hyperion Interactive Reporting, OBIEE) as part of 11g. </strong></li>
</ul>
<p><strong> </strong></p>
<ul>
<li><strong>Also, you still have two plugins for Office (one for OBIEE and one for Essbase). Does it not look cool if you have just one plugin for both these purposes whether its MOLAP or ROLAP? Can they play together on a customer&#8217;s desktop? Do they have to pick one or the other?</strong></li>
</ul>
<p>Until next time, Kudos to all OBIEE evangelists out there and making this tool a huge success. I am sure Oracle did get this product right by merging Siebel Analytics, Essbase and access to all MOLAP, ROLAP and HOLAP technologies all in using one tool.</p>
<br />Filed under: <a href='http://nerdsofobiee.wordpress.com/category/obiee-11g-launch/'>OBIEE 11g Launch</a> Tagged: <a href='http://nerdsofobiee.wordpress.com/tag/obiee-11g-chart-slider/'>OBIEE 11g Chart Slider</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-11g-chart-zoom/'>OBIEE 11g Chart Zoom</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-11g-disappointments/'>OBIEE 11g disappointments</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-11g-launch-event/'>OBIEE 11g Launch Event</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-11g-live-pivoting/'>OBIEE 11g Live Pivoting</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-11g-new-features/'>OBIEE 11g New Features</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-11g-new-ui/'>OBIEE 11g New UI</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-action-framework/'>OBIEE Action Framework</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-bi-publisher-clustering/'>OBIEE BI Publisher Clustering</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-bi-search/'>OBIEE BI Search</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-essbase-clustering/'>OBIEE Essbase Clustering</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-scorecard-and-strategy-management/'>OBIEE Scorecard and Strategy Management</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdsofobiee.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdsofobiee.wordpress.com/437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdsofobiee.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdsofobiee.wordpress.com/437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdsofobiee.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdsofobiee.wordpress.com/437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdsofobiee.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdsofobiee.wordpress.com/437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdsofobiee.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdsofobiee.wordpress.com/437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdsofobiee.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdsofobiee.wordpress.com/437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdsofobiee.wordpress.com/437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdsofobiee.wordpress.com/437/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=437&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdsofobiee.wordpress.com/2010/07/08/obiee-11g-new-features-launch-event/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a4c23455f2b910b159f718a2516364e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">harikv</media:title>
		</media:content>

		<media:content url="http://nerdsofobiee.files.wordpress.com/2010/07/11gnewuianswers.jpg" medium="image">
			<media:title type="html">11gNewUIAnswers</media:title>
		</media:content>
	</item>
		<item>
		<title>OBIEE Interview Questions</title>
		<link>http://nerdsofobiee.wordpress.com/2010/07/06/obiee-interview-questions/</link>
		<comments>http://nerdsofobiee.wordpress.com/2010/07/06/obiee-interview-questions/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 17:21:24 +0000</pubDate>
		<dc:creator>harikv</dc:creator>
				<category><![CDATA[OBIEE FAQ]]></category>

		<guid isPermaLink="false">http://nerdsofobiee.wordpress.com/?p=427</guid>
		<description><![CDATA[OBIEE interview questions, OBI Applications interview questions, OBI interview questions, OBI Repository interview questions, Oracle BI interview questions, OBIEE Answers interview questions<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=427&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dear folks,</p>
<p>These are just something that I have found to be some of the very general questions coming around from many different interviewers for the last 3 quarters. I have divided them by complexity and hope these questions help you in bossting your confidence.</p>
<p>Remember that &#8220;Practice and Experience are the best learning methods for your next job&#8221; but getting to know what kind of questions that people ask for is also good.</p>
<p>We will start with easy questions first and slowly gear towards the complex questions that may make your head spin <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>To make this more relevant, lets assume you are running 0n OBIEE 10.1.3.4 version</p>
<p>1. What is the default location of a repository file?</p>
<p>2. How many repository files can be loaded to a BI Server simultaneously? Assume its a single server with single instance of BI Server running just to keep things easy <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>3. If you have more than 3 repository files mentioned in your NQSConfig.ini file as default, which one gets loaded to the memory when the BI Server is started?</p>
<p>Ex:</p>
<p>Star = SamplerRepository1.rpd, DEFAULT;</p>
<p>Star = SamplerRepository2.rpd, DEFAULT;</p>
<p>Star = SamplerRepository3.rpd, DEFAULT;</p>
<p>4. How do you import Essbase Cubes into your repository?</p>
<p>5. Whats XMLA and where is it used for in OBIEE context?</p>
<p>6. Can you change the location of your rpd file in your OBIEE Configuration? If Yes, Where would you mention the new location of this rpd file for Bi Server?</p>
<p>7. What kind of joins would you perform in the physical layer of the repository file when opened with Administration tool?</p>
<p>8. What are the minimum services needed to load a repository file onto memory and view a dashboard which has reports that have been refreshed on a scheduled basis?</p>
<p>9. Can you use an OLTP backend database for creating a dashboard?</p>
<p>10. How many tables are needed in minimum to pass through the Consistency Checking in Logical Layer (Business Mapping and Modeling Layer) of the repository?</p>
<p>11. Can you create new views in the database using OBIEE Administration tool? Can you explain the procedure for doing this?</p>
<p>12. What is a complex join in OBIEE and why, where is it used?</p>
<p>13. Is it mandatory to have hierarchies defined in your repository? If Yes, where does it help? If No, what happens in the reports?</p>
<p>14. How do you create outer joins in physical layer?</p>
<p>15. What does Consistency Checking perform; What are the minimum criteria to pass consistency checking for a given repository?</p>
<p>16. Does OBIEE store physical sql ? How is physical sql generated in OBIEE environments?</p>
<p>17. Are there any occasions where physical sql is not generated when running against a backend database like Oracle, SQL Server or any other relational database?</p>
<p>18. What is the best default logging level for production users?</p>
<p>19. What is the difference between logging level 1 and 2?</p>
<p>20. What are the different places (files) to view the physical sql generated by an Answers report?</p>
<p>21. Where does the BI Server logs its start, stop and restart times in the file system?</p>
<p>22. You have two tables Table 1 and Table 2 joined by a foreign key in the database? They are imported together from the database into your physical layer. Is this relationship still preserved in the OBIEE physical layer?</p>
<p>23. Same as question 22 but what happens if you import each table seperately?</p>
<p>24. If Table 1 and Table 2 are dragged from physical layer to BMM layer, which table becomes a Fact Table and which table becomes a Dimension Table?</p>
<p>25. What if the tables (Table 1 and Table 2) are not joined, then what happens in BMM layer?</p>
<p>26. What is the difference between logical table and logical table source?</p>
<p>27. How many LTS (Logical Table Sources) can a logical table have? Whats the minimum and maximum?</p>
<p>28. How many server instances can coexist in an OBIEE cluster?</p>
<p>29. Whats a dimension only query in OBIEE?</p>
<p>30. Aggregation rules are set on top of &#8230;&#8230;&#8230;&#8230;&#8230; columns (Physical Columns or Logical Columns or Both)</p>
<p>Lets get to questions that are little more complex in my opinion <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>31. What is alternative drill path? How do you set alternative drill path in OBIEE?</p>
<p>32. What are the pre-requisites for using aggregate persistence wizard? What does aggregate persistence wizard create and what does it help with?</p>
<p>33. Can you import data in multiple sheets from an Excel file? How do you import data from an Excel sheet? (Forget about csv files for now)</p>
<p>34. What are the uses of &#8220;Execute Direct SQL&#8221; feature in Answers? Is it a good practice to allow this feature for production users?</p>
<p>35. How do you disable &#8220;Execute Direct SQL&#8221; feature for all the users of your repository?</p>
<p>36. I want to store the value of the last time the respository was updated and show it in the dashboard? What type of variable can be used for this purpose?</p>
<p>37. Is there any way to see a list of all the repository variables defined in your repository using Answers tool?</p>
<p>38. What are Chronological Keys in OBIEE? How are they different from Logical Keys?</p>
<p>39. You want to use a database built-in function bypassing the functions defined in OBIEE? What OBIEE function helps in achieving this? Whats the syntax for this function?</p>
<p>40. What are the different ways to authenticate an user in OBIEE system? Can OBIEE authenticate a user passing through multiple authentication methods?</p>
<p>41. How do you resolve M:M relationship between tables in OBIEE? Explain a scenario where this would help?</p>
<p>42. Does OBIEE support ragged hierarchies? What is the procedure to import ragged hierarchies from Essbase?</p>
<p>43. You are trying to open a repository using Admin tool and when you click to say &#8220;Open Online&#8221;; a dialogue box pops up saying &#8220;Your rpd is available in read-only&#8221; mode. How can you edit this repository by opening online?</p>
<p>44. How do you set up usage tracking in OBIEE? Is the Usage Tracking mechanism in OBIEE configurable to capture new identified metrics by your department?</p>
<p>45. What is the default configuration for caching in NQSConfig.ini file? How method does the OBIEE use for clearing its cache?</p>
<p>46. Table 1 and Table 2 are joined together in an Answers query. Table 1 is defined as cachable and Table 2 is defined as not cachable? What happens to the resultset used in the Answers tool? Is the result cached or not cached?</p>
<p>47. What is MUDE/ MUD in OBIEE? On what basis would you create projects?</p>
<p>48. Two people (Developer A and Developer B) are assigned to the same project inside MUD and opened the same project simultaneously. Developer A made some changes to the project and merged his changes to the original repository. Developer B also made some changes and commited his changes to the original repository? Does the MUD environment preserve both Developer A and Developer B changes?</p>
<p>49. In MUDE, Can two resources checkout the same project simultaneously?</p>
<p>50. In MUDE, what happens if the physical tables are shared between projects?</p>
<p>51. What are the different types of utilities provided in OBIEE? Explain any two utilities used in your previous projects and what are they used for?</p>
<p>52. What are the different documentation mechanisms available in Admin tool? How do you create documentation for your Answers users against all objects available in your subject areas?</p>
<p>Please comment if you would like to add any new questions or suggestions to this list.</p>
<p>Until next time, Kudos to all OBIEE evangelists <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://nerdsofobiee.wordpress.com/category/obiee-faq/'>OBIEE FAQ</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdsofobiee.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdsofobiee.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdsofobiee.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdsofobiee.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdsofobiee.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdsofobiee.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdsofobiee.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdsofobiee.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdsofobiee.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdsofobiee.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdsofobiee.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdsofobiee.wordpress.com/427/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdsofobiee.wordpress.com/427/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdsofobiee.wordpress.com/427/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=427&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdsofobiee.wordpress.com/2010/07/06/obiee-interview-questions/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a4c23455f2b910b159f718a2516364e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">harikv</media:title>
		</media:content>
	</item>
		<item>
		<title>OBIEE Gathering Business Requirements</title>
		<link>http://nerdsofobiee.wordpress.com/2010/05/11/obiee-gathering-business-requirements/</link>
		<comments>http://nerdsofobiee.wordpress.com/2010/05/11/obiee-gathering-business-requirements/#comments</comments>
		<pubDate>Tue, 11 May 2010 20:02:04 +0000</pubDate>
		<dc:creator>harikv</dc:creator>
				<category><![CDATA[OBIEE Requirements Gathering]]></category>
		<category><![CDATA[BI Reporting Requirements]]></category>
		<category><![CDATA[OBIEE collecting business requirements]]></category>
		<category><![CDATA[OBIEE customer interview]]></category>
		<category><![CDATA[OBIEE Gathering Business Requirements]]></category>
		<category><![CDATA[OBIEE requirements questionnaire]]></category>
		<category><![CDATA[OBIEE requirements questions]]></category>
		<category><![CDATA[OBIEE user customer feedback forms]]></category>
		<category><![CDATA[OBIEE users requirements collection gathering]]></category>
		<category><![CDATA[Reporting Requirements Gathering]]></category>
		<category><![CDATA[Reporting Requirements Questionnaire]]></category>
		<category><![CDATA[Reporting Requirements Template]]></category>

		<guid isPermaLink="false">http://nerdsofobiee.wordpress.com/?p=409</guid>
		<description><![CDATA[OBIEE Gathering Business Requirements, OBIEE requirements questionnaire, OBIEE requirements questions, OBIEE collecting business requirements, OBIEE customer interview, OBIEE users requirements collection gathering, OBIEE user customer feedback forms, Reporting Requirements Gathering, BI Reporting Requirements, Reporting Requirements Template, Reporting Requirements Questionnaire<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=409&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently, I was asked by a new OBIEE implementation project team on what are the different ways to collect business requirements for a new BI initiative. With the project objectives being identified and high level business requirements being gathered from the c-level executives, what are the next proven steps for a successful OBIEE implementation.</p>
<p>My experience with this would probably go back to old days where you collect the &#8220;AS IS&#8221; status of the BI reports out there. Do they feed off a OLTP system or a data warehouse? Whats the future state of this BI initiative. How do we connect the existing dots to give you a vision on whats relevant to the new vision set by the management? This certainly leads you to conduct a &#8220;gap analysis&#8221;. Gap Analysis of what? Obvious answers are</p>
<ul>
<li>Existing business processes</li>
<li>Existing technical architecture</li>
<li>Existing resources</li>
</ul>
<p>Does existing business processes support the vision set by the management? Does the existing technical architecture fit the new vision? Can the existing resources be cross-trained for this new vision.</p>
<p>I am sure these are dealt by the BI project managers on day to day basis.</p>
<p>Coming back to OBIEE, you have OBIA (Oracle Business Intelligence Analytics) that comes with pre-packaged dashboards and pre-packaged ETL mappings. Then, you have custom OBIEE development where none of the pre-packaged apps does not fit your business model. While OBIA covers 50-60% of the organizational domains, you have bolt-on apps that support your existing ERPs and other core business processes. How do I integrate these bolt-ons to the OBIA? Should I start all the way from scratch because we have invested years and years into developing a data warehouse already? Many questions linger in BI project manager&#8217;s mind before they take the next big step.</p>
<p>With all these premises set, lets get back to the question of how do I collect my business requirements for a new custom OBIEE initiative?<br />
To answer this specific question, this specific list of questions have been collected and hopefully this will help you in your implementation. I am sure its not comprehensive enough, but can be a good starting point. Remember almost all these questions are relevant for any new BI reporting requirements gathering phase. Since we are talking to existing business users who are not using OBIEE yet, this is still a very good generic reporting requirements template, questionnaire.</p>
<p><strong>Please add your comments to this article so others can benefit from you as you benefited from reading this article. As you know this world is all around &#8216;Give n Take&#8217; mantra. When you want to take something, you have to give back to the community in other possible ways <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<p><strong>Questions regarding existing BI reports to Business Users</strong></p>
<ul>
<li>How do you access these existing reports?</li>
<li>Whats the existing frequency of report updates and data updates?</li>
<li>What reports go together to make them relevant?</li>
<li>What other tools do you use for analyzing the data out of these reports?</li>
<li>What are the report delivery mechanisms existing right now?</li>
<li>Are these refreshed on a batch process or based on demand from the users?</li>
<li>Any specific features in the existing report that you would like most and does not see loosing it which may cause potential business implications?</li>
<li>What are the existing bottlenecks with each of these reports?</li>
<li>Are the goals in existing reports still relevant?</li>
<li>What are the different parameters used in these reports? Whats the frequency of each parameter being used?</li>
<li>What reports do you cross check to make sure your reports are upto date and are valid?</li>
<li>What reporting metrics/KPI are being created in these reports? Are there special formulae being set in these reports as we bring data from the data warehouse?</li>
<li>How do you perform your routine analysis? How does the existing reports aid in getting your job done faster? Do you see any trends in what kinds of routine analysis are you being tasked with?</li>
<li>How complicated can these &#8216;one off &#8216; reports being created? How long does it take to create these reports? How often do you think the data is already available in data warehouse but not in reports?</li>
<li>Who are the power users for each of these reports? Organizing these users by department, by task can give you a very good insight of what reports can be grouped together in an OBIEE dashboard.</li>
<li>Is there report usage tracking mechanism already available? Do we like to see this moving further into OBIEE?</li>
<li>Open up your c-level executive&#8217;s high level requirements and see whether they are being already covered by these existing reports.</li>
<li>Is there a backlog of users requests for enhancing the existing reports, create a new flavor of report based on the existing report?</li>
<li>Can all reports be viewed by every one? How are the users segmented so that groups can be created to access these reports?</li>
<li>Does the report format change based on the user? Is there any row level security involved? Is there any column level security involved in these reports?  Simply ask &#8216;Who can see what&#8217; for each of these reports.</li>
<li>Do you analyze information or conduct analysis quarter over quarter or year over year? How far back do you go to support your analysis?</li>
<li>Ask for access to the recent support ticket logs and see whether there is any trend of problem areas with the reports.</li>
<li>Organizing the reports by business importance i.e. mission critical every day, end of month report to be ready by 2nd fiscal week of next month etc. etc..</li>
<li>What is the existing support structure for these BI reports? Ex: When a user has problem, he goes to his assigned power user, if power user cant resolve it, create a ticket for BI team.</li>
<li>Identify the existing drill down capabilities in the existing reports. Is this still valid? How often does these hierarchies change? Ex: A Product Hierarchy is created every month, we create a new IT request to include this new product hierarchy and it gets added.</li>
<li>Identify the common dimensions and hierarchies used in most of these reports. Ex: Time, Product, Customer</li>
<li>Identify the common set of filters that are being built across all these dimensions.</li>
<li>What are the known gotchas with the existing data in the data warehouse. Do we have reports where multiple versions of truth is always a problem just because the way these reports are set up?</li>
<li>Are there any decodes, if this is &#8216;x&#8217; then &#8216;y&#8217; kind of expressions developed as part of the reports?</li>
<li>Are we happy with the existing refresh schedules?</li>
<li>What output formats are being supported by these reports? Ex: Excel, PDF, web-based always.</li>
<li>Identify any enhancements that would really delight the customer based on an existing report.</li>
<li>Identify opportunities where previous attempts failed and the it did not make any financial sense at that time. Review these with your users and see whether that it is still the same.</li>
<li>Document on how each of these reports fits strategically to the organization&#8217;s goals and performance monitoring. What are the success factors for your organization? Are these factors quantifiable? How do you know you are on track to achieve your results? How often does the department&#8217;s/organization&#8217;s goals change?</li>
<li>Does any of the existing reports help you predict problems? Are there any alerting mechanisms built into these reports? Who gets these alerts?</li>
<li>Check the reports for the visualization techniques used in the existing reports. Does it make sense to replicate them as is or see whether you can add new web 2.0 widgets for data visualizations. Ex: There was never a goal against this KPI before. Now, we have one. We like a dial chart on the first page of our report to show how we are performing weekly, quarterly, yearly.</li>
<li>Identify users and see what level of familiarity do they have with this data. Segment these users based on criteria like influence, authority, participation levels. You always need high influencial, high authoritative and high participative users. Deal slowly and patiently with low influential and highly pessimistic users.</li>
<li>Identify the BI technology trends in their organization. Ex: We used to have these nice and fancy all excel based reports. Then the IT has changed our strategy 5 years ago and asked us to start using Micro Strategy tool. Now, we are going to go OBIEE. Check the pulse of your users to see how excited they are.  As the technology changed, did something worked better? Did something get lost as part of the transition. Look for those transition pain points and make sure you have/develop some strategies on how to deal with them if you encounter one.</li>
</ul>
<p>With these said, some IT analyst will suggest creating a template for this in Excel or other tool. Well, I would like to leave it as is and ask you the readers to customize the way you want or your client likes to see.</p>
<p>Next time, we will discuss about the tasks of BI analyst once he collects these interviews and develop some findings.</p>
<p>Next week.. we will follow on the tasks to be completed by the BI analyst once he interviews the business users and collects all this useful info.</p>
<br />Filed under: <a href='http://nerdsofobiee.wordpress.com/category/obiee-requirements-gathering/'>OBIEE Requirements Gathering</a> Tagged: <a href='http://nerdsofobiee.wordpress.com/tag/bi-reporting-requirements/'>BI Reporting Requirements</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-collecting-business-requirements/'>OBIEE collecting business requirements</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-customer-interview/'>OBIEE customer interview</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-gathering-business-requirements/'>OBIEE Gathering Business Requirements</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-requirements-questionnaire/'>OBIEE requirements questionnaire</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-requirements-questions/'>OBIEE requirements questions</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-user-customer-feedback-forms/'>OBIEE user customer feedback forms</a>, <a href='http://nerdsofobiee.wordpress.com/tag/obiee-users-requirements-collection-gathering/'>OBIEE users requirements collection gathering</a>, <a href='http://nerdsofobiee.wordpress.com/tag/reporting-requirements-gathering/'>Reporting Requirements Gathering</a>, <a href='http://nerdsofobiee.wordpress.com/tag/reporting-requirements-questionnaire/'>Reporting Requirements Questionnaire</a>, <a href='http://nerdsofobiee.wordpress.com/tag/reporting-requirements-template/'>Reporting Requirements Template</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdsofobiee.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdsofobiee.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdsofobiee.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdsofobiee.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdsofobiee.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdsofobiee.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdsofobiee.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdsofobiee.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdsofobiee.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdsofobiee.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdsofobiee.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdsofobiee.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdsofobiee.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdsofobiee.wordpress.com/409/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=409&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdsofobiee.wordpress.com/2010/05/11/obiee-gathering-business-requirements/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a4c23455f2b910b159f718a2516364e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">harikv</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrating BO Linked Universes to OBIEE</title>
		<link>http://nerdsofobiee.wordpress.com/2010/05/04/migrating-bo-linked-universes-to-obiee/</link>
		<comments>http://nerdsofobiee.wordpress.com/2010/05/04/migrating-bo-linked-universes-to-obiee/#comments</comments>
		<pubDate>Tue, 04 May 2010 21:47:43 +0000</pubDate>
		<dc:creator>harikv</dc:creator>
				<category><![CDATA[Business Objects to OBIEE]]></category>
		<category><![CDATA[BO kernel master component approaches to obiee]]></category>
		<category><![CDATA[BO to OBI]]></category>
		<category><![CDATA[BO to obiee]]></category>
		<category><![CDATA[BO to OBIEE migration strategies]]></category>
		<category><![CDATA[Business Objects Universe to OBIEE]]></category>
		<category><![CDATA[converting bo derived universes to obi]]></category>
		<category><![CDATA[converting bo linked universes to obiee]]></category>
		<category><![CDATA[converting bo reports based on linked universes to obiee]]></category>
		<category><![CDATA[migrating bo universes to obiee]]></category>

		<guid isPermaLink="false">http://nerdsofobiee.wordpress.com/?p=399</guid>
		<description><![CDATA[BO to OBI, BO to obiee, Business Objects Universe to OBIEE, converting bo linked universes to obiee, converting bo derived universes to obi, converting bo reports based on linked universes to obiee, BO kernel master component approaches to obiee, migrating bo universes to obiee, BO to OBIEE migration strategies<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=399&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Are you trying to migrate your BO universes to OBIEE? First question that comes to mind for everyone is &#8220;Is there an automated tool out there that can do this job?&#8221;. Sorry! We have no luck here. </p>
<p>Oracle has made lots of money with the Oracle database and creating tools that allow us migrate other non-oracle databases to oracle. Think about SQL Developer Migration Workbench and its vast technical documentation on how easy it is to migrate to Oracle. For more info on SQL Developer Migrations, follow this <a href="http://www.oracle.com/technology/tech/migration/workbench/index_sqldev_omwb.html">link</a>.</p>
<p>If Oracle does make lot of money on OBIEE and its associated products, I am sure they are looking at something like this for all the BI migrations.</p>
<p>Coming back to the crux of this post, whats the easy path out there? What If I have complex universes where lot of new metrics have been already defined and developed? Does the same concept and architecture exist in OBIEE. Read this other <a href="http://nerdsofobiee.wordpress.com/2010/03/24/business-objects-and-obiee-filters-demystified/">post</a> for more on this. </p>
<p>What if I have linked universes? Is there a concept like this in OBIEE? To know the concepts of Linked Universes and its associated terms like Derived Universes and the different approaches like Kernal, Master, Component Approach, follow this <a href="http://help.sap.com/businessobject/product_guides/boexir31SP2/en/xi31_sp2_designer_en.pdf">link</a>. PDF Download Pg 669. </p>
<p>Unfortunately, there is no one to one conceptual match for linked universes in OBIEE. But, you can achieve the same by using multiple approaches in OBIEE. Remember that there is only repository (.rpd) always available online in OBIEE. What does one rpd has? Mutiple subject areas. Can we seperate users based on Subject Areas? Of Course, Yes. Can we create different metrics based on each subject area? Of Course, Yes. But remember, now you are trying to duplicate the functionality available in BO and not understanding the concept of one rpd and one metric definition across all subject areas. So, distinguish your metrics with better naming conventions and with good metadata. Use concepts of Logical Table Sources and Logical Tables carefully so you can mimic the BO universe in functionality and embracing the concept of OBIEE. For more info on Logical Table Sources (LTS), Logical Tables (LT) and Physical tables, follow this <a href="http://peoplesoftbits.wordpress.com/2009/02/26/obiee-logical-table-vs-logical-table-sources-best-practice/">link</a></p>
<p>Until next time, Kudos to all OBIEE evangelists out there !</p>
<br />Filed under: <a href='http://nerdsofobiee.wordpress.com/category/business-objects-to-obiee/'>Business Objects to OBIEE</a> Tagged: <a href='http://nerdsofobiee.wordpress.com/tag/bo-kernel-master-component-approaches-to-obiee/'>BO kernel master component approaches to obiee</a>, <a href='http://nerdsofobiee.wordpress.com/tag/bo-to-obi/'>BO to OBI</a>, <a href='http://nerdsofobiee.wordpress.com/tag/bo-to-obiee/'>BO to obiee</a>, <a href='http://nerdsofobiee.wordpress.com/tag/bo-to-obiee-migration-strategies/'>BO to OBIEE migration strategies</a>, <a href='http://nerdsofobiee.wordpress.com/tag/business-objects-universe-to-obiee/'>Business Objects Universe to OBIEE</a>, <a href='http://nerdsofobiee.wordpress.com/tag/converting-bo-derived-universes-to-obi/'>converting bo derived universes to obi</a>, <a href='http://nerdsofobiee.wordpress.com/tag/converting-bo-linked-universes-to-obiee/'>converting bo linked universes to obiee</a>, <a href='http://nerdsofobiee.wordpress.com/tag/converting-bo-reports-based-on-linked-universes-to-obiee/'>converting bo reports based on linked universes to obiee</a>, <a href='http://nerdsofobiee.wordpress.com/tag/migrating-bo-universes-to-obiee/'>migrating bo universes to obiee</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdsofobiee.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdsofobiee.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdsofobiee.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdsofobiee.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdsofobiee.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdsofobiee.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdsofobiee.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdsofobiee.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdsofobiee.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdsofobiee.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdsofobiee.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdsofobiee.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdsofobiee.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdsofobiee.wordpress.com/399/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdsofobiee.wordpress.com&amp;blog=9794676&amp;post=399&amp;subd=nerdsofobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdsofobiee.wordpress.com/2010/05/04/migrating-bo-linked-universes-to-obiee/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a4c23455f2b910b159f718a2516364e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">harikv</media:title>
		</media:content>
	</item>
	</channel>
</rss>
