<?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/"
	>

<channel>
	<title>MemoSoup &#187; space</title>
	<atom:link href="http://www.memosoup.com/tag/space/feed" rel="self" type="application/rss+xml" />
	<link>http://www.memosoup.com</link>
	<description>Mix of the things I always forget</description>
	<lastBuildDate>Tue, 07 Feb 2012 00:03:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>MS Word: replace spaces to non-breaking</title>
		<link>http://www.memosoup.com/20090928/ms-word-replace-spaces-to-non-breaking.html</link>
		<comments>http://www.memosoup.com/20090928/ms-word-replace-spaces-to-non-breaking.html#comments</comments>
		<pubDate>Mon, 28 Sep 2009 10:57:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=183</guid>
		<description><![CDATA[<p>To insert it manually, use Ctrl+Shift+Space</p> Selection.HomeKey Unit:=wdStory Selection.Find.ClearFormatting Selection.Find.Style = ActiveDocument.Styles(&#34;Normal&#34;) Selection.Find.Replacement.ClearFormatting With Selection.Find &#160; &#160;.Text = &#34; &#160; &#34; &#160; &#160;.Replacement.Text = &#34;^s&#34; &#160; &#160;.Forward = True &#160; &#160;.Wrap = wdFindContinue &#160; &#160;.Format = True End With Selection.Find.Execute Replace:=wdReplaceAll Tweet news and informations&#160;automotive,business,crime,health,life,politics,science,technology,travelautomotive,business,crime,health,life,politics,science,technology,travel]]></description>
			<content:encoded><![CDATA[<p>To insert it manually, use <strong>Ctrl+Shift+Space</strong></p>
<div class="codecolorer-container vb default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="vb codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Selection.HomeKey Unit:=wdStory<br />
Selection.Find.ClearFormatting<br />
Selection.Find.Style = ActiveDocument.Styles(<span style="color: #800000;">&quot;Normal&quot;</span>)<br />
Selection.Find.Replacement.ClearFormatting<br />
<span style="color: #8D38C9; font-weight: bold;">With</span> Selection.Find<br />
&nbsp; &nbsp;.Text = <span style="color: #800000;">&quot; &nbsp; &quot;</span><br />
&nbsp; &nbsp;.Replacement.Text = <span style="color: #800000;">&quot;^s&quot;</span><br />
&nbsp; &nbsp;.Forward = <span style="color: #00C2FF; font-weight: bold;">True</span><br />
&nbsp; &nbsp;.Wrap = wdFindContinue<br />
&nbsp; &nbsp;.Format = <span style="color: #00C2FF; font-weight: bold;">True</span><br />
<span style="color: #8D38C9; font-weight: bold;">End</span> <span style="color: #8D38C9; font-weight: bold;">With</span><br />
Selection.Find.Execute Replace:=wdReplaceAll</div></div>
<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="zare366"><div style="float:left; width:100px; " class="zare366_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.memosoup.com%2F20090928%2Fms-word-replace-spaces-to-non-breaking.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="zare366_google1"> 
				<g:plusone size="medium" href="http://www.memosoup.com/20090928/ms-word-replace-spaces-to-non-breaking.html" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="zare366_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="MS Word: replace spaces to non-breaking" data-url="http://www.memosoup.com/20090928/ms-word-replace-spaces-to-non-breaking.html">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.news365live.com">news and informations</a>&nbsp;<a href="http://news365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a><a href="http://worldnews365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a></div><div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20090928/ms-word-replace-spaces-to-non-breaking.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usage of the temp tablespace in Oracle</title>
		<link>http://www.memosoup.com/20090913/usage-of-the-temp-tablespace-in-oracle.html</link>
		<comments>http://www.memosoup.com/20090913/usage-of-the-temp-tablespace-in-oracle.html#comments</comments>
		<pubDate>Sun, 13 Sep 2009 17:20:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[temp]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=77</guid>
		<description><![CDATA[<p>First find the block size:</p> SELECT VALUE &#34;BLOCK_SIZE&#34; FROM v$parameter WHERE name='db_block_size' ; <p>Now check the usage of the tablespace:</p> SELECT &#160;s.username &#34;USER&#34;,s.sid,s.osuser, &#160;u.TABLESPACE &#34;TS&#34; , &#160;SUM&#40;u.blocks&#41; * &#38;amp;BLOCK_SIZE./1024/1024 MB, &#160;x.sql_text FROM v$session s,v$sort_usage u,v$sqltext x WHERE s.saddr=u.session_addr &#160;AND s.sql_address=x.address GROUP BY &#160;s.sid, s.username, osuser, &#160;TABLESPACE, sql_text, address, piece ORDER BY sid, piece ASC; Tweet [...]]]></description>
			<content:encoded><![CDATA[<p>First find the block size:</p>
<div class="codecolorer-container oracle8 default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="oracle8 codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #993333; font-weight: bold; text-transform: uppercase;">SELECT</span> <span style="color: #993333; font-weight: bold; text-transform: uppercase;">VALUE</span> <span style="color: #ff0000;">&quot;BLOCK_SIZE&quot;</span> <br />
<span style="color: #993333; font-weight: bold; text-transform: uppercase;">FROM</span> v$parameter <br />
<span style="color: #993333; font-weight: bold; text-transform: uppercase;">WHERE</span> name<span style="color: #66cc66;">=</span><span style="color: #ff0000;">'db_block_size'</span> ;</div></div>
<p>Now check the usage of the tablespace:</p>
<div class="codecolorer-container oracle8 default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="oracle8 codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #993333; font-weight: bold; text-transform: uppercase;">SELECT</span> <br />
&nbsp;s.username <span style="color: #ff0000;">&quot;USER&quot;</span><span style="color: #66cc66;">,</span>s.sid<span style="color: #66cc66;">,</span>s.osuser<span style="color: #66cc66;">,</span> <br />
&nbsp;u.<span style="color: #993333; font-weight: bold; text-transform: uppercase;">TABLESPACE</span> <span style="color: #ff0000;">&quot;TS&quot;</span> <span style="color: #66cc66;">,</span><br />
&nbsp;<span style="color: #993333; font-weight: bold; text-transform: uppercase;">SUM</span><span style="color: #66cc66;">&#40;</span>u.blocks<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">*</span> &amp;amp;BLOCK_SIZE.<span style="color: #66cc66;">/</span><span style="color: #cc66cc;">1024</span><span style="color: #66cc66;">/</span><span style="color: #cc66cc;">1024</span> MB<span style="color: #66cc66;">,</span><br />
&nbsp;x.sql_text<br />
<span style="color: #993333; font-weight: bold; text-transform: uppercase;">FROM</span> v$session s<span style="color: #66cc66;">,</span>v$sort_usage u<span style="color: #66cc66;">,</span>v$sqltext x<br />
<span style="color: #993333; font-weight: bold; text-transform: uppercase;">WHERE</span> s.saddr<span style="color: #66cc66;">=</span>u.session_addr <br />
&nbsp;<span style="color: #993333; font-weight: bold; text-transform: uppercase;">AND</span> s.sql_address<span style="color: #66cc66;">=</span>x.address<br />
<span style="color: #993333; font-weight: bold; text-transform: uppercase;">GROUP</span> <span style="color: #993333; font-weight: bold; text-transform: uppercase;">BY</span> <br />
&nbsp;s.sid<span style="color: #66cc66;">,</span> s.username<span style="color: #66cc66;">,</span> osuser<span style="color: #66cc66;">,</span> <br />
&nbsp;<span style="color: #993333; font-weight: bold; text-transform: uppercase;">TABLESPACE</span><span style="color: #66cc66;">,</span> sql_text<span style="color: #66cc66;">,</span> address<span style="color: #66cc66;">,</span> piece<br />
<span style="color: #993333; font-weight: bold; text-transform: uppercase;">ORDER</span> <span style="color: #993333; font-weight: bold; text-transform: uppercase;">BY</span> sid<span style="color: #66cc66;">,</span> piece <span style="color: #993333; font-weight: bold; text-transform: uppercase;">ASC</span>;</div></div>
<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="zare366"><div style="float:left; width:100px; " class="zare366_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.memosoup.com%2F20090913%2Fusage-of-the-temp-tablespace-in-oracle.html&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="zare366_google1"> 
				<g:plusone size="medium" href="http://www.memosoup.com/20090913/usage-of-the-temp-tablespace-in-oracle.html" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="zare366_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Usage of the temp tablespace in Oracle" data-url="http://www.memosoup.com/20090913/usage-of-the-temp-tablespace-in-oracle.html">Tweet</a> 
			</div></div>
		<div style="display:none;"><a href="http://www.news365live.com">news and informations</a>&nbsp;<a href="http://news365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a><a href="http://worldnews365online.com">automotive,business,crime,health,life,politics,science,technology,travel</a></div><div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20090913/usage-of-the-temp-tablespace-in-oracle.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

