<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	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>Comments for Kevin Closson&#039;s Blog: Platforms, Databases and Storage</title>
	<atom:link href="http://kevinclosson.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevinclosson.wordpress.com</link>
	<description>Platform, Database and Storage Topics</description>
	<lastBuildDate>Fri, 24 May 2013 00:18:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Manly Men Only Deploy Oracle with 64 Bit Linux &#8211; Part I. What About a x86 Port on EM64T/AMD64 Hardware? by fkrot</title>
		<link>http://kevinclosson.wordpress.com/2007/07/13/manly-men-deploy-oracle-with-64-bit-linux-part-i-what-about-an-x86-port-on-em64tamd64-hardware/#comment-44831</link>
		<dc:creator><![CDATA[fkrot]]></dc:creator>
		<pubDate>Fri, 24 May 2013 00:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2007/07/13/manly-men-deploy-oracle-with-64-bit-linux-part-i-what-about-an-x86-port-on-em64tamd64-hardware/#comment-44831</guid>
		<description><![CDATA[Also, stracing worked when I supplied a full connect string to sqlplus, with &quot;sys/pwd@dbName as sysdba&quot; .  When I did it with just &quot;/ as sysdba&quot; (as normally done w/o strace), I got : 
   ERROR: ORA-12560: TNS:protocol adapter error.  

The strace output  during Oracle startup  did not contain any  shmat() or shmget() calls, but plenty of stat64(),  fstat64(), and old_mmap() calls.  
 However, strace  executed on a 32-bit linux  has shmat() and shmget() calls..]]></description>
		<content:encoded><![CDATA[<p>Also, stracing worked when I supplied a full connect string to sqlplus, with &#8220;sys/pwd@dbName as sysdba&#8221; .  When I did it with just &#8220;/ as sysdba&#8221; (as normally done w/o strace), I got :<br />
   ERROR: ORA-12560: TNS:protocol adapter error.  </p>
<p>The strace output  during Oracle startup  did not contain any  shmat() or shmget() calls, but plenty of stat64(),  fstat64(), and old_mmap() calls.<br />
 However, strace  executed on a 32-bit linux  has shmat() and shmget() calls..</p>
]]></content:encoded>
	</item>
</channel>
</rss>