Questions about commits and orion datasource connection pooling....

2002-05-21 Thread Keith Kwiatek
Hello, I have some jsp's that are using orion's connection pooling. When a jsp page opens the db connection (oracle) through the connection pool, is it dedicated to that particular jsp page? Another jsp couldn't issue a commit or rollback and somehome impact another jsp's transactions, correct

RE: Questions about commits and orion datasource connection pooling....

2002-05-21 Thread Juan Pablo Lorandi
That's correct AFAIK, and applies to all connection pooling schemas(JDBC, ODBC, you name it) but on most recent versions, the driver will pool the connections itself, not Orion. Anyhow, you got most of it right, except that another jsp page instance may vote in a different connection. No sweat

RE: Anyone experience any problems with JDBC Oracle drivers and JDK 1.3.1 with connection pooling?

2001-07-27 Thread Jon Rue
: HyungKee Hwang [mailto:[EMAIL PROTECTED]]Sent: Thursday, July 26, 2001 5:45 PMTo: Orion-InterestSubject: RE: Anyone experience any problems with JDBC Oracle drivers and JDK 1.3.1 with connection pooling? Im using Oracle 8.1.7s JDBC driver (classes12) with JDK 1.3.0. And it seems

RE: Anyone experience any problems with JDBC Oracle drivers and JDK 1.3.1 with connection pooling?

2001-07-27 Thread Robert S. Sfeir
At 05:44 PM 7/26/2001, you wrote: I m using Oracle 8.1.7 s JDBC driver (classes12) with JDK 1.3.0. And it seems to have some problems to handle CLOB. But there has not been any problem except CLOB problem up to now. Interesting. No problems handling CLOBs here except when using a Type 1 or

RE: Anyone experience any problems with JDBC Oracle drivers and JDK 1.3.1 with connection pooling?

2001-07-27 Thread Eduardo Estefano
problems with JDBC Oracle drivers and JDK 1.3.1 with connection pooling? Im using Oracle 8.1.7s JDBC driver (classes12) with JDK 1.3.0. And it seems to have some problems to handle CLOB. But there has not been any problem except CLOB problem up to now. I heard from Oracle technical support

Anyone experience any problems with JDBC Oracle drivers and JDK 1.3.1 with connection pooling?

2001-07-26 Thread Duffey, Kevin
I have been trying to figure out why I can't connect to our Oracle database. We are running JDK 1.3.1 with Orion 1.5.2. We are using the jdbc.zip (I assume classes12.zip). I am reading on Oracle that Oracle 8.1.7 (and 8.1.5) only have JDBC drivers that support JDK 1.2.x. Does this mean

RE: Anyone experience any problems with JDBC Oracle drivers and JDK 1.3.1 with connection pooling?

2001-07-26 Thread APanagos
experience any problems with JDBC Oracle drivers and JDK 1.3.1 with connection pooling? I have been trying to figure out why I can't connect to our Oracle database. We are running JDK 1.3.1 with Orion 1.5.2. We are using the jdbc.zip (I assume classes12.zip). I am reading on Oracle

RE: Anyone experience any problems with JDBC Oracle drivers and JDK 1 .3.1 with connection pooling?

2001-07-26 Thread Kesav Kumar
with connection pooling? I have been trying to figure out why I can't connect to our Oracle database. We are running JDK 1.3.1 with Orion 1.5.2. We are using the jdbc.zip (I assume classes12.zip). I am reading on Oracle that Oracle 8.1.7 (and 8.1.5) only have JDBC drivers that support JDK

RE: Anyone experience any problems with JDBC Oracle drivers and JDK 1 .3.1 with connection pooling?

2001-07-26 Thread Simon Evans
Oracle drivers and JDK 1 .3.1 with connection pooling? I have been trying to figure out why I can't connect to our Oracle database. We are running JDK 1.3.1 with Orion 1.5.2. We are using the jdbc.zip (I assume classes12.zip). I am reading on Oracle that Oracle 8.1.7 (and 8.1.5) only

RE: Anyone experience any problems with JDBC Oracle drivers and JDK 1.3.1 with connection pooling?

