Search code examples
javadatabaseconnection-poolingapache-commons-dbcp

How to use connection pool in jdbc with oracle database?


I am using jdbc to write a java desktop application, and this application will connect to oracle database.
is the DBCP library still work ? How can I configure a datasource in java desktop application ? is there any sample code for this ?
Thanks in advance !


Solution

  • You can use the connection pool that is built into the Oracle driver. So you don't need to have a dependency to a 3rd party library.

    For details see the JDBC Programmer's Guide it contains examples as well:

    http://download.oracle.com/docs/cd/B28359_01/java.111/b31224/concache.htm#CDEGABII