<?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>Klammerx's Weblog</title>
	<atom:link href="http://klammerx.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://klammerx.wordpress.com</link>
	<description>Massimo Di Primio @  WordPress.com</description>
	<lastBuildDate>Tue, 11 May 2010 13:15:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='klammerx.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Klammerx's Weblog</title>
		<link>http://klammerx.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://klammerx.wordpress.com/osd.xml" title="Klammerx&#039;s Weblog" />
	<atom:link rel='hub' href='http://klammerx.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Oracle 10g compressed export import</title>
		<link>http://klammerx.wordpress.com/2010/05/11/oracle-10g-compressed-export-import/</link>
		<comments>http://klammerx.wordpress.com/2010/05/11/oracle-10g-compressed-export-import/#comments</comments>
		<pubDate>Tue, 11 May 2010 10:47:14 +0000</pubDate>
		<dc:creator>klammerx</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[fifo]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[imp]]></category>
		<category><![CDATA[import]]></category>

		<guid isPermaLink="false">http://klammerx.wordpress.com/?p=29</guid>
		<description><![CDATA[Sometime happened that I needed to export a database (either partially or &#8216;FULL&#8217;) not having enough disk free space available for all the operations: the export file by itself could barely fit into the few free disk space available so that I could not even think to compress it, because almost at the end of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=klammerx.wordpress.com&amp;blog=4197584&amp;post=29&amp;subd=klammerx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sometime happened that I needed to export a database (either partially or &#8216;FULL&#8217;) not having enough disk free space available for all the operations: the export file by itself could barely fit into the few free disk space available so that I could not even think to compress it, because almost at the end of compression (gzip) the scenario would have been: export_file.dmp added to the almost 99.9% of the compressed export_file.dmp would exceed the free disk space available.</p>
<p>The following examples show how to do an export into a compressed file (gzip) in one single step avoiding wasted disk space.</p>
<p>momo@cujox:~ $ mkfifo fifo_dbexport_20081119.dmp<br />
momo@cujox:~ $ nohup exp scott/tiger tables=(TABLE_1, TABLE_2, TABLE_3) FILE=fifo_dbexport_20081119.dmp LOG=dbexport_20081119.log &amp;<br />
momo@cujox:~ $ nohup gzip &lt; fifo_dbexport_20081119.dmp &gt; real_db_export_20081119.dmp.gz &amp;<br />
momo@cujox:~ $ rm fifo_dbexport_20081119.dmp</p>
<p>momo@cujox:~ $ mkfifo fifo_dbimport_20081119.dmp<br />
momo@cujox:~ $ nohup gzip -d &lt; real_db_export_20081119.dmp.gz &gt; fifo_dbimport_20081119.dmp &amp;<br />
momo@cujox:~ $ nohup imp scott/tiger tables=(TABLE_1, TABLE_2, TABLE_3) IGNORE=Y FILE=fifo_dbimport_20081119.dmp LOG=dbimport_20081119.log &amp;<br />
momo@cujox:~ $ rm dbimport_20081119.dmp</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/klammerx.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/klammerx.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/klammerx.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/klammerx.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/klammerx.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/klammerx.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/klammerx.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/klammerx.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/klammerx.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/klammerx.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/klammerx.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/klammerx.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/klammerx.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/klammerx.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=klammerx.wordpress.com&amp;blog=4197584&amp;post=29&amp;subd=klammerx&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://klammerx.wordpress.com/2010/05/11/oracle-10g-compressed-export-import/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe5004c91dd2e3371649d8fe26aebb6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">klammerx</media:title>
		</media:content>
	</item>
		<item>
		<title>Moving a table to a new tablespace on Oracle 10g</title>
		<link>http://klammerx.wordpress.com/2008/10/09/moving-a-table-to-a-new-tablespace/</link>
		<comments>http://klammerx.wordpress.com/2008/10/09/moving-a-table-to-a-new-tablespace/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 11:34:15 +0000</pubDate>
		<dc:creator>klammerx</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[tablespace]]></category>

		<guid isPermaLink="false">http://klammerx.wordpress.com/?p=17</guid>
		<description><![CDATA[On Oracle 10g you can move a table from one tablespace to another as shown below. Keep in mind that everything associated with the table is moved as well (e.g. privileges, constraints, synonyms, etc.), but NOT indexes. SQL&#62; ALTER TABLE &#60;table_name&#62; MOVE TABLESPACE &#60;new_tablespace_name&#62;; WARNING: By doing so, all indexes associated to the moved table [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=klammerx.wordpress.com&amp;blog=4197584&amp;post=17&amp;subd=klammerx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On Oracle 10g you can move a table from one tablespace to another as shown below. Keep in mind that everything associated with the table is moved as well (e.g. privileges, constraints, synonyms, etc.), but NOT indexes.</p>
<p><strong>SQL&gt; ALTER TABLE  &lt;table_name&gt; MOVE TABLESPACE &lt;new_tablespace_name&gt;;</strong></p>
<p>WARNING: By doing so, all indexes associated to the moved table will no longer useful and must be rebuilt as the following:</p>
<p><strong>SQL&gt; ALTER INDEX &lt;index_name&gt; REBUILD;</strong></p>
<p>be available and must be recreated.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/klammerx.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/klammerx.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/klammerx.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/klammerx.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/klammerx.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/klammerx.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/klammerx.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/klammerx.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/klammerx.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/klammerx.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/klammerx.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/klammerx.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/klammerx.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/klammerx.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=klammerx.wordpress.com&amp;blog=4197584&amp;post=17&amp;subd=klammerx&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://klammerx.wordpress.com/2008/10/09/moving-a-table-to-a-new-tablespace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe5004c91dd2e3371649d8fe26aebb6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">klammerx</media:title>
		</media:content>
	</item>
		<item>
		<title>Moving an index to a different table space on Oracle 10g</title>
		<link>http://klammerx.wordpress.com/2008/10/09/moving-an-index-to-a-different-table-space/</link>
		<comments>http://klammerx.wordpress.com/2008/10/09/moving-an-index-to-a-different-table-space/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 11:06:50 +0000</pubDate>
		<dc:creator>klammerx</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[rebuild]]></category>
		<category><![CDATA[tablespace]]></category>

		<guid isPermaLink="false">http://klammerx.wordpress.com/?p=8</guid>
		<description><![CDATA[An index can be moved from one tablespace to another as follows: SQL&#62; ALTER INDEX &#60;index_name&#62; REBUILD TABLESPACE &#60;new_tablespace&#62; [ STORAGE (storage_clause) ]; In the need of moving all indexes from one tablespace to another, the SQL script below can be used to generate a final SQL script that does all moves sequentially. set heading [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=klammerx.wordpress.com&amp;blog=4197584&amp;post=8&amp;subd=klammerx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>An index can be moved from one tablespace to another as follows:</p>
<p><strong>SQL&gt; ALTER INDEX &lt;index_name&gt; REBUILD TABLESPACE &lt;new_tablespace&gt; [ STORAGE (storage_clause) ];</strong></p>
<p>In the need of moving all indexes from one tablespace to another, the SQL script below can<br />
be used to generate a final SQL script that does all moves sequentially.</p>
<p><strong><br />
set heading off<br />
set feedback off<br />
set linesize 160;<br />
set pagesize 60;</strong></p>
<p><strong>connect system/system</strong></p>
<p><strong>!rm -f rebuildIndexes.sql<br />
spool rebuildIndexes.sql<br />
prompt connect system/system<br />
SELECT &#8216;alter index &#8216; || owner || &#8216;.&#8217; || index_name ||<br />
&#8216; rebuild tablespace NEW_TS STORAGE (INITIAL 64K);<br />
FROM all_indexes<br />
WHERE OWNER in (&#8216;AA&#8217;, &#8216;BB&#8217;, &#8216;CC&#8217;, &#8216;DD&#8217;) and<br />
TABLESPACE_NAME = &#8216;MY_TS&#8217; AND PARTITIONED = &#8216;NO&#8217;<br />
ORDER BY NUM_ROWS ASC<br />
/<br />
spool off<br />
</strong></p>
<p>The above statement will produce the final SQL script for moving all indexes at once.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/klammerx.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/klammerx.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/klammerx.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/klammerx.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/klammerx.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/klammerx.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/klammerx.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/klammerx.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/klammerx.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/klammerx.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/klammerx.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/klammerx.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/klammerx.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/klammerx.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=klammerx.wordpress.com&amp;blog=4197584&amp;post=8&amp;subd=klammerx&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://klammerx.wordpress.com/2008/10/09/moving-an-index-to-a-different-table-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe5004c91dd2e3371649d8fe26aebb6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">klammerx</media:title>
		</media:content>
	</item>
		<item>
		<title>Colored prompt on bash console</title>
		<link>http://klammerx.wordpress.com/2008/07/11/colored-prompt-on-bash-console/</link>
		<comments>http://klammerx.wordpress.com/2008/07/11/colored-prompt-on-bash-console/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 09:56:22 +0000</pubDate>
		<dc:creator>klammerx</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[prompt]]></category>

		<guid isPermaLink="false">http://klammerx.wordpress.com/?p=6</guid>
		<description><![CDATA[It can be nice to have different color  prompt on the terminal screen to differentiate different login. the following code simply set up PS1 to have yellow prompt on the terminal screen, which can be appended in your .bash_profile # set our custom yellow prompt PS1=&#8217;\[33[1;33m\]\u\[33[1;37m\]@\[33[1;33m\]\h\[33[1;37m\]:\[33[1;33m\]\W \[33[1;33m\]\$ \[33[0m\]&#8216; # set our custom red prompt to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=klammerx.wordpress.com&amp;blog=4197584&amp;post=6&amp;subd=klammerx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It can be nice to have different color  prompt on the terminal screen to differentiate different login. the following code simply set up PS1 to have yellow prompt on the terminal screen, which can be appended in your .bash_profile</p>
<p># set our custom yellow prompt<br />
PS1=&#8217;\[33[1;33m\]\u\[33[1;37m\]@\[33[1;33m\]\h\[33[1;37m\]:\[33[1;33m\]\W \[33[1;33m\]\$ \[33[0m\]&#8216;</p>
<p># set our custom red prompt to visually identified root<br />
PS1=&#8217;\[33[1;31m\]\u\[33[1;37m\]@\[33[1;31m\]\h\[33[1;31m\]:\[33[1;31m\]\W \[33[1;31m\]\$ \[33[0m\]&#8216;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/klammerx.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/klammerx.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/klammerx.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/klammerx.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/klammerx.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/klammerx.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/klammerx.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/klammerx.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/klammerx.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/klammerx.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/klammerx.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/klammerx.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/klammerx.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/klammerx.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/klammerx.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/klammerx.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=klammerx.wordpress.com&amp;blog=4197584&amp;post=6&amp;subd=klammerx&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://klammerx.wordpress.com/2008/07/11/colored-prompt-on-bash-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe5004c91dd2e3371649d8fe26aebb6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">klammerx</media:title>
		</media:content>
	</item>
		<item>
		<title>Keep Oracle SID&#8217;s handy</title>
		<link>http://klammerx.wordpress.com/2008/07/11/keep-oracle-sids-handy/</link>
		<comments>http://klammerx.wordpress.com/2008/07/11/keep-oracle-sids-handy/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 09:34:33 +0000</pubDate>
		<dc:creator>klammerx</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://klammerx.wordpress.com/?p=4</guid>
		<description><![CDATA[A trick to always keep andy all SID&#8217;s of all the different DB instance in your system&#8217;s can belike the following script. I recommend to save into a separate text file (say orasids.sh) in your oracle $HOME directory and source from .bash_profile as its last line: or in alternatives, you can source at any time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=klammerx.wordpress.com&amp;blog=4197584&amp;post=4&amp;subd=klammerx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A trick to always keep andy all SID&#8217;s of all the different DB instance in your system&#8217;s can belike the following script.</p>
<p>I recommend to save into a separate text file (say orasids.sh) in your oracle $HOME directory and source from .bash_profile as its last line: or in alternatives, you can source at any time as follows</p>
<p><em># source orasids.sh</em></p>
<p>Of course this file must be chown&#8217;ed 750.</p>
<p><strong>#!/bin/bash<br />
#<br />
function showsid  () { echo -en &#8220;ORACLE_SID: $ORACLE_SID\n&#8221; ;};<br />
function db01test  () { export ORACLE_SID=db01test; showsid ;};<br />
function prod  () { export ORACLE_SID=prod; showsid ;};<br />
function nosid    () { unset ORACLE_SID; showsid ;};<br />
showsid<br />
#<br />
# end-of-file</strong></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/klammerx.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/klammerx.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/klammerx.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/klammerx.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/klammerx.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/klammerx.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/klammerx.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/klammerx.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/klammerx.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/klammerx.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/klammerx.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/klammerx.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/klammerx.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/klammerx.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/klammerx.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/klammerx.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=klammerx.wordpress.com&amp;blog=4197584&amp;post=4&amp;subd=klammerx&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://klammerx.wordpress.com/2008/07/11/keep-oracle-sids-handy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe5004c91dd2e3371649d8fe26aebb6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">klammerx</media:title>
		</media:content>
	</item>
	</channel>
</rss>
