<?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: Check Oracle Version</title>
	<atom:link href="http://www.mydigitallife.info/2005/10/18/check-oracle-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mydigitallife.info/2005/10/18/check-oracle-version/</link>
	<description>Living Digitally and Electronically</description>
	<pubDate>Wed, 07 Jan 2009 00:49:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jon Schneider</title>
		<link>http://www.mydigitallife.info/2005/10/18/check-oracle-version/comment-page-1/#comment-531001</link>
		<dc:creator>Jon Schneider</dc:creator>
		<pubDate>Thu, 11 Sep 2008 20:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/18/check-oracle-version/#comment-531001</guid>
		<description>Apparently this server is automatically replacing straight singlequotes with curly ones, even in my comment!  Still, the suggestion from my previous post above still applies; just do the replace on your own local machine, instead of in a comment here.  :-)</description>
		<content:encoded><![CDATA[<p>Apparently this server is automatically replacing straight singlequotes with curly ones, even in my comment!  Still, the suggestion from my previous post above still applies; just do the replace on your own local machine, instead of in a comment here.  <img src='http://www.mydigitallife.info/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Schneider</title>
		<link>http://www.mydigitallife.info/2005/10/18/check-oracle-version/comment-page-1/#comment-530999</link>
		<dc:creator>Jon Schneider</dc:creator>
		<pubDate>Thu, 11 Sep 2008 20:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/18/check-oracle-version/#comment-530999</guid>
		<description>If anyone gets an "invalid character" error after copy &#38; pasting in the query from the article: 

select * from v$version where banner like ‘Oracle%’;" 

Try replacing the "curly" singlequote characters around "Oracle%" with regular straight singlequotes:

select * from v$version where banner like 'Oracle%';</description>
		<content:encoded><![CDATA[<p>If anyone gets an &#8220;invalid character&#8221; error after copy &amp; pasting in the query from the article: </p>
<p>select * from v$version where banner like ‘Oracle%’;&#8221; </p>
<p>Try replacing the &#8220;curly&#8221; singlequote characters around &#8220;Oracle%&#8221; with regular straight singlequotes:</p>
<p>select * from v$version where banner like &#8216;Oracle%&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A</title>
		<link>http://www.mydigitallife.info/2005/10/18/check-oracle-version/comment-page-1/#comment-527912</link>
		<dc:creator>A</dc:creator>
		<pubDate>Wed, 13 Aug 2008 11:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/18/check-oracle-version/#comment-527912</guid>
		<description>The above query will not work in oracle
use the below query
Select * from v$version;</description>
		<content:encoded><![CDATA[<p>The above query will not work in oracle<br />
use the below query<br />
Select * from v$version;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthikeyan</title>
		<link>http://www.mydigitallife.info/2005/10/18/check-oracle-version/comment-page-1/#comment-527867</link>
		<dc:creator>Karthikeyan</dc:creator>
		<pubDate>Tue, 12 Aug 2008 22:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/18/check-oracle-version/#comment-527867</guid>
		<description>select * from versions;

The above SQL will do.</description>
		<content:encoded><![CDATA[<p>select * from versions;</p>
<p>The above SQL will do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pankaj</title>
		<link>http://www.mydigitallife.info/2005/10/18/check-oracle-version/comment-page-1/#comment-469836</link>
		<dc:creator>Pankaj</dc:creator>
		<pubDate>Mon, 03 Mar 2008 14:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/18/check-oracle-version/#comment-469836</guid>
		<description>It was a very helpful to find the oracle version information through sqlplus.

Thanks,
pankaj</description>
		<content:encoded><![CDATA[<p>It was a very helpful to find the oracle version information through sqlplus.</p>
<p>Thanks,<br />
pankaj</p>
]]></content:encoded>
	</item>
</channel>
</rss>
