-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 33 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject: Re: Using Oracle Proxy Authentication
PostPosted: Thu Dec 10, 2009 9:38 am 
Newbie

Joined: Thu Dec 10, 2009 9:25 am
Posts: 1
When you close() a proxied connection, the connection is returned to the pool but it's not retrievable, a small note buried somewhere in the docs suggests. You need to close the proxy session first.

See http://download.oracle.com/docs/cd/E118 ... e10589.pdf -- page 10-5

Try something like:
Code:
OracleConnection.close(OracleConnection.PROXY_SESSION);
OracleConnection.close();

Oracle's documentation on this is somewhat squirrelly.


Top
 Profile  
 
 Post subject: Re: Using Oracle Proxy Authentication
PostPosted: Tue Apr 20, 2010 5:09 pm 
Newbie

Joined: Tue Apr 20, 2010 5:06 pm
Posts: 2
Hi, just want to express my interest in this topic, which seems to interest a lot of people.


Top
 Profile  
 
 Post subject: Re: Using Oracle Proxy Authentication
PostPosted: Thu Jul 08, 2010 12:10 pm 
Newbie

Joined: Thu Jul 08, 2010 12:06 pm
Posts: 1
Anyone else get this to work using C3P0? I am trying to get Oracle Proxy Auth to work within Grails. I think I have all the hooks set up, *however*, when inside getConnection() (using similar code to what was posted in this thread), it doesn't seem to return to my code after the call to super.getConnection().

Therefore, I am unable to do what I really want, which is to set that returned connection up as a proxied connection. Anyone else have this problem?


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 33 posts ]  Go to page Previous  1, 2, 3

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.