Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: OCCI Connection Pool on Oracle RAC

Re: OCCI Connection Pool on Oracle RAC

From: <jose_luis_fdez_diaz_news_at_yahoo.es>
Date: 5 Oct 2005 23:52:30 -0700
Message-ID: <1128581550.438265.156560@g47g2000cwa.googlegroups.com>

I am using a Connection Pool. It seems that this code doesn't work with it as is explained below:

"Sorry, the above works only for normal connections and StatelessConnectionPool only, till 10.1.0.4. TAF does not work for Connection pools (in OCI and OCCI) till 10.1.0.4. It is supported only from 10.2 onwards. I hope that is clear.

For ConnectionPools, if the instance goes down and you get and exception, you can terminate that connection and try for a new one. The bad ones go off the pool as you terminate them and new good ones get created as you ask for more and all the bad ones have gone off the pool. You don't have to terminate the pool."

Regards,
Jose Luis. Received on Thu Oct 06 2005 - 01:52:30 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US