<?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/"
	>
<channel>
	<title>Comments on: How to see the database version?</title>
	<atom:link href="http://oraqa.com/2006/01/09/how-to-see-the-database-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://oraqa.com/2006/01/09/how-to-see-the-database-version/</link>
	<description>Oracle Question and Answer</description>
	<pubDate>Tue, 06 Jan 2009 12:52:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eddie Awad</title>
		<link>http://oraqa.com/2006/01/09/how-to-see-the-database-version/comment-page-1/#comment-109</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Mon, 06 Feb 2006 18:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://oradot.com/qa/?p=11#comment-109</guid>
		<description>Another way:

&lt;pre&gt;
HR@XE&gt; select product, version
  2  from product_component_version;

PRODUCT                        VERSION
------------------------------ ----------
NLSRTL                         10.2.0.1.0
Oracle Database 10g Express Ed 10.2.0.1.0
ition

PL/SQL                         10.2.0.1.0
TNS for 32-bit Windows:        10.2.0.1.0
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Another way:</p>
<pre>
HR@XE> select product, version
  2  from product_component_version;

PRODUCT                        VERSION
------------------------------ ----------
NLSRTL                         10.2.0.1.0
Oracle Database 10g Express Ed 10.2.0.1.0
ition

PL/SQL                         10.2.0.1.0
TNS for 32-bit Windows:        10.2.0.1.0
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robertc</title>
		<link>http://oraqa.com/2006/01/09/how-to-see-the-database-version/comment-page-1/#comment-72</link>
		<dc:creator>Robertc</dc:creator>
		<pubDate>Fri, 20 Jan 2006 20:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://oradot.com/qa/?p=11#comment-72</guid>
		<description>^^^
must log in as dba to SELECT on "dba_registry"</description>
		<content:encoded><![CDATA[<p>^^^<br />
must log in as dba to SELECT on &#8220;dba_registry&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robertc</title>
		<link>http://oraqa.com/2006/01/09/how-to-see-the-database-version/comment-page-1/#comment-71</link>
		<dc:creator>Robertc</dc:creator>
		<pubDate>Fri, 20 Jan 2006 20:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://oradot.com/qa/?p=11#comment-71</guid>
		<description>Connected to:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Beta

SQL&#62; SELECT comp_name, status, version FROM &lt;b&gt;dba_registry&lt;/b&gt;;
SELECT comp_name, status, version FROM dba_registry
                                       *
ERROR at line 1:
&lt;b&gt;ORA-00942: table or view does not exist&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>Connected to:<br />
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Beta</p>
<p>SQL&gt; SELECT comp_name, status, version FROM <b>dba_registry</b>;<br />
SELECT comp_name, status, version FROM dba_registry<br />
                                       *<br />
ERROR at line 1:<br />
<b>ORA-00942: table or view does not exist</b></p>
]]></content:encoded>
	</item>
</channel>
</rss>
