<?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: Oracle Proxy Users by example</title>
	<atom:link href="http://www.it-eye.nl/weblog/2005/09/12/oracle-proxy-users-by-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.it-eye.nl/weblog/2005/09/12/oracle-proxy-users-by-example/</link>
	<description>Where Business meets IT</description>
	<lastBuildDate>Wed, 10 Mar 2010 11:20:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Proxy-User &#171; Oraculix</title>
		<link>http://www.it-eye.nl/weblog/2005/09/12/oracle-proxy-users-by-example/comment-page-1/#comment-329803</link>
		<dc:creator>Proxy-User &#171; Oraculix</dc:creator>
		<pubDate>Thu, 14 May 2009 23:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2005/09/10/oracle-proxy-users-by-example/#comment-329803</guid>
		<description>[...] http://www.it-eye.nl/weblog/2005/09/12/oracle-proxy-users-by-example/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.it-eye.nl/weblog/2005/09/12/oracle-proxy-users-by-example/" rel="nofollow">http://www.it-eye.nl/weblog/2005/09/12/oracle-proxy-users-by-example/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaffrin</title>
		<link>http://www.it-eye.nl/weblog/2005/09/12/oracle-proxy-users-by-example/comment-page-1/#comment-317637</link>
		<dc:creator>Jaffrin</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2005/09/10/oracle-proxy-users-by-example/#comment-317637</guid>
		<description>We are implementing Proxy authentication in our project.We are using Oracle Clinet9.0.4.0.1, I am using OracleOCIConnecionPooling to establish proxy connection,However I am getting some ecxeption that i dont understand. Here is the code 
OracleOCIConnectionPool cpool=new OracleOCIConnectionPool(&quot;username&quot;,&quot;password&quot;,&quot;jdbc:oracle:oci:@(description=(address=(host=hostname)(protocol=tcp)(port=1529))(connect_data=(sid=databasename)))&quot;,poolConfig);
Properties prop=new Properties();
prop.out(OracleOCIConnectionPool.PROXY_USER_NAME,username);
prop.put9ORACLEOCIConnectionPool.PROXY_PASSWORD,password);
 Connection conn=pool.getProxyConnection(OracleOCIConnectionPool.PROXY_USER_NAME,prop);

Intially I got some erros while establishing a OracleOCIConection and I resoved those. But I am getting

java.sql.SQLException: invalid proxy type specified : null properties


