<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Per-User Database Connection Pooling?</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Wed, 22 May 2013 16:37:39 -0400</pubDate>


    <item>

        <title>Re: Per-User Database Connection Pooling?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29476</link>

        

        
            <description><![CDATA[Take a look at this posting ...]]></description>
        

        <pubDate>Fri, 18 Jan 2008 15:07:40 -0500</pubDate>

        

        <jf:creationDate>Fri, 18 Jan 2008 15:07:40 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 18 Jan 2008 15:07:40 -0500</jf:modificationDate>
        <jf:date>Jan 18, 2008</jf:date>
        <jf:author>Raees Uzhunnan</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Problem with Tomcat 5.x.x and ojdbc14.jar.</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29476</link>

        

        
            <description><![CDATA[Unfortunately this How-To does not work 100%. It will allow you to get a connection from the database however it will not use DBCP.  Take a look at this link for more information....]]></description>
        

        <pubDate>Fri, 11 May 2007 18:25:21 -0400</pubDate>

        

        <jf:creationDate>Fri, 11 May 2007 18:25:21 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 11 May 2007 18:25:21 -0400</jf:modificationDate>
        <jf:date>May 11, 2007</jf:date>
        <jf:author>Christopher Ehlen</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Good white paper, minor correction</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29476</link>

        

        
            <description><![CDATA[Oh, and I'm using Tomcat 5.5]]></description>
        

        <pubDate>Sun, 20 Feb 2005 02:06:02 -0500</pubDate>

        

        <jf:creationDate>Sun, 20 Feb 2005 02:06:02 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 20 Feb 2005 02:06:02 -0500</jf:modificationDate>
        <jf:date>Feb 20, 2005</jf:date>
        <jf:author>hugh winkler</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Good white paper, minor correction</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29476</link>

        

        
            <description><![CDATA[<blockquote>I now have a full whitepaper on setting everything up here:<a href="http://www.microdeveloper.com/html/JNDI_Orcl_Tomcat.html" target="_blank">Tomcat JNDI - Oracle JDBC Connection Pooling How-To</a></blockquote><br>Gregg, <br><br>Great white...]]></description>
        

        <pubDate>Sun, 20 Feb 2005 00:31:58 -0500</pubDate>

        

        <jf:creationDate>Sun, 20 Feb 2005 00:31:58 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 20 Feb 2005 00:31:58 -0500</jf:modificationDate>
        <jf:date>Feb 20, 2005</jf:date>
        <jf:author>hugh winkler</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Per-User Database Connection Pooling?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29476</link>

        

        
            <description><![CDATA[Yes, you need to specify the correct factory and driver however.  The Tomcat default driver will not work with the Oracle JDBC driver, you must use the class in the Oracle driver that will override the default javax.sql...]]></description>
        

        <pubDate>Fri, 21 Jan 2005 15:37:55 -0500</pubDate>

        

        <jf:creationDate>Fri, 21 Jan 2005 15:37:55 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 21 Jan 2005 15:37:55 -0500</jf:modificationDate>
        <jf:date>Jan 21, 2005</jf:date>
        <jf:author>Gregg Lagnese</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Per-User Database Connection Pooling?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29476</link>

        

        
            <description><![CDATA[Chris -<br>It's been a long time, but you might check into using Oracle's identity server for user auth as it applies your VPD contexts to the user.  Also, Oracle has a conn pool that you can implement in Tomcat rather than using theirs.  I haven't tried...]]></description>
        

        <pubDate>Thu, 21 Oct 2004 13:18:50 -0400</pubDate>

        

        <jf:creationDate>Thu, 21 Oct 2004 13:18:50 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 21 Oct 2004 13:18:50 -0400</jf:modificationDate>
        <jf:date>Oct 21, 2004</jf:date>
        <jf:author>Jon L Schuck</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Per-User Database Connection Pooling?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29476</link>

        

        
            <description><![CDATA[To give some more details on the BasicDataSource failures:<br><br>When calling getConnection(username, password) I get the following exceptions thrown:<br><br>org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (invalid...]]></description>
        

        <pubDate>Mon, 18 Oct 2004 05:24:42 -0400</pubDate>

        

        <jf:creationDate>Mon, 18 Oct 2004 05:24:42 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 18 Oct 2004 05:24:42 -0400</jf:modificationDate>
        <jf:date>Oct 18, 2004</jf:date>
        <jf:author>Chris Nappin</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Per-User Database Connection Pooling?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29476</link>

        

        
            <description><![CDATA[Has anyone managed to get per-user database connection pooling to work with Tomcat and the Oracle 9.2.0 JDBC driver? My application requires per-user database authentication (we're using Oracle VPD) so the usual sharing of one database user is not an...]]></description>
        

        <pubDate>Fri, 15 Oct 2004 09:11:07 -0400</pubDate>

        

        <jf:creationDate>Fri, 15 Oct 2004 09:11:07 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 15 Oct 2004 09:11:07 -0400</jf:modificationDate>
        <jf:date>Oct 15, 2004</jf:date>
        <jf:author>Chris Nappin</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>



</channel>
</rss>

