Re: [JBoss-user] Re: Oracle Connection Pool Setup

2001-07-12 Thread danch (Dan Christopherson)
[EMAIL PROTECTED] wrote: > > // the Pool maintained by theserver. > InitialContext ic = new InitialContext(); > DataSource ds = (DataSource)ic.lookup("java:jdbc/DBName"); For portability, you should use an ENC name here ("java:comp/env/jdbc/DBName"), but that

[JBoss-user] Re: Oracle Connection Pool Setup

2001-07-12 Thread tim . haley
Vinay, If I understand correctly; you are successfully using DB connections directly from your beans to access the Oracle database, and you want to change that to use a connection Pool set up by JBoss. If that is the case, then you already have your Oracle thin/OCI driver set up and working cor