Any Help??</description>
		<content:encoded><![CDATA[<p>We are implementing Proxy authentication in our project.We are using Oracle Clinet9.0.4.0.1, I am using OracleOCIConnecionPooling to establish proxy connection,However I am getting some ecxeption that i dont understand. Here is the code<br />
OracleOCIConnectionPool cpool=new OracleOCIConnectionPool(&#8220;username&#8221;,&#8221;password&#8221;,&#8221;jdbc:oracle:oci:@(description=(address=(host=hostname)(protocol=tcp)(port=1529))(connect_data=(sid=databasename)))&#8221;,poolConfig);<br />
Properties prop=new Properties();<br />
prop.out(OracleOCIConnectionPool.PROXY_USER_NAME,username);<br />
prop.put9ORACLEOCIConnectionPool.PROXY_PASSWORD,password);<br />
 Connection conn=pool.getProxyConnection(OracleOCIConnectionPool.PROXY_USER_NAME,prop);</p>
<p>Intially I got some erros while establishing a OracleOCIConection and I resoved those. But I am getting</p>
<p>java.sql.SQLException: invalid proxy type specified : null properties</p>
<p>Any Help??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thinhbk</title>
		<link>http://www.it-eye.nl/weblog/2005/09/12/oracle-proxy-users-by-example/comment-page-1/#comment-168392</link>
		<dc:creator>Thinhbk</dc:creator>
		<pubDate>Fri, 11 Jan 2008 22:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2005/09/10/oracle-proxy-users-by-example/#comment-168392</guid>
		<description>Hi,
I want to ask one thing,that&#039;s implement VPD using proxy_user to grant access for user.My trouble is that user from remote connect to database using database link,in which the user in database link is different from this current user,(certainly on server,this user have role to access data).I want to ask:how can we paypass this?how to implementation authentication that transparent to location of the user(because i&#039;m using database link).
Thanks for all answer!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I want to ask one thing,that&#8217;s implement VPD using proxy_user to grant access for user.My trouble is that user from remote connect to database using database link,in which the user in database link is different from this current user,(certainly on server,this user have role to access data).I want to ask:how can we paypass this?how to implementation authentication that transparent to location of the user(because i&#8217;m using database link).<br />
Thanks for all answer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saso Stojanovski</title>
		<link>http://www.it-eye.nl/weblog/2005/09/12/oracle-proxy-users-by-example/comment-page-1/#comment-160403</link>
		<dc:creator>Saso Stojanovski</dc:creator>
		<pubDate>Thu, 20 Dec 2007 12:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2005/09/10/oracle-proxy-users-by-example/#comment-160403</guid>
		<description>I just tried out your code, and I get an error saying that 

OracleConnection.PROXYTYPE_USER_NAME cannot be resolved

and

The method isProxySession() is undefined for the type OracleConnection


i am using ojdbc14.jar in my classpath. please help</description>
		<content:encoded><![CDATA[<p>I just tried out your code, and I get an error saying that </p>
<p>OracleConnection.PROXYTYPE_USER_NAME cannot be resolved</p>
<p>and</p>
<p>The method isProxySession() is undefined for the type OracleConnection</p>
<p>i am using ojdbc14.jar in my classpath. please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Meiller</title>
		<link>http://www.it-eye.nl/weblog/2005/09/12/oracle-proxy-users-by-example/comment-page-1/#comment-149126</link>
		<dc:creator>Peter Meiller</dc:creator>
		<pubDate>Tue, 20 Nov 2007 16:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2005/09/10/oracle-proxy-users-by-example/#comment-149126</guid>
		<description>Just an update

The authentication required clause works fine</description>
		<content:encoded><![CDATA[<p>Just an update</p>
<p>The authentication required clause works fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Meiller</title>
		<link>http://www.it-eye.nl/weblog/2005/09/12/oracle-proxy-users-by-example/comment-page-1/#comment-53213</link>
		<dc:creator>Peter Meiller</dc:creator>
		<pubDate>Tue, 10 Apr 2007 19:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2005/09/10/oracle-proxy-users-by-example/#comment-53213</guid>
		<description>Responding to dfc:

In the oracle 10.2 sql doc, there is an &quot;authentication required&quot; clause on the &quot;alter user pu_user_1&quot; which forces a password to be supplied when the proxy user switches over to the other user

I haven&#039;t ever done it but that is what is in the docs</description>
		<content:encoded><![CDATA[<p>Responding to dfc:</p>
<p>In the oracle 10.2 sql doc, there is an &#8220;authentication required&#8221; clause on the &#8220;alter user pu_user_1&#8243; which forces a password to be supplied when the proxy user switches over to the other user</p>
<p>I haven&#8217;t ever done it but that is what is in the docs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrej Koelewijn</title>
		<link>http://www.it-eye.nl/weblog/2005/09/12/oracle-proxy-users-by-example/comment-page-1/#comment-53058</link>
		<dc:creator>Andrej Koelewijn</dc:creator>
		<pubDate>Tue, 10 Apr 2007 06:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2005/09/10/oracle-proxy-users-by-example/#comment-53058</guid>
		<description>I think that there&#039;s no difference when using proxy users or not in this respect. A user needs to be able to access objects in another schema, so you need either public synonyms, private synonyms or a fully qualified naming and the required privileges.</description>
		<content:encoded><![CDATA[<p>I think that there&#8217;s no difference when using proxy users or not in this respect. A user needs to be able to access objects in another schema, so you need either public synonyms, private synonyms or a fully qualified naming and the required privileges.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paly</title>
		<link>http://www.it-eye.nl/weblog/2005/09/12/oracle-proxy-users-by-example/comment-page-1/#comment-50500</link>
		<dc:creator>paly</dc:creator>
		<pubDate>Fri, 30 Mar 2007 15:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2005/09/10/oracle-proxy-users-by-example/#comment-50500</guid>
		<description>Hi,

Suppose we have a &quot;owner schema&quot; that owns all the objects of the application.

How are defined the users pu_user_1 ? They must have synonyms to the owner schema ?
What would you recommand ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Suppose we have a &#8220;owner schema&#8221; that owns all the objects of the application.</p>
<p>How are defined the users pu_user_1 ? They must have synonyms to the owner schema ?<br />
What would you recommand ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doug</title>
		<link>http://www.it-eye.nl/weblog/2005/09/12/oracle-proxy-users-by-example/comment-page-1/#comment-35544</link>
		<dc:creator>doug</dc:creator>
		<pubDate>Fri, 09 Feb 2007 00:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2005/09/10/oracle-proxy-users-by-example/#comment-35544</guid>
		<description>What about roles does the biguser need to be granted a union of all the roles of the users it proxies or can it have none and not be priviledged beyon create session?</description>
		<content:encoded><![CDATA[<p>What about roles does the biguser need to be granted a union of all the roles of the users it proxies or can it have none and not be priviledged beyon create session?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrej Koelewijn</title>
		<link>http://www.it-eye.nl/weblog/2005/09/12/oracle-proxy-users-by-example/comment-page-1/#comment-15629</link>
		<dc:creator>Andrej Koelewijn</dc:creator>
		<pubDate>Fri, 10 Nov 2006 16:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2005/09/10/oracle-proxy-users-by-example/#comment-15629</guid>
		<description>A proxy user is authenticated by the application server. The database trusts the application to have authenticated the user.</description>
		<content:encoded><![CDATA[<p>A proxy user is authenticated by the application server. The database trusts the application to have authenticated the user.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
