<?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 on: A simple interview question</title>
	<atom:link href="http://blog.tanelpoder.com/2007/10/20/a-simple-interview-question/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tanelpoder.com/2007/10/20/a-simple-interview-question/</link>
	<description>Oracle troubleshooting, internals and performance tuning</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:28:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Amir Hameed</title>
		<link>http://blog.tanelpoder.com/2007/10/20/a-simple-interview-question/comment-page-1/#comment-212</link>
		<dc:creator>Amir Hameed</dc:creator>
		<pubDate>Tue, 18 Dec 2007 17:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tanelpoder.com/2007/10/20/a-simple-interview-question/#comment-212</guid>
		<description>Hi Tanel,
I have noticed that if I log into a running Oracle instance and run &quot;show parameter db_cache_size&quot;, Oracle only displays the non-doubles undercore value. But if I stopped the instance, start it again and by staying in the same session, I issue the same command, Oracle will show the double underscore values:
---
SQL&gt; conn / as sysdba
Connected.
SQL&gt; show parameter db_cache_size

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
db_cache_size                        big integer 1G

SQL&gt; shutdown immediate
Database closed.
Database dismounted.
SQL&gt;
SQL&gt; startup
ORACLE instance started.

Total System Global Area 1.0737E+10 bytes
Fixed Size                  2046784 bytes
Variable Size            7314867392 bytes
Database Buffers         3405774848 bytes
Redo Buffers               14729216 bytes
Database mounted.
Database opened.
SQL&gt; show parameter db_cache_size

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
__db_cache_size                      big integer 3248M
db_cache_size                        big integer 1G

Somehow, the session that brings up an Oracle instance pulls these values from regareless of whether SPFILE is used or not (I have tested both scenarios).</description>
		<content:encoded><![CDATA[<p>Hi Tanel,<br />
I have noticed that if I log into a running Oracle instance and run &#8220;show parameter db_cache_size&#8221;, Oracle only displays the non-doubles undercore value. But if I stopped the instance, start it again and by staying in the same session, I issue the same command, Oracle will show the double underscore values:<br />
&#8212;<br />
SQL&gt; conn / as sysdba<br />
Connected.<br />
SQL&gt; show parameter db_cache_size</p>
<p>NAME                                 TYPE        VALUE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
db_cache_size                        big integer 1G</p>
<p>SQL&gt; shutdown immediate<br />
Database closed.<br />
Database dismounted.<br />
SQL&gt;<br />
SQL&gt; startup<br />
ORACLE instance started.</p>
<p>Total System Global Area 1.0737E+10 bytes<br />
Fixed Size                  2046784 bytes<br />
Variable Size            7314867392 bytes<br />
Database Buffers         3405774848 bytes<br />
Redo Buffers               14729216 bytes<br />
Database mounted.<br />
Database opened.<br />
SQL&gt; show parameter db_cache_size</p>
<p>NAME                                 TYPE        VALUE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
__db_cache_size                      big integer 3248M<br />
db_cache_size                        big integer 1G</p>
<p>Somehow, the session that brings up an Oracle instance pulls these values from regareless of whether SPFILE is used or not (I have tested both scenarios).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TedC</title>
		<link>http://blog.tanelpoder.com/2007/10/20/a-simple-interview-question/comment-page-1/#comment-211</link>
		<dc:creator>TedC</dc:creator>
		<pubDate>Wed, 24 Oct 2007 13:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tanelpoder.com/2007/10/20/a-simple-interview-question/#comment-211</guid>
		<description>This is exactly the reason why so many developers and others find Oracle so annoying.  Why have multiple layers to get to an answer and why obfuscate something so simple.  &quot;Hey Oracle&quot; call it what it is....   Excellent post.</description>
		<content:encoded><![CDATA[<p>This is exactly the reason why so many developers and others find Oracle so annoying.  Why have multiple layers to get to an answer and why obfuscate something so simple.  &#8220;Hey Oracle&#8221; call it what it is&#8230;.   Excellent post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
