<?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>Oracle Logbook</title>
	<atom:link href="http://heliodias.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://heliodias.wordpress.com</link>
	<description>Notes &#38; tips about cases i see in my day-to-day Oracle DBA job. Mostly anything related to Oracle RDBMS will be the subject.</description>
	<lastBuildDate>Mon, 16 Nov 2009 15:49:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='heliodias.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/0954c271b9fabbd3f75c39e2566e1914?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Oracle Logbook</title>
		<link>http://heliodias.wordpress.com</link>
	</image>
			<item>
		<title>Setting two defaults tablespaces to an schema</title>
		<link>http://heliodias.wordpress.com/2009/11/16/setting-two-defaults-tablespaces-to-an-schema/</link>
		<comments>http://heliodias.wordpress.com/2009/11/16/setting-two-defaults-tablespaces-to-an-schema/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 15:49:19 +0000</pubDate>
		<dc:creator>heliodias</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://heliodias.wordpress.com/?p=169</guid>
		<description><![CDATA[Today i saw this question on a forum and i think that it´s quite simple.
All you have to do is creating an event trigger that before a create DDL, it´ll add the tablespace information.
later when i have time, i´ll post the solution here
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=169&subd=heliodias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today i saw this question on a forum and i think that it´s quite simple.</p>
<p>All you have to do is creating an event trigger that before a create DDL, it´ll add the tablespace information.</p>
<p>later when i have time, i´ll post the solution here</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heliodias.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heliodias.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heliodias.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heliodias.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heliodias.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heliodias.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heliodias.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heliodias.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heliodias.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heliodias.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=169&subd=heliodias&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://heliodias.wordpress.com/2009/11/16/setting-two-defaults-tablespaces-to-an-schema/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c5656353e80739d090b40f7a3019632?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heliodias</media:title>
		</media:content>
	</item>
		<item>
		<title>ORA-1652: unable to extend temp segment by 128 in tablespace</title>
		<link>http://heliodias.wordpress.com/2009/11/06/ora-1652-unable-to-extend-temp-segment-by-128-in-tablespace/</link>
		<comments>http://heliodias.wordpress.com/2009/11/06/ora-1652-unable-to-extend-temp-segment-by-128-in-tablespace/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 18:55:56 +0000</pubDate>
		<dc:creator>heliodias</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://heliodias.wordpress.com/?p=164</guid>
		<description><![CDATA[Sometimes you have a huge space on temporary tablespace and even so some bad query use it all.
First step is investigate the normal usage of sort area, and if you see an abnormal behavior, then it´s time to find out , what´s this query.
SQL&#62; SELECT MAX(SORTS_TOTAL/EXECUTIONS_TOTAL) FROM DBA_HIST_SQLSTAT WHERE EXECUTIONS_TOTAL&#62;0; 
MAX(SORTS_TOTAL/EXECUTIONS_TOTAL)
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
                           102173
The above query will show [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=164&subd=heliodias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sometimes you have a huge space on temporary tablespace and even so some bad query use it all.<br />
First step is investigate the normal usage of sort area, and if you see an abnormal behavior, then it´s time to find out , what´s this query.</p>
<p>SQL&gt; SELECT MAX(SORTS_TOTAL/EXECUTIONS_TOTAL) FROM DBA_HIST_SQLSTAT WHERE EXECUTIONS_TOTAL&gt;0; </p>
<p>MAX(SORTS_TOTAL/EXECUTIONS_TOTAL)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
                           102173</p>
<p>The above query will show the top temporary resource consumer. Then all you have to do is</p>
<p>SQL&gt; SELECT SQL_ID FROM DBA_HIST_SQLSTAT WHERE EXECUTIONS_TOTAL&gt;0 AND SORTS_TOTAL/EXECUTIONS_TOTAL&gt;=102173;</p>
<p>SQL_ID<br />
&#8212;&#8212;&#8212;&#8212;-<br />
4w84ym20xy7da</p>
<p>And finally</p>
<p>SELECT SQL_TEXT FROM DBA_HIST_SQLTEXT WHERE SQL_ID=&#8217;4w84ym20xy7da&#8217;;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heliodias.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heliodias.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heliodias.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heliodias.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heliodias.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heliodias.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heliodias.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heliodias.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heliodias.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heliodias.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=164&subd=heliodias&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://heliodias.wordpress.com/2009/11/06/ora-1652-unable-to-extend-temp-segment-by-128-in-tablespace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c5656353e80739d090b40f7a3019632?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heliodias</media:title>
		</media:content>
	</item>
		<item>
		<title>Virtual Index</title>
		<link>http://heliodias.wordpress.com/2009/08/19/virtual-index/</link>
		<comments>http://heliodias.wordpress.com/2009/08/19/virtual-index/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 14:33:37 +0000</pubDate>
		<dc:creator>heliodias</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://heliodias.wordpress.com/2009/08/19/virtual-index/</guid>
		<description><![CDATA[The importance of virtual index on database is allow us try what will happen if we decide create the index.
The syntax is quite simple, just add &#8220;nosegment&#8221; on the end of the create index command.
You must also remember to temporary alter the hidden parameter &#8220;_use_nosegment_indexes&#8221; to true .
Then check if the execution plan change as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=160&subd=heliodias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The importance of virtual index on database is allow us try what will happen if we decide create the index.<br />
The syntax is quite simple, just add &#8220;nosegment&#8221; on the end of the create index command.<br />
You must also remember to temporary alter the hidden parameter &#8220;_use_nosegment_indexes&#8221; to true .<br />
Then check if the execution plan change as you planned and back the _use_nosegment_indexes to false</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heliodias.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heliodias.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heliodias.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heliodias.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heliodias.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heliodias.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heliodias.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heliodias.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heliodias.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heliodias.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=160&subd=heliodias&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://heliodias.wordpress.com/2009/08/19/virtual-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c5656353e80739d090b40f7a3019632?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heliodias</media:title>
		</media:content>
	</item>
		<item>
		<title>Finding the frequency of log switch</title>
		<link>http://heliodias.wordpress.com/2009/03/31/finding-the-frequency-of-log-switch/</link>
		<comments>http://heliodias.wordpress.com/2009/03/31/finding-the-frequency-of-log-switch/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 13:25:17 +0000</pubDate>
		<dc:creator>heliodias</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://heliodias.wordpress.com/?p=157</guid>
		<description><![CDATA[select qtd,count(*) from (
select trunc(FIRST_TIME),trunc(count(*)/10)*10 qtd
from  v$log_history group by trunc(FIRST_TIME) order by 2
)group by qtd order by 1;
Usually is good pratice make 2 log switchs per hour
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=157&subd=heliodias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>select qtd,count(*) from (<br />
select trunc(FIRST_TIME),trunc(count(*)/10)*10 qtd<br />
from  v$log_history group by trunc(FIRST_TIME) order by 2<br />
)group by qtd order by 1;</p>
<p>Usually is good pratice make 2 log switchs per hour</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heliodias.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heliodias.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heliodias.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heliodias.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heliodias.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heliodias.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heliodias.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heliodias.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heliodias.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heliodias.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=157&subd=heliodias&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://heliodias.wordpress.com/2009/03/31/finding-the-frequency-of-log-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c5656353e80739d090b40f7a3019632?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heliodias</media:title>
		</media:content>
	</item>
		<item>
		<title>Writing on alert</title>
		<link>http://heliodias.wordpress.com/2008/10/20/writing-on-alert/</link>
		<comments>http://heliodias.wordpress.com/2008/10/20/writing-on-alert/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 18:42:26 +0000</pubDate>
		<dc:creator>heliodias</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://heliodias.wordpress.com/?p=153</guid>
		<description><![CDATA[Sometimes you want to log your own message on alert
just use package ksdwrt
e.g.:  dbms_system.ksdwrt(2,&#8217;ORA-00600: URGENT &#8211; starting 4031 PROJECTS BY Helio Dias&#8217;);
I wrote the message started with 00600 to allow our monitoring tool &#8220;see&#8221; the error.
First parameter (2) write message on alert, (1)  write on trace files
       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=153&subd=heliodias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sometimes you want to log your own message on alert</p>
<p>just use package ksdwrt</p>
<p>e.g.:  dbms_system.ksdwrt(2,&#8217;ORA-00600: URGENT &#8211; starting 4031 PROJECTS BY Helio Dias&#8217;);</p>
<p>I wrote the message started with 00600 to allow our monitoring tool &#8220;see&#8221; the error.</p>
<p>First parameter (2) write message on alert, (1)  write on trace files</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heliodias.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heliodias.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heliodias.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heliodias.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heliodias.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heliodias.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heliodias.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heliodias.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heliodias.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heliodias.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=153&subd=heliodias&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://heliodias.wordpress.com/2008/10/20/writing-on-alert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c5656353e80739d090b40f7a3019632?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heliodias</media:title>
		</media:content>
	</item>
		<item>
		<title>How to find database link user password</title>
		<link>http://heliodias.wordpress.com/2008/08/08/how-to-find-database-link-user-password/</link>
		<comments>http://heliodias.wordpress.com/2008/08/08/how-to-find-database-link-user-password/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 13:38:31 +0000</pubDate>
		<dc:creator>heliodias</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://heliodias.wordpress.com/?p=147</guid>
		<description><![CDATA[Just query the SYS.LINK$  name and password
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=147&subd=heliodias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just query the SYS.LINK$  name and password</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/heliodias.wordpress.com/147/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/heliodias.wordpress.com/147/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heliodias.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heliodias.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heliodias.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heliodias.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heliodias.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heliodias.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heliodias.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heliodias.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heliodias.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heliodias.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=147&subd=heliodias&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://heliodias.wordpress.com/2008/08/08/how-to-find-database-link-user-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c5656353e80739d090b40f7a3019632?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heliodias</media:title>
		</media:content>
	</item>
		<item>
		<title>Ucertify Challenge</title>
		<link>http://heliodias.wordpress.com/2008/07/19/ucertify-challenge/</link>
		<comments>http://heliodias.wordpress.com/2008/07/19/ucertify-challenge/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 12:21:35 +0000</pubDate>
		<dc:creator>heliodias</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://heliodias.wordpress.com/?p=143</guid>
		<description><![CDATA[Two months ago i´d received a very brave propose: &#8220;Test our product and say whatever you want.&#8221;
I´d thought , ohhh  it must be good , or they must be crazy, cause if they make me lost my time testing a bad product i´ll write terrible things.
And i accepted try the Oracle z31 (administration one [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=143&subd=heliodias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Two months ago i´d received a very brave propose: &#8220;Test our product and say whatever you want.&#8221;</p>
<p>I´d thought , ohhh  it must be good , or they must be crazy, cause if they make me lost my time testing a bad product i´ll write terrible things.</p>
<p>And i accepted try the Oracle z31 (administration one for OCA/OCP 9) cause to me this one of the best of Oracle, so a good or bad product will show it face on it.</p>
<p>And i started the trial of <a href="http://www.ucertify.com" target="_blank">Ucertify</a> , and ask to my brother try with me.</p>
<p>And the result is: Ucertify is without any doubt an amazing product and i recommend it to anyone that will try an Oracle certification.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/heliodias.wordpress.com/143/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/heliodias.wordpress.com/143/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heliodias.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heliodias.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heliodias.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heliodias.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heliodias.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heliodias.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heliodias.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heliodias.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heliodias.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heliodias.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=143&subd=heliodias&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://heliodias.wordpress.com/2008/07/19/ucertify-challenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c5656353e80739d090b40f7a3019632?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heliodias</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle Bug Status code on metalink</title>
		<link>http://heliodias.wordpress.com/2008/07/17/oracle-bug-status-code-on-metalink/</link>
		<comments>http://heliodias.wordpress.com/2008/07/17/oracle-bug-status-code-on-metalink/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 20:46:44 +0000</pubDate>
		<dc:creator>heliodias</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://heliodias.wordpress.com/?p=141</guid>
		<description><![CDATA[10 &#8211; Description Phase:
Development is requesting more information.
11 &#8211; Code Bug (Response/Resolution):
Bug is being worked by Development.
16 &#8211; Support bug screening:
Bug is being reviewed by our Bug Diagnostics group.
30 &#8211; Additional Information Requested:
Bug is being worked by Support and/or more information was requested by Development.
37 &#8211; To Filer for Review/Merge Required:
Bug has been fixed but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=141&subd=heliodias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong><span style="font-size:small;font-family:Times New Roman;">10 &#8211; Description Phase:<br />
Development is requesting more information.</span></strong></p>
<p><strong><span style="font-size:small;font-family:Times New Roman;">11 &#8211; Code Bug (Response/Resolution):<br />
Bug is being worked by Development.</span></strong></p>
<p><strong><span style="font-size:small;font-family:Times New Roman;">16 &#8211; Support bug screening:<br />
Bug is being reviewed by our Bug Diagnostics group.</span></strong></p>
<p><strong><span style="font-size:small;font-family:Times New Roman;">30 &#8211; Additional Information Requested:<br />
Bug is being worked by Support and/or more information was requested by Development.</span></strong></p>
<p><strong><span style="font-size:small;font-family:Times New Roman;">37 &#8211; To Filer for Review/Merge Required:<br />
Bug has been fixed but the patch will be merged into the next patchset.</span></strong></p>
<p><strong><span style="font-size:small;font-family:Times New Roman;">80 &#8211; Development to Q/A:<br />
Bug is being regression tested for future release.</span></strong></p>
<p><strong><span style="font-size:small;font-family:Times New Roman;">96 &#8211; Closed, Duplicate Bug:<br />
Bug is closed as a duplicate bug.<br />
</span></strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/heliodias.wordpress.com/141/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/heliodias.wordpress.com/141/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heliodias.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heliodias.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heliodias.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heliodias.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heliodias.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heliodias.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heliodias.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heliodias.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heliodias.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heliodias.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=141&subd=heliodias&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://heliodias.wordpress.com/2008/07/17/oracle-bug-status-code-on-metalink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c5656353e80739d090b40f7a3019632?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heliodias</media:title>
		</media:content>
	</item>
		<item>
		<title>How to finding Maximum SESSION_CACHED_CURSORS in use</title>
		<link>http://heliodias.wordpress.com/2008/07/15/how-to-finding-maximum-session_cached_cursors-in-use/</link>
		<comments>http://heliodias.wordpress.com/2008/07/15/how-to-finding-maximum-session_cached_cursors-in-use/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 19:57:28 +0000</pubDate>
		<dc:creator>heliodias</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://heliodias.wordpress.com/?p=137</guid>
		<description><![CDATA[select max(value)
from v$sesstat natural join v$statname
where name = &#8217;session cursor cache count&#8217; ;
Select amount,SESSION_CACHED_CURSORS*30+30 Cached_Cursors_Rounded from
(select trunc(value/30)  SESSION_CACHED_CURSORS,count(*) Amount
from V$sesstat natural join v$statname
where name = &#8217;session cursor cache count&#8217;
group by trunc(value/30) order by 1);
    AMOUNT CACHED_CURSORS_ROUNDED
&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
       223                     30
        32                     60
        15                     90
         6                    120
         2                    150
         3                    180
         5                    210
7 rows selected.
As we can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=137&subd=heliodias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>select max(value)<br />
from v$sesstat natural join v$statname<br />
where name = &#8217;session cursor cache count&#8217; ;<br />
Select amount,SESSION_CACHED_CURSORS*30+30 Cached_Cursors_Rounded from<br />
(select trunc(value/30)  SESSION_CACHED_CURSORS,count(*) Amount<br />
from V$sesstat natural join v$statname<br />
where name = &#8217;session cursor cache count&#8217;<br />
group by trunc(value/30) order by 1);</p>
<p>    AMOUNT CACHED_CURSORS_ROUNDED<br />
&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
       223                     30<br />
        32                     60<br />
        15                     90<br />
         6                    120<br />
         2                    150<br />
         3                    180<br />
         5                    210</p>
<p>7 rows selected.<br />
As we can see 210 will allow every session to cache what they need.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/heliodias.wordpress.com/137/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/heliodias.wordpress.com/137/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heliodias.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heliodias.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heliodias.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heliodias.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heliodias.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heliodias.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heliodias.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heliodias.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heliodias.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heliodias.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=137&subd=heliodias&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://heliodias.wordpress.com/2008/07/15/how-to-finding-maximum-session_cached_cursors-in-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c5656353e80739d090b40f7a3019632?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heliodias</media:title>
		</media:content>
	</item>
		<item>
		<title>How Adjust Open_cursors on Oracle Database</title>
		<link>http://heliodias.wordpress.com/2008/07/15/how-adjust-open_cursors-on-oracle-database/</link>
		<comments>http://heliodias.wordpress.com/2008/07/15/how-adjust-open_cursors-on-oracle-database/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 19:56:27 +0000</pubDate>
		<dc:creator>heliodias</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://heliodias.wordpress.com/?p=135</guid>
		<description><![CDATA[First you need to know how many cursors are you session using at maximum
select max(value) from V$sesstat natural join v$statname
where name = &#8216;opened cursors current&#8217;;
Then you can give some safe e.g. 30% and do an
alter system set open_cursors=&#38;New_value_plus_20pct;
Select amount,Opened_cursos_rounded*10+10 from
(select trunc(value/10) Opened_cursos_rounded,count(*) Amount from V$sesstat natural join v$statname
where name = &#8216;opened cursors current&#8217;
group by trunc(value/10) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=135&subd=heliodias&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>First you need to know how many cursors are you session using at maximum</p>
<p>select max(value) from V$sesstat natural join v$statname<br />
where name = &#8216;opened cursors current&#8217;;<br />
Then you can give some safe e.g. 30% and do an<br />
alter system set open_cursors=&amp;New_value_plus_20pct;<br />
Select amount,Opened_cursos_rounded*10+10 from<br />
(select trunc(value/10) Opened_cursos_rounded,count(*) Amount from V$sesstat natural join v$statname<br />
where name = &#8216;opened cursors current&#8217;<br />
group by trunc(value/10) order by 1);</p>
<p>    AMOUNT OPENED_CURSOS_ROUNDED*10<br />
&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
        35                        0<br />
        59                       10<br />
        10                       20<br />
         3                       30<br />
         2                       40<br />
         1                       60<br />
         1                       70<br />
         1                       80<br />
         1                      130<br />
         1                      180<br />
         1                      190<br />
         1                      200<br />
         1                      220<br />
         2                      230</p>
<p>14 rows selected.<br />
On my example you can see that most of sessions are using just 10 cursors, but my max are at 230.<br />
So put a limit on 300 is sounds good.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/heliodias.wordpress.com/135/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/heliodias.wordpress.com/135/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heliodias.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heliodias.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heliodias.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heliodias.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heliodias.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heliodias.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heliodias.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heliodias.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heliodias.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heliodias.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heliodias.wordpress.com&blog=1496010&post=135&subd=heliodias&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://heliodias.wordpress.com/2008/07/15/how-adjust-open_cursors-on-oracle-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c5656353e80739d090b40f7a3019632?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heliodias</media:title>
		</media:content>
	</item>
	</channel>
</rss>