<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Oracle Business Intelligence Blog</title>
	<atom:link href="http://oracle-bi.siebelunleashed.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracle-bi.siebelunleashed.com</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 14:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Calling Database function in OBIEE by Rohit</title>
		<link>http://oracle-bi.siebelunleashed.com/articles/callingdb-function-in-obiee/#comment-1332</link>
		<dc:creator>Rohit</dc:creator>
		<pubDate>Tue, 24 Jan 2012 14:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://oracle-bi.siebelunleashed.com/?p=78#comment-1332</guid>
		<description>Hi Kani,

Can you please try removing the Evaluate function and call the DB function directly, as the SQL in Direct DB Request is fired directly on the database.</description>
		<content:encoded><![CDATA[<p>Hi Kani,</p>
<p>Can you please try removing the Evaluate function and call the DB function directly, as the SQL in Direct DB Request is fired directly on the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling Database function in OBIEE by Kani</title>
		<link>http://oracle-bi.siebelunleashed.com/articles/callingdb-function-in-obiee/#comment-1329</link>
		<dc:creator>Kani</dc:creator>
		<pubDate>Tue, 24 Jan 2012 07:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://oracle-bi.siebelunleashed.com/?p=78#comment-1329</guid>
		<description>hi..

i m trying to call the function in direct database request... 
i m not able to do it. i m getting the below error 
[nQSError: 43093] An error occurred while processing the EXECUTE PHYSICAL statement. [nQSError: 17001] Oracle Error code: 900, message: ORA-00900: invalid SQL statement at OCI call OCIStmtExecute: EVALUATE(&#039;guesthouse.FUNCTION3(%1)&#039;,3)

please help..

Thanks,
Kani</description>
		<content:encoded><![CDATA[<p>hi..</p>
<p>i m trying to call the function in direct database request&#8230;<br />
i m not able to do it. i m getting the below error<br />
[nQSError: 43093] An error occurred while processing the EXECUTE PHYSICAL statement. [nQSError: 17001] Oracle Error code: 900, message: ORA-00900: invalid SQL statement at OCI call OCIStmtExecute: EVALUATE(&#8216;guesthouse.FUNCTION3(%1)&#8217;,3)</p>
<p>please help..</p>
<p>Thanks,<br />
Kani</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OBIEE Forum by Rohit</title>
		<link>http://oracle-bi.siebelunleashed.com/obiee-forum/#comment-1328</link>
		<dc:creator>Rohit</dc:creator>
		<pubDate>Mon, 23 Jan 2012 14:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://oracle-bi.siebelunleashed.com/?page_id=158#comment-1328</guid>
		<description>Hi Kanimozhi,
In OBIEE 11g, if you want to show the dashboard pages vertically then there is a work around for that. You can create 2 parallel sections, in one of the section you can have the reports and in other section you can create buttons with links behind them pointing to different dashboard.

Hope this helps...</description>
		<content:encoded><![CDATA[<p>Hi Kanimozhi,<br />
In OBIEE 11g, if you want to show the dashboard pages vertically then there is a work around for that. You can create 2 parallel sections, in one of the section you can have the reports and in other section you can create buttons with links behind them pointing to different dashboard.</p>
<p>Hope this helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OBIEE Forum by Rohit</title>
		<link>http://oracle-bi.siebelunleashed.com/obiee-forum/#comment-1327</link>
		<dc:creator>Rohit</dc:creator>
		<pubDate>Wed, 18 Jan 2012 16:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://oracle-bi.siebelunleashed.com/?page_id=158#comment-1327</guid>
		<description>Hi Kanimozhi,

If you want to show the Dashboards as vertical menu tabs then this can be done by adding the below tag in the instanceconfig.xml file:
&lt;DashboardMaxBeforeMenu&gt;2&lt;/DashboardMaxBeforeMenu&gt;

The above works fine in OBIEE 10g but frankly speaking haven&#039;t tried the same in OBIEE 11g. Need to give this a try.

And if this is regarding the Dashboard pages being displayed as vertical tabs then I think it requires some scripting.

I need to check both the scenarios and then only I can confirm the same.</description>
		<content:encoded><![CDATA[<p>Hi Kanimozhi,</p>
<p>If you want to show the Dashboards as vertical menu tabs then this can be done by adding the below tag in the instanceconfig.xml file:<br />
<dashboardmaxbeforemenu>2</dashboardmaxbeforemenu></p>
<p>The above works fine in OBIEE 10g but frankly speaking haven&#8217;t tried the same in OBIEE 11g. Need to give this a try.</p>
<p>And if this is regarding the Dashboard pages being displayed as vertical tabs then I think it requires some scripting.</p>
<p>I need to check both the scenarios and then only I can confirm the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OBIEE Forum by Kanimozhi</title>
		<link>http://oracle-bi.siebelunleashed.com/obiee-forum/#comment-1326</link>
		<dc:creator>Kanimozhi</dc:creator>
		<pubDate>Mon, 16 Jan 2012 11:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://oracle-bi.siebelunleashed.com/?page_id=158#comment-1326</guid>
		<description>Hi ...
I am working on OBIEE 11g...I want to put the dashboard pages in vertical tabs.... instead horizontally...

Please help</description>
		<content:encoded><![CDATA[<p>Hi &#8230;<br />
I am working on OBIEE 11g&#8230;I want to put the dashboard pages in vertical tabs&#8230;. instead horizontally&#8230;</p>
<p>Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Level Based Measures by malleswarao</title>
		<link>http://oracle-bi.siebelunleashed.com/articles/level-based-measures/#comment-1324</link>
		<dc:creator>malleswarao</dc:creator>
		<pubDate>Sat, 14 Jan 2012 10:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://oracle-bi.siebelunleashed.com/?p=160#comment-1324</guid>
		<description>Hi u r giving a valuable information to all.

Thanks &amp; Regards
Malleswarao

please explain about variables concept in OBIEE.</description>
		<content:encoded><![CDATA[<p>Hi u r giving a valuable information to all.</p>
<p>Thanks &amp; Regards<br />
Malleswarao</p>
<p>please explain about variables concept in OBIEE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Whts Dimensional Modelling&#8230;?? by Rohit</title>
		<link>http://oracle-bi.siebelunleashed.com/articles/dimensional-modelling/#comment-1322</link>
		<dc:creator>Rohit</dc:creator>
		<pubDate>Thu, 12 Jan 2012 14:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://oracle-bi.siebelunleashed.com/articles/whts-dimensional-modelling/#comment-1322</guid>
		<description>Hi Suraj,

The elaboration is as below:
Point 2) This means you should identify the tables having many to many relations and having numerical columns like Amount, dollar value etc.(numeric or additive non key facts) which can be aggregated. These type of tables should be designated as facts. 

Point 3) This means that rest of the tables having a single key uniquely identifying the attributes of the table should be designated as dimensions and should be joined with the facts.

I hope this is clear...</description>
		<content:encoded><![CDATA[<p>Hi Suraj,</p>
<p>The elaboration is as below:<br />
Point 2) This means you should identify the tables having many to many relations and having numerical columns like Amount, dollar value etc.(numeric or additive non key facts) which can be aggregated. These type of tables should be designated as facts. </p>
<p>Point 3) This means that rest of the tables having a single key uniquely identifying the attributes of the table should be designated as dimensions and should be joined with the facts.</p>
<p>I hope this is clear&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Whts Dimensional Modelling&#8230;?? by OBIEE Newbie</title>
		<link>http://oracle-bi.siebelunleashed.com/articles/dimensional-modelling/#comment-1320</link>
		<dc:creator>OBIEE Newbie</dc:creator>
		<pubDate>Mon, 09 Jan 2012 13:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://oracle-bi.siebelunleashed.com/articles/whts-dimensional-modelling/#comment-1320</guid>
		<description>Hi

thanks for the blog,however i did not understand the below para of your post. 

Plz elaborate the point 2 and pt 3,from the perspective of Non key facts and single keys and by doing so how are we relating ER and DM?.

Para that&#039;s not clear 

2) Identify many to many relations in ER diag. which have numeric or additive nonkey facts in them as designate them as facts.
3) Denormalize the rest of the tables with single keys (dimension tables) and join them to fact tables.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>thanks for the blog,however i did not understand the below para of your post. </p>
<p>Plz elaborate the point 2 and pt 3,from the perspective of Non key facts and single keys and by doing so how are we relating ER and DM?.</p>
<p>Para that&#8217;s not clear </p>
<p>2) Identify many to many relations in ER diag. which have numeric or additive nonkey facts in them as designate them as facts.<br />
3) Denormalize the rest of the tables with single keys (dimension tables) and join them to fact tables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Back to basics&#8230;.. by OBIEE Newbie</title>
		<link>http://oracle-bi.siebelunleashed.com/articles/back-to-basics/#comment-1319</link>
		<dc:creator>OBIEE Newbie</dc:creator>
		<pubDate>Mon, 09 Jan 2012 12:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://oracle-bi.siebelunleashed.com/articles/back-to-basics/#comment-1319</guid>
		<description>hi

Nice blog.

Keep posting such information. Really helpful to sort out the questions that i had on OBIEE and the tools.

Thanks</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>Nice blog.</p>
<p>Keep posting such information. Really helpful to sort out the questions that i had on OBIEE and the tools.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OBIEE Forum by roney</title>
		<link>http://oracle-bi.siebelunleashed.com/obiee-forum/#comment-1318</link>
		<dc:creator>roney</dc:creator>
		<pubDate>Sat, 07 Jan 2012 19:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://oracle-bi.siebelunleashed.com/?page_id=158#comment-1318</guid>
		<description>I have installed OBIEE 10.1.3.2 on Windows 7 every thing working well except Java host 
while I try to start it automatically gets stopped. 
And giving error like &quot;the Oracle Java host service on local computer started and then stopped. Some services stop automatically&quot; 

Note: I have installed JDK in C:\Java\jdk1.7.0_02 not in [space Program File path, why because due to the space issue my java host services not started  i faced same problem previously] so that I have installed freshly both JDK(C:\Java\jdk1.7.0_02) and OBIEE software, then again it is giving same error how come it is possible I am getting surprised. 

Please solve this issue.</description>
		<content:encoded><![CDATA[<p>I have installed OBIEE 10.1.3.2 on Windows 7 every thing working well except Java host<br />
while I try to start it automatically gets stopped.<br />
And giving error like &#8220;the Oracle Java host service on local computer started and then stopped. Some services stop automatically&#8221; </p>
<p>Note: I have installed JDK in C:\Java\jdk1.7.0_02 not in [space Program File path, why because due to the space issue my java host services not started  i faced same problem previously] so that I have installed freshly both JDK(C:\Java\jdk1.7.0_02) and OBIEE software, then again it is giving same error how come it is possible I am getting surprised. </p>
<p>Please solve this issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

