<?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>Onnry Does Netweaver</title>
	<atom:link href="http://onnry.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://onnry.wordpress.com</link>
	<description>Playing catching up in the ever changing world of technology</description>
	<lastBuildDate>Fri, 12 Sep 2008 14:44:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='onnry.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Onnry Does Netweaver</title>
		<link>http://onnry.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://onnry.wordpress.com/osd.xml" title="Onnry Does Netweaver" />
	<atom:link rel='hub' href='http://onnry.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Oracle SGA</title>
		<link>http://onnry.wordpress.com/2008/09/12/oracle-sga/</link>
		<comments>http://onnry.wordpress.com/2008/09/12/oracle-sga/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 14:40:29 +0000</pubDate>
		<dc:creator>onnry</dc:creator>
				<category><![CDATA[Oracle DBA]]></category>

		<guid isPermaLink="false">http://onnry.wordpress.com/?p=61</guid>
		<description><![CDATA[1. SGA components - db buffer = DB_CACHE_SIZE - shared pool = SHARED_POOL_SIZE - redo log buffer = LOG_BUFFER - large pool = LARGE_POOL_SIZE - jva_poo &#8211; JAVA_POOL_SIZE 2. New view in new ST04 under Peformance &#62; Stats Info &#62; SGA 3. Dynamic SGA - allows resezing SGA components ( buffer, shared pool and large [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=61&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. SGA components<br />
- db buffer = DB_CACHE_SIZE<br />
- shared pool = SHARED_POOL_SIZE<br />
- redo log buffer = LOG_BUFFER<br />
- large pool = LARGE_POOL_SIZE<br />
- jva_poo &#8211; JAVA_POOL_SIZE</p>
<p>2. New view in new ST04 under Peformance &gt; Stats Info &gt; SGA</p>
<p>3. Dynamic SGA<br />
- allows resezing SGA components ( buffer, shared pool and large pool)  without restarting at runtime. The others SGA components need to be restarted.<br />
- sga_max_size = maximum size for total SGA. If not defined, the value is the total sga size.<br />
- large sga will cause swapping.</p>
<p>4. SGA info<br />
- V$SGA_CURRENT_RESIZE_OPS  = Current SGA size change operation(s)<br />
- V$SGA_RESIZE_OPS = List of the last 100 SGA size change operations carried out<br />
- V$SGA_DYNAMIC_COMPONENTS = Display detail info and history<br />
- V$SGA_DYNAMIC_FREE_MEMORY = Display of the memory available for future SGA enhancements</p>
<p>5. Tuning DB buffer<br />
- Cache size advice based on data buffer quality/hit ration and V$DB_CACHE_ADVISE (parameter DB_CACHE_ADVICE = ON or STATISTIC_LEVEL = typical ).<br />
- SQL&gt;ALTER SYSTEM SET STATISTICS_LEVEL=&#8217;TYPICAL&#8217;;<br />
- high hit ration doesnt mean good sizing, as it could be due to expensive SQL. if ration buffer get : user call  &gt; 15, hit ratio is   not a good indicator. Check for log read/user call value.ST04 and ST04OLD use diff method to collection of hit ratio.<br />
- use ST04, cache advisory tab, the check the values of physical read for a range of cache size. Objective is to have less phy     read or until the phy read is constant after adding more cache size.</p>
<p><a href="http://download.oracle.com/docs/cd/B10500_01/server.920/a96533/memory.htm">http://download.oracle.com/docs/cd/B10500_01/server.920/a96533/memory.htm</a></p>
<p>6. Tuning Shared pool<br />
- If the shared pool is too small, then extra resources are used to manage the limited amount of available space.  This consumes CPU and latching resources, and causes contention and possibly ORA-4031<br />
- Use v$shared_pool_advice<br />
- Check the freepool in v$sgastat to see free memory</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/onnry.wordpress.com/61/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/onnry.wordpress.com/61/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onnry.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onnry.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onnry.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onnry.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onnry.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onnry.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onnry.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onnry.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onnry.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onnry.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onnry.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onnry.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onnry.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onnry.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=61&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onnry.wordpress.com/2008/09/12/oracle-sga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">onnry</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle PGA</title>
		<link>http://onnry.wordpress.com/2008/09/11/oracle-pga/</link>
		<comments>http://onnry.wordpress.com/2008/09/11/oracle-pga/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 15:43:29 +0000</pubDate>
		<dc:creator>onnry</dc:creator>
				<category><![CDATA[Oracle DBA]]></category>

		<guid isPermaLink="false">http://onnry.wordpress.com/?p=59</guid>
		<description><![CDATA[PGA 1. Memory privately assigned Oracle server process / shadow process. 2. Available PGA is &#8220;work area&#8221;, ensure sufficient amount available. 3. If insufficient, db used temp tbs &#8211; resulting in slow perf due to I/o &#8211; one pass or multi pass. 4. Manual PGA parameters: sort_area_size, hash_area_size, bitmap_merge_size, create_bitmap_area_size 5. Auto PGA &#8211; by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=59&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>PGA</strong><br />
1. Memory privately assigned Oracle server process / shadow process.<br />
2. Available PGA is &#8220;work area&#8221;, ensure sufficient amount available.<br />
3. If insufficient, db used temp tbs &#8211; resulting in slow perf due to I/o &#8211; one pass or multi pass.<br />
4. Manual PGA parameters: sort_area_size, hash_area_size, bitmap_merge_size, create_bitmap_area_size<br />
5. Auto PGA &#8211; by setting WORKAREA_SIZE_POLICY= AUTO | MANUAL. Pros &#8211; simple admin, dynamic allocation, freeing, efficient mem.<br />
6. PGA_AGGREGATE_TARGET specify max PGA thru auto allocation.<br />
e.g SQL&gt;alter system set pga_aggregate_target=1024M;<br />
7. V$PGA_TARGET_ADVICE and V$PGA_TARGET_ADVICE_HISTOGRAM<br />
8. Estimation &#8211; for oltp PGA_AGGREGATE_TARGET = &lt;Total physical memory&gt; * 20%.<br />
9. V$PGASTAT &#8211; info on max,current pga info.<br />
- &#8216;aggregate PGA target parameter&#8217; = max auto pga value set.<br />
- &#8216;over allocation count&#8217; = # of times pga agg targer is exceeded. If &gt;0 , mean pga too small.<br />
- &#8216;cache hit percentage&#8217;= efficiently of pga. should be near 99%.</p>
<p><strong>Tuning PGA</strong><br />
1. Min PGA aggr value:<br />
SELECT round(PGA_TARGET_FOR_ESTIMATE/1024/1024) target_mb,<br />
ESTD_PGA_CACHE_HIT_PERCENTAGE cache_hit_perc,<br />
ESTD_OVERALLOC_COUNT<br />
FROM v$pga_target_advice;</p>
<p>2. v$pga_target_advice; = ESTD_OVERALLOC_COUNT must be zero</p>
<p>3. multipass, onepass or optimal can be monitored from ST04 PGA monitor- status &#8211; workarea executions.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/onnry.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/onnry.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onnry.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onnry.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onnry.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onnry.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onnry.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onnry.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onnry.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onnry.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onnry.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onnry.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onnry.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onnry.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onnry.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onnry.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=59&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onnry.wordpress.com/2008/09/11/oracle-pga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">onnry</media:title>
		</media:content>
	</item>
		<item>
		<title>Memory Management 101 &#8211; WebAs ABAP</title>
		<link>http://onnry.wordpress.com/2008/09/11/memory-management-101-webas-abap/</link>
		<comments>http://onnry.wordpress.com/2008/09/11/memory-management-101-webas-abap/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 15:35:56 +0000</pubDate>
		<dc:creator>onnry</dc:creator>
				<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://onnry.wordpress.com/?p=53</guid>
		<description><![CDATA[1. SAP memory area - em/initial_size_MB = overall em, set large enough. - ztta/roll_extention = overall em limit per workprocess. - abap/heap_area_dia &#38; abap/heap_area_nondia = limits for heap usage for dia/non dia. If set higher, OS swap be used. - abap/heap_area_total = limits for all dia and non-dia heap usage - abap/heaplimit = to allow [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=53&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>1. SAP memory area</strong><br />
- em/initial_size_MB = overall em, set large enough.<br />
- ztta/roll_extention = overall em limit per workprocess.<br />
- abap/heap_area_dia &amp; abap/heap_area_nondia = limits for heap usage for dia/non dia. If set higher, OS swap be used.<br />
- abap/heap_area_total = limits for all dia and non-dia heap usage<br />
- abap/heaplimit = to allow wp restart AFTER it completed execution to free memory, usually small.<br />
- rdisp/PG_SHM &amp; rdisp/PG_MAXFS = shm 10% or maxfs<br />
- rdisp/ROLL_SHM &amp; rdisp/ROLL_MAXFS = maxfs can be set to big.<br />
- SAP buffers as seen in ST02</p>
<p>Note:<br />
- Both em and heap uses swap space, ensure swap file is increased correspondingly.<br />
- For unix ensure shm pools (e.g HP-ux pool 10 and 40) are enough.<br />
- Note 425207 SAP memory management, current parameter ranges</p>
<p><strong>2. ST02 storage report</strong><br />
- Storage shared between wp = total usage for sap buffers. they take hp-ux pool.<br />
- user storage for each wp = mem of each wp x total number of wp<br />
- size of ext = em/initial_size_MB set.<br />
- virtual mem allocated = mem req for sap.</p>
<p><strong>3. Allocation sequence</strong><br />
- DIA = roll area &gt; em &gt; heap<br />
- NONDIA = roll area &gt;heap &gt; em<br />
- Use RSMEMORY to redefine seq. (0 &#8211; Roll area, 1 &#8211; Ext Memory, 2 -  Heap)<br />
- SAP Note 177226 Documentation rsmemory</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/onnry.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/onnry.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onnry.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onnry.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onnry.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onnry.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onnry.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onnry.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onnry.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onnry.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onnry.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onnry.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onnry.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onnry.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onnry.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onnry.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=53&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onnry.wordpress.com/2008/09/11/memory-management-101-webas-abap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">onnry</media:title>
		</media:content>
	</item>
		<item>
		<title>Configure Oracle 10g EM / DBconsole</title>
		<link>http://onnry.wordpress.com/2008/09/10/configure-oracle-10g-em-dbconsole/</link>
		<comments>http://onnry.wordpress.com/2008/09/10/configure-oracle-10g-em-dbconsole/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 12:55:48 +0000</pubDate>
		<dc:creator>onnry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://onnry.wordpress.com/?p=49</guid>
		<description><![CDATA[1. emca -repos create ( create sysman schema ) 2. emca -config dbcontrol db 3. To start or stop : emctl start &#124; stop &#124; status dbconsole 4. Default path is http://hostname:1158/em/dbconsole Resource 1. http://www.oracle.com/technology/obe/2day_dba/gettingstarted/gettingstarted.htm 2. 355770 &#8211; Oracle Enterprise Manager Database Control 3. http://technopark02.blogspot.com/2008/02/oracle-10g-setting-up-oracle-enterprise.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=49&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. emca -repos create ( create sysman schema )<br />
2. emca -config dbcontrol db<br />
3. To start or stop : emctl start | stop | status dbconsole<br />
4. Default path is <a href="http://hostname:5500/em">http://hostname:1158/em</a>/dbconsole</p>
<p><strong>Resource<br />
</strong>1. <a href="http://www.oracle.com/technology/obe/2day_dba/gettingstarted/gettingstarted.htm">http://www.oracle.com/technology/obe/2day_dba/gettingstarted/gettingstarted.htm</a><br />
2. 355770 &#8211; Oracle Enterprise Manager Database Control<br />
3. http://technopark02.blogspot.com/2008/02/oracle-10g-setting-up-oracle-enterprise.html</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/onnry.wordpress.com/49/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/onnry.wordpress.com/49/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onnry.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onnry.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onnry.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onnry.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onnry.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onnry.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onnry.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onnry.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onnry.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onnry.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onnry.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onnry.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onnry.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onnry.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=49&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onnry.wordpress.com/2008/09/10/configure-oracle-10g-em-dbconsole/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">onnry</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle Consistency Check</title>
		<link>http://onnry.wordpress.com/2008/09/10/oracle-consistency-check/</link>
		<comments>http://onnry.wordpress.com/2008/09/10/oracle-consistency-check/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 12:45:53 +0000</pubDate>
		<dc:creator>onnry</dc:creator>
				<category><![CDATA[Oracle DBA]]></category>

		<guid isPermaLink="false">http://onnry.wordpress.com/?p=43</guid>
		<description><![CDATA[SAP Notes a. 540463 &#8211; FAQ: Consistency Checks + Block Corruptions b. 23345 &#8211; Consistency check of ORACLE database 1. Analyze table validate structure cascade Runtime: long &#8211; locks the table examined currently against change accesses Only feasible in times of minimal work load or &#8211; even better &#8211; when the SAP system has been [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=43&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>SAP Notes</p>
<p>a. 540463 &#8211; FAQ: Consistency Checks + Block Corruptions<br />
b. 23345 &#8211; Consistency check of ORACLE database</p>
<p><strong>1. Analyze table validate structure cascade</strong><br />
Runtime: long &#8211; locks the table examined currently against change accesses<br />
Only feasible in times of minimal work load or &#8211; even better &#8211; when the SAP system has been stopped<br />
starting with Oracle 9 the extension &#8216;analyze table validate structure cascade ONLINE&#8217;; does not lock the table anymore checks tables and indexes if an analyze (online or not online) is running on a table and you try to alter storage parameters, parallel degree etc from this table then all further sessions accesing the table with write or read access are locked until the analyze is finished. Further details can be found in note 619188. reads the blocks to be checked in the SGA, causing possible temporary deterioration in the buffer quality of the DB block buffer does NOT check data stored in lob columns</p>
<p><strong>2.Export</strong><br />
Runtime: medium &#8211; feasible in a running system. Performance loss as a result of the export processes. If you access extensive tables in write mode during export, there is a danger of ORA-1555 &#8220;snapshot too old&#8221;. However, you can prevent this by sufficiently dimensioned rollback segments only checks tables certain kinds of corruptions are exported without an error occuring. If you later try to reorganize this type of table (export/import), you will have problems during import. reads the blocks to be checked into the SGA which is why the buffer quality of the DB block buffer is adversely affected for a short while.</p>
<p><strong>3. dbverify</strong><br />
Runtime: short &#8211; feasible in running operation (UNIX: all oracle releases; Windows Oracle9 or newer)<br />
not only checks tables and indexes but also blank DB blocks does not check cross references between tables and indexes . Reads the blocks WITHOUT loading them in the SGA, which is why the buffer quality of the DB block buffer is not affected the only procedure that is also possible on data files restored from a backup (without these files having to belong to a DB) does together with blockchecksums according note 923919 an extended check on blocks and can then find special kinds of cross reference corruptions because those may cause wrong checksums. Wrong cross references caused by lost writes do NOT lead to wrong checksums and therefore cannot be detected.<br />
Also cross reference failures already occuring in main memory BEFORE the checksum for the table and index blocks are calculated cannot be detected because the checksums base already on bad data.<br />
Anyway dbverify together with blockchecksums are a considerable alternative if an analyze table validate structure cascade on the complete DB lasts to long.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/onnry.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/onnry.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onnry.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onnry.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onnry.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onnry.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onnry.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onnry.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onnry.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onnry.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onnry.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onnry.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onnry.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onnry.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onnry.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onnry.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=43&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onnry.wordpress.com/2008/09/10/oracle-consistency-check/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">onnry</media:title>
		</media:content>
	</item>
		<item>
		<title>BlueBanc issue</title>
		<link>http://onnry.wordpress.com/2008/07/14/bluebanc-issue/</link>
		<comments>http://onnry.wordpress.com/2008/07/14/bluebanc-issue/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 11:30:14 +0000</pubDate>
		<dc:creator>onnry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://onnry.wordpress.com/?p=40</guid>
		<description><![CDATA[1. Use &#8220;cleanipc &#60;SysNr&#62; remove&#8221; as root after shutdown. 2. Problem due to &#8220;ipc/shm_psize_30&#8243; is set, only pool 10 and 40 can be set.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=40&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Use &#8220;cleanipc &lt;SysNr&gt; remove&#8221; as root after shutdown.<br />
2. Problem due to &#8220;ipc/shm_psize_30&#8243; is set, only pool 10 and 40 can be set.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/onnry.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/onnry.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onnry.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onnry.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onnry.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onnry.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onnry.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onnry.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onnry.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onnry.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onnry.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onnry.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onnry.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onnry.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onnry.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onnry.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=40&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onnry.wordpress.com/2008/07/14/bluebanc-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">onnry</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle Memory 101</title>
		<link>http://onnry.wordpress.com/2008/07/09/oracle-memory-101/</link>
		<comments>http://onnry.wordpress.com/2008/07/09/oracle-memory-101/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 13:33:47 +0000</pubDate>
		<dc:creator>onnry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://onnry.wordpress.com/?p=38</guid>
		<description><![CDATA[1. SGA consists of a. Buffer Pool: DB_BLOCK_BUFFERS (unit: Blocks) or DB_CACHE_SIZE when you use the dynamic SGA. b. Shared Pool: SHARED_POOL_SIZE ( refer SAPnote 618868/690241) c. Java Pool: JAVA_POOL_SIZE. e. Large Pool: LARGE_POOL_SIZE. f.  Redo Buffer: LOG_BUFFER 2.  The PGA allocation is dynamic and can be affected by the parameters SORT_AREA_SIZE, HASH_AREA_SIZE, BITMAP_MERGE_AREA_SIZE and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=38&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. SGA consists of<br />
a. Buffer Pool: DB_BLOCK_BUFFERS (unit: Blocks) or DB_CACHE_SIZE when you use the dynamic SGA.<br />
b. Shared Pool: SHARED_POOL_SIZE ( refer SAPnote 618868/690241)<br />
c. Java Pool: JAVA_POOL_SIZE.<br />
e. Large Pool: LARGE_POOL_SIZE.<br />
f.  Redo Buffer: LOG_BUFFER</p>
<p>2.  The PGA allocation is dynamic and can be affected by the parameters SORT_AREA_SIZE, HASH_AREA_SIZE,<br />
BITMAP_MERGE_AREA_SIZE and CREATE_BITMAP_AREA_SIZE or PGA_AGGREGATE_TARGET when you use the automatic PGA administration</p>
<p>3. V$DB_CACHE_ADVICE &#8211; size advisor</p>
<p>4. SGA_MAX_SIZE &#8211; dynamic SGA. Key SGA components can be altered dynamically &#8211; buffer cache, shared pool and large pool.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/onnry.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/onnry.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onnry.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onnry.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onnry.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onnry.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onnry.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onnry.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onnry.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onnry.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onnry.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onnry.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onnry.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onnry.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onnry.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onnry.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=38&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onnry.wordpress.com/2008/07/09/oracle-memory-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">onnry</media:title>
		</media:content>
	</item>
		<item>
		<title>ST04 Rules of Thumbs</title>
		<link>http://onnry.wordpress.com/2008/07/09/st04-rules-of-thumbs/</link>
		<comments>http://onnry.wordpress.com/2008/07/09/st04-rules-of-thumbs/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 13:32:33 +0000</pubDate>
		<dc:creator>onnry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://onnry.wordpress.com/?p=36</guid>
		<description><![CDATA[1. Data buffer quality  &#62;95% &#8211; meaning less physical read from disk. 2. User/Recursive Call &#62; 2. Recursive call will get more over time. c. Read/User Call &#60; 30. If &#62; 30 means expensive SQL statements. d. Time/User Call &#60; 15ms. e. Busy time &#38; CPU time ratio 60:40 ratio. Higher ratio means tuning required.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=36&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Data buffer quality  &gt;95% &#8211; meaning less physical read from disk.<br />
2. User/Recursive Call &gt; 2. Recursive call will get more over time.<br />
c. Read/User Call &lt; 30. If &gt; 30 means expensive SQL statements.<br />
d. Time/User Call &lt; 15ms.<br />
e. Busy time &amp; CPU time ratio 60:40 ratio. Higher ratio means tuning required.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/onnry.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/onnry.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onnry.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onnry.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onnry.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onnry.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onnry.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onnry.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onnry.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onnry.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onnry.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onnry.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onnry.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onnry.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onnry.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onnry.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=36&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onnry.wordpress.com/2008/07/09/st04-rules-of-thumbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">onnry</media:title>
		</media:content>
	</item>
		<item>
		<title>Java engine Memory Management</title>
		<link>http://onnry.wordpress.com/2008/07/09/java-engine-memory-management/</link>
		<comments>http://onnry.wordpress.com/2008/07/09/java-engine-memory-management/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 13:31:39 +0000</pubDate>
		<dc:creator>onnry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://onnry.wordpress.com/?p=34</guid>
		<description><![CDATA[Do not set exceptionally high max heap value for Java server process ! The reason why big heaps (4g for example) are not recommended is that the bigger the heap the longer it takes for the garbage collector to run through it. So there is a trade off between less gc-s in the beginning when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=34&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Do not set exceptionally high max heap value for Java server process !</p>
<p>The reason why big heaps (4g for example) are not recommended is that the bigger the heap the longer it takes for the garbage collector to run through it. So there is a trade off between less gc-s in the beginning when the JVM is started and much longer ones, when the heap is for example half full. Therefore, larger max heap doesnt related to better performance. If you have huge resource, you add more server nodes you can scale more easily and serve a larger number of users.</p>
<p>a. 723909 &#8211; Java VM settings for J2EE 6.40/7.0<br />
b. 876722 &#8211; Java heap size doesn&#8217;t update or appears twice in cofig tool</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/onnry.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/onnry.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onnry.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onnry.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onnry.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onnry.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onnry.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onnry.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onnry.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onnry.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onnry.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onnry.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onnry.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onnry.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onnry.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onnry.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=34&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onnry.wordpress.com/2008/07/09/java-engine-memory-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">onnry</media:title>
		</media:content>
	</item>
		<item>
		<title>ST06 Rules of Thumb</title>
		<link>http://onnry.wordpress.com/2008/07/09/st06-rules-of-thumb/</link>
		<comments>http://onnry.wordpress.com/2008/07/09/st06-rules-of-thumb/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 13:29:43 +0000</pubDate>
		<dc:creator>onnry</dc:creator>
				<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://onnry.wordpress.com/?p=30</guid>
		<description><![CDATA[1. CPU usage ideally &#60; 80%. Check for peak hour usage. Use ST06N for historical figures 2. Swapping ( UNIX &#8211; swap out &#60; 20% RAM size/hour, Windows page in &#60; 25% RAM size/hour) 3. ST03N &#8211; processing time &#62; 2x CPU time indicated CPU bottleneck<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=30&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. CPU usage ideally &lt; 80%. Check for peak hour usage. Use ST06N for historical figures<br />
2. Swapping ( UNIX &#8211; swap out &lt; 20% RAM size/hour, Windows page in &lt; 25% RAM size/hour)<br />
3. ST03N &#8211; processing time &gt; 2x CPU time indicated CPU bottleneck</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/onnry.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/onnry.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onnry.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onnry.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onnry.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onnry.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onnry.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onnry.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onnry.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onnry.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onnry.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onnry.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onnry.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onnry.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onnry.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onnry.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onnry.wordpress.com&amp;blog=4146165&amp;post=30&amp;subd=onnry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onnry.wordpress.com/2008/07/09/st06-rules-of-thumb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">onnry</media:title>
		</media:content>
	</item>
	</channel>
</rss>
