<?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 on: Dictionary views which are not listed in Dictionary View</title>
	<atom:link href="http://coskan.wordpress.com/2008/10/23/dictionary-views-which-are-not-listed-in-dictionary-view/feed/" rel="self" type="application/rss+xml" />
	<link>http://coskan.wordpress.com/2008/10/23/dictionary-views-which-are-not-listed-in-dictionary-view/</link>
	<description>What I learned about Oracle</description>
	<lastBuildDate>Mon, 06 May 2013 17:37:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Helio Geminiano</title>
		<link>http://coskan.wordpress.com/2008/10/23/dictionary-views-which-are-not-listed-in-dictionary-view/#comment-3362</link>
		<dc:creator><![CDATA[Helio Geminiano]]></dc:creator>
		<pubDate>Fri, 12 Dec 2008 17:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=173#comment-3362</guid>
		<description><![CDATA[SELECT NAME
FROM   SYS.obj$
WHERE  owner#           =     0                    AND
       type#            =     4                    AND
       SubStr(NAME,1,4) IN ( &#039;USER&#039;,&#039;ALL_&#039;,&#039;DBA_&#039;)
MINUS
SELECT TABLE_NAME FROM DICT
ORDER BY 1]]></description>
		<content:encoded><![CDATA[<p>SELECT NAME<br />
FROM   SYS.obj$<br />
WHERE  owner#           =     0                    AND<br />
       type#            =     4                    AND<br />
       SubStr(NAME,1,4) IN ( &#8216;USER&#8217;,'ALL_&#8217;,'DBA_&#8217;)<br />
MINUS<br />
SELECT TABLE_NAME FROM DICT<br />
ORDER BY 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishal Gupta</title>
		<link>http://coskan.wordpress.com/2008/10/23/dictionary-views-which-are-not-listed-in-dictionary-view/#comment-3348</link>
		<dc:creator><![CDATA[Vishal Gupta]]></dc:creator>
		<pubDate>Sat, 25 Oct 2008 09:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=173#comment-3348</guid>
		<description><![CDATA[You can file a bug with Oracle via Metalink and point this to them.]]></description>
		<content:encoded><![CDATA[<p>You can file a bug with Oracle via Metalink and point this to them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H.Tonguç Yılmaz</title>
		<link>http://coskan.wordpress.com/2008/10/23/dictionary-views-which-are-not-listed-in-dictionary-view/#comment-3347</link>
		<dc:creator><![CDATA[H.Tonguç Yılmaz]]></dc:creator>
		<pubDate>Sat, 25 Oct 2008 05:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/?p=173#comment-3347</guid>
		<description><![CDATA[Hey, welcome back! :)]]></description>
		<content:encoded><![CDATA[<p>Hey, welcome back! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
