<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Parm Patram &#187; GRANTS</title>
	<atom:link href="http://oracle.3dub.com/category/administration/grants/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracle.3dub.com</link>
	<description>Oracle, Linux and UNIX tips, tricks and stuff</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:14:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Show grants for a specific user</title>
		<link>http://oracle.3dub.com/2009/05/09/show-grants-for-a-specific-user/</link>
		<comments>http://oracle.3dub.com/2009/05/09/show-grants-for-a-specific-user/#comments</comments>
		<pubDate>Sat, 09 May 2009 17:31:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GRANTS]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=358</guid>
		<description><![CDATA[select privname,object_name from ku$_objgrant_view join all_objects on object_id=obj_num where grantee=&#8217;THE_USER&#8217;;
]]></description>
			<content:encoded><![CDATA[<p>select privname,object_name from ku$_objgrant_view join all_objects on object_id=obj_num where grantee=&#8217;THE_USER&#8217;;</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2009/05/09/show-grants-for-a-specific-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

