<?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: Connect Role without Alter Session privilege (ORA-01031: insufficient privileges)</title>
	<atom:link href="http://coskan.wordpress.com/2007/03/14/connect-role-without-alter-session-privilege-ora-01031-insufficient-privileges/feed/" rel="self" type="application/rss+xml" />
	<link>http://coskan.wordpress.com/2007/03/14/connect-role-without-alter-session-privilege-ora-01031-insufficient-privileges/</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: Manish</title>
		<link>http://coskan.wordpress.com/2007/03/14/connect-role-without-alter-session-privilege-ora-01031-insufficient-privileges/#comment-3430</link>
		<dc:creator><![CDATA[Manish]]></dc:creator>
		<pubDate>Fri, 20 Mar 2009 03:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/2007/03/14/connect-role-without-alter-session-privilege-ora-01031-insufficient-privileges/#comment-3430</guid>
		<description><![CDATA[Thanks ur site really helped me to teach my students.

Manish Gupta]]></description>
		<content:encoded><![CDATA[<p>Thanks ur site really helped me to teach my students.</p>
<p>Manish Gupta</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramnik</title>
		<link>http://coskan.wordpress.com/2007/03/14/connect-role-without-alter-session-privilege-ora-01031-insufficient-privileges/#comment-2087</link>
		<dc:creator><![CDATA[Ramnik]]></dc:creator>
		<pubDate>Fri, 19 Oct 2007 16:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/2007/03/14/connect-role-without-alter-session-privilege-ora-01031-insufficient-privileges/#comment-2087</guid>
		<description><![CDATA[I corrected the script.Please try it will run on all version. Only quotes appears to be an issue.

select a.ksppinm name,
b.ksppstvl value,
b.ksppstdf deflt,
decode
(a.ksppity, 1,
&#039;boolean&#039;, 2,
&#039;string&#039;, 3,
&#039;number&#039;, 4,
&#039;file&#039;, a.ksppity) type,
a.ksppdesc description
from
sys.x$ksppi a,
sys.x$ksppcv b
where
a.indx = b.indx
and
a.ksppinm like &#039;\_%&#039; escape &#039;\&#039;
order by
name]]></description>
		<content:encoded><![CDATA[<p>I corrected the script.Please try it will run on all version. Only quotes appears to be an issue.</p>
<p>select a.ksppinm name,<br />
b.ksppstvl value,<br />
b.ksppstdf deflt,<br />
decode<br />
(a.ksppity, 1,<br />
&#8216;boolean&#8217;, 2,<br />
&#8216;string&#8217;, 3,<br />
&#8216;number&#8217;, 4,<br />
&#8216;file&#8217;, a.ksppity) type,<br />
a.ksppdesc description<br />
from<br />
sys.x$ksppi a,<br />
sys.x$ksppcv b<br />
where<br />
a.indx = b.indx<br />
and<br />
a.ksppinm like &#8216;\_%&#8217; escape &#8216;\&#8217;<br />
order by<br />
name</p>
]]></content:encoded>
	</item>
</channel>
</rss>
