Oracle database and connection pooling

2001-02-01 Thread Danut Prisacaru
Hi, I am new to EJBs so I apologize if my question sounds silly. I am trying to configure Orion to use Oracle 8 and pooled connections. This is how my data-source looks like: data-source class="com.evermind.sql.ConnectionDataSource" ejb-location="jdbc/MyApollo"

Re: Oracle database and connection pooling

2001-02-01 Thread jbirchfield
cc: owner-orion-interest@orionSubject: Oracle database and connection pooling

RE: Oracle database and connection pooling

2001-02-01 Thread Madrid, Christopher P (US - Austin)
Title: RE: Oracle database and connection pooling Try using com.evermind.sql.DriverManagerDataSource as your datasource class and set your max-connections. Look it up using your ejb-location and setting it to the standard DataSource interface. Orion will pool the connection automatically