<?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"
	>
<channel>
	<title>Comments on: How to get the OS of the database server</title>
	<atom:link href="http://oraqa.com/2006/02/03/how-to-get-the-os-of-the-database-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://oraqa.com/2006/02/03/how-to-get-the-os-of-the-database-server/</link>
	<description>Oracle Question and Answer</description>
	<pubDate>Mon, 06 Oct 2008 14:08:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: TFox</title>
		<link>http://oraqa.com/2006/02/03/how-to-get-the-os-of-the-database-server/#comment-142</link>
		<dc:creator>TFox</dc:creator>
		<pubDate>Thu, 23 Feb 2006 02:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2006/02/03/how-to-get-the-os-of-the-database-server/#comment-142</guid>
		<description>FYI, platform_name is not a valid column in the v$database view in 8i and 9i installations.  It appears dbms_utility.port_string is available in all versions.</description>
		<content:encoded><![CDATA[<p>FYI, platform_name is not a valid column in the v$database view in 8i and 9i installations.  It appears dbms_utility.port_string is available in all versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stbu</title>
		<link>http://oraqa.com/2006/02/03/how-to-get-the-os-of-the-database-server/#comment-111</link>
		<dc:creator>stbu</dc:creator>
		<pubDate>Wed, 08 Feb 2006 19:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2006/02/03/how-to-get-the-os-of-the-database-server/#comment-111</guid>
		<description>You may also use

&lt;pre&gt;
SQL&#62; SELECT platform_name FROM v$database

PLATFORM_NAME
------------------------------
Microsoft Windows IA (32-bit)
&lt;/pre&gt;


Well, at least it's working with Oracle XE.</description>
		<content:encoded><![CDATA[<p>You may also use</p>
<pre>
SQL&gt; SELECT platform_name FROM v$database

PLATFORM_NAME
------------------------------
Microsoft Windows IA (32-bit)
</pre>
<p>Well, at least it&#8217;s working with Oracle XE.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