2001-07-26 Thread HyungKee Hwang
. -HK -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Friday, July 27, 2001 6:30 AM To: Orion-Interest Subject: Anyone experience any problems with JDBC Oracle drivers and JDK 1.3.1 with connection pooling? I have

Re: Anyone experience any problems with JDBC Oracle drivers and J DK 1.3.1 with connection pooling?

2001-07-26 Thread Andrew Panagos
. Of course Oracle recommends to go to JDK 1.2.2. ap - Original Message - From: Duffey, Kevin To: Orion-Interest Sent: Thursday, July 26, 2001 6:32 PM Subject: RE: Anyone experience any problems with JDBC Oracle drivers and J DK 1.3.1 with connection pooling? Funny

Connection Pooling and Orion Hangs

2001-07-16 Thread Ozzie-Mailing Lists
Has anyone ran into a problem where Orion's connection pool does not return a connection until timeout? I am trying to call the datasource manager with 2 max connections and 30 clients. Each client does basic SQL calls and closes the connection. However, some of these clients get hung up in

RE: Connection Pooling in Orion

2001-05-07 Thread Andre Vanha
/HypersonicDS - cached: 0 used: 0 total: 0 jdbc/xa/EMD/MainXADS - cached: 2 used: 0 total: 2 jdbc/EDM/MainDS - cached: 2 used: 0 total: 2 -Original Message- From: Adrian Yau [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 7:43 PM To: Orion-Interest Subject: Connection Pooling in Orion

Re: JDBC connection pooling and ORION

2001-05-06 Thread Vic Cekvenich
Does the DB Connection pool shrink? Vic - Original Message - From: Frank LaRosa [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, April 25, 2001 10:17 PM Subject: Re: JDBC connection pooling and ORION Like a lot of things in Orion, this is not particularly well

Re: Connection Pooling in Orion

2001-05-05 Thread Robert Krueger
At 18:43 04.05.2001 , you wrote: I think I've correctly set up database connection pooling for my enterprise app. But how do I confirm that Orion is actually doing connection pooling for me? - look at your dbms logs (if your dbms provides such facilities) - enable tracing in your jdbc driver

Connection Pooling in Orion

2001-05-04 Thread Adrian Yau
I think I've correctly set up database connection pooling for my enterprise app. But how do I confirm that Orion is actually doing connection pooling for me? Thanks. __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http

Re: JMS Connection pooling

2001-04-29 Thread venkat
Hi, There is no facility in orion to setup connection pooling for JMS. JMS in orion uses flat file for persistence. If you need persistence for a queue, you have to declare it in jms.xml. I still find some problem using persistence and transaction in JMS with Orion server. Good luck to you

JMS Connection pooling

2001-04-27 Thread Kesav Kumar
Title: RE: Orion performance meassures ? Has any one tried to setup connection pooling for JMS? Is there any such facility in orion 1.4.7? Kesav Kumar Software Engineer Voquette, Inc. 650 356 3740 mailto:[EMAIL PROTECTED] http://www.voquette.com Voquette...Delivering Sound Information

JDBC connection pooling and ORION

2001-04-25 Thread Hao H Ngo
Can someone tell me how to get JDBC connection pooling to work? Maybe some examples? I can't find anything on connection pooling. I have successfully made a JDBC connection to postgres, but I would like to grab connections from a pool and release to that pool. Help?

Connection Pooling

2001-03-27 Thread Kesav Kumar
How to specify min number of connections and max number of connections in my data base connection pooling. I am using the following settings currently. data-source class="com.evermind.sql.DriverManagerDataSource" name="Oracle8" location="jdbc/Chal

RE: Connection Pooling

2001-03-27 Thread Gerald Gutierrez
Subject: Connection Pooling How to specify min number of connections and max number of connections in my data base connection pooling. I am using the following settings currently. data-source class="com.evermind.sql.DriverManagerDataSource" name="Oracle8" locat

RE: Connection Pooling

2001-03-27 Thread Taavi Tiirik
in my data base connection pooling. I am using the following settings currently. data-source class="com.evermind.sql.DriverManagerDataSource" name="Oracle8" location="jdbc/Challenger" connection-driver="oracle.jdbc.driver.OracleDriver" username=&qu

Re: connection pooling

2001-03-15 Thread James Halloran
You need to include pooled-location="jdbc/OraclePooledDS" and look up "jdbc/OraclePooledDS" in the EJB or servlet. From: Ugur Karakaya [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: connection pooling Date: Wed,

connection pooling

2001-03-14 Thread Ugur Karakaya
i explained datasource (data-source.xml) for oracle to use connection pooling with orion; data-source name="Oracle" location="jdbc/OracleCoreDS" xa-location

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

How do you tell if Orion is connection pooling?

2001-01-04 Thread Keith Kwiatek
Hello, I followed the orionsupport.com instructions on how to configure Orion for connection pool seems to work, but how do you verify Orion is pooling? I checked the logs. Keith

connection pooling

2000-12-12 Thread Greg Matthews
dear all, do requests for EJB UserTransaction objectsor db connections accessible through a Context get handled in a *queued* manner under orion?, or does it just notifyAll() the worker threads and let them fend for themselves? we're currently doing our own database connection pooling

Database connection pooling

2000-12-08 Thread Todd Mayfield
Hello, I have a couple questions about Orion and EJB in general. 1. Shouldn't the server pool database connections ? It is not. 2. If so, is there something we are missing in the configuration to allow this ? We have tried our own code and sample code found on www.orionsupport.com. This is the

RE: Database connection pooling

2000-12-08 Thread Juan Lorandi (Chile)
st Subject: Database connection pooling Hello, I have a couple questions about Orion and EJB in general. 1. Shouldn't the server pool database connections ? It is not. 2. If so, is there something we are missing in the configuration to allow this ? We have tried our own code and sample

Re: Database connection pooling

2000-12-08 Thread Joseph B. Ottinger
On Fri, 8 Dec 2000, Todd Mayfield wrote: Hello, I have a couple questions about Orion and EJB in general. 1. Shouldn't the server pool database connections ? It is not. Ah so! But it does. :) 2. If so, is there something we are missing in the configuration to allow this ? We have

Connection Pooling

2000-10-16 Thread Amir Peivandi
Title: RE: Deleting cookies with Orion Hi, I need to use connection pooling in one of my EJB objects and I don't want to use any Orion specific code so I can move the EJB from Orion to other application servers it works again. I was reading the Orion mailing list and I couldn't find

Re: Connection Pooling

2000-10-16 Thread Robert Krueger
that's what the datasource absraction hides from you. what else do you need? any EJB 1.1 example will do. there are lots of books ou there (a free one at www.theserverside.com) robert At 14:19 16.10.00 , you wrote: Hi, I need to use connection pooling in one of my EJB objects and I don't

RE: Connection Pooling

2000-10-16 Thread Duffey, Kevin
Title: RE: Deleting cookies with Orion As far as I know, you will want to use DataSources, JDBC 2.0 and what not..they are standard to J2EE, so they should allow it to work. I know Connection Pooling is not Orion specific (in that it implements the J2EE standard for connection pooling). Its

Data Source, Connection Pooling

2000-09-14 Thread DMoy
Hello All, Could some one please explain the data-sources.xml file/usage other then the rudimentary documentation on the web site. For instance, how does one setup a connection pool? Is it enough to use the example and point your data source object to the JNDI location specified in the

Database connection Pooling in Orion

2000-09-06 Thread Vimal Kansal
Hi, Can somebody explain to me how does Database connection pooling stuff work in Orion. I don't see any parameters in datasources.xml file where I can specify things like min connections, max connections etc. Vimal __ Do You Yahoo!? Yahoo! Mail

RE: Database connection Pooling in Orion

2000-09-06 Thread Rick Bos
There is a max-connections attribute to the data-source in: http://www.orionserver.com/dtds/data-sources.dtd -Original Message- From: Vimal Kansal [SMTP:[EMAIL PROTECTED]] Sent: September 6, 2000 12:50 PM To: Orion-Interest Subject: Database connection Pooling in Orion Hi

RE: Database connection Pooling in Orion

2000-09-06 Thread Vimal Kansal
://www.orionserver.com/dtds/data-sources.dtd -Original Message- From: Vimal Kansal [SMTP:[EMAIL PROTECTED]] Sent: September 6, 2000 12:50 PM To: Orion-Interest Subject:Database connection Pooling in Orion Hi, Can somebody explain to me how does Database connection

Connection Pooling causes casting exception when using oracle sql objects

2000-08-25 Thread Peter Dunn
When I submit the connection to an oracle method I get a class cast exception. The object returned from DataSource.getConnection() is an com.evermind.sql.ai object. Unfortunately oracle requires an oracle.jdbc.driver.OracleConnection. com.evermind.sql.ai has to be storing an instance of the

RE: webapp design: how to handle connection pooling

2000-08-10 Thread Kit Cragin
This is VERY slow, and in some tests its 100's of times slower than implementing a connection pool. For the original sender (and Conrad if you are not aware of this), there are two methods I would choose over the others above. The first is connection pooling. Servlets in the same web app

RE: webapp design: how to handle connection pooling

2000-08-10 Thread J.T. Wenting
Option 2 is better when you are dealing with application servers, especialy with Orion. Orion has a very easy built-in connection pooling capability. When you suggest this method, I assume you are talking about an Orion specific mechanism correct? This is convenient if Orion is the only

RE: webapp design: how to handle connection pooling

2000-08-10 Thread J.T. Wenting
pooling Hi everybody, thank you for your responses! i forgot to say that i am already using orion's connection pooling capability (i never thought i would give up my old connection pooling package, but orion made it possible ;=) the reason why i wrote the original message to this list

Re: webapp design: how to handle connection pooling

2000-08-10 Thread Dave Smith
Connections obtained through a datasource ar closed to indicate that they are available for re-use. The actual underlying connection to the database is not closed. Joe Peer wrote: Hi everybody, thank you for your responses! i forgot to say that i am already using orion's connection pooling

webapp design: how to handle connection pooling

2000-08-09 Thread Joe Peer
hi everybody, i have a design question: how should i manage (pooled) database connections in my web app? i found different hints from different sources... * some people say, it's best practice to put 1 connection into 1 user's http session and use it for all requests of that user * other

Re: webapp design: how to handle connection pooling

2000-08-09 Thread Subrahmanyam Allamaraju
they need/want to who is right? or, how do you handle it? This is also resource hungry. The suggested approach is to setup Orion for connection pooling, and get connections using the datasource as usual. Subbu = __ Do You Yahoo!? Kick off your

RE: webapp design: how to handle connection pooling

2000-08-09 Thread Conrad Chan
is expensive unless there is a connection pooling mechanism in place. Conrad

RE: webapp design: how to handle connection pooling

2000-08-09 Thread Keven Duffey
ways. * again other people argue that they don't care at all about reusing connection, they just open and close them when they need/want to I would not like this idea since opening a database connection is expensive unless there is a connection pooling mechanism in place. This is VERY slow

Re: BMP connection pooling

2000-06-15 Thread KirkYarina
, Karl Avedal KirkYarina wrote: I'm running a series of performance tests as both a learning tool and to assist our chief designer, and am converting our test suite from CMP to BMP. I'm confused about how Orion manages jdbc connection pooling. The mail archive discussion I found

BMP connection pooling

2000-06-14 Thread KirkYarina
I'm running a series of performance tests as both a learning tool and to assist our chief designer, and am converting our test suite from CMP to BMP. I'm confused about how Orion manages jdbc connection pooling. The mail archive discussion I found , from last November, is adding to the fog

Re: BMP connection pooling

2000-06-14 Thread Karl Avedal
CMP to BMP. I'm confused about how Orion manages jdbc connection pooling. The mail archive discussion I found , from last November, is adding to the fog The following snippet from data-sources.xml would suggest that it's possible to obtain either a pooled or non-pooled connection by using