Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: WebLogic, Oracle JDBC related
Confirmed.
If you think about it, logically it doesn't makes sense as TAF is configured in the tnsnames configuration file. There is no such file with the thin driver. Although the thin driver can appear to be faster for simple, short queries, the thick driver has serious advantages. For example, the thick driver was used in the recent screaming benchmarks for Oracle iAS.
Regards,
Michael Sale
Author: Oracle9i for Windows(R) 2000 Tips & Techniques
http://www.amazon.com/exec/obidos/ASIN/0072194626
-----Original Message-----
Gerardo
Sent: Friday, June 28, 2002 2:19 PM
To: Multiple recipients of list ORACLE-L
I've also heard that thick driver is required for TAF (Transparent Application Failover). Can someone confirm or refute this?
Thanks,
Gerardo
-----Original Message-----
Sent: Friday, June 28, 2002 12:49 PM
To: Multiple recipients of list ORACLE-L
The pure java thin driver is supposed to be faster because it does not incur a context switch between the oci and java, while the thick driver has better lob support.
JDBC 3.0 is supposed to have improved lob support as well as pooling, but I don't believe the weblogic server can take advantage of it yet...
Suzy Vordos wrote:
> IIRC, the WebLogic server startup script contains the path/filename of
> which weblogic.properties file that is used, and it's passed as a > command-line argument. > > At a previous job, one application we had used two properties files > (Tim's gonna like this one :). One was weblogic.properties config'd > with connection pooling and JDBC Thin. The other was > application.properties, no connection pooling and JDBC OCI. The > developer's reason? JDBC OCI was used to work with LOBs, and all > other database calls used JDBC Thin. It never made sense to me, but > then I'm not a Java developer either. > > "Deshpande, Kirti" wrote: >
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Warren Lindsey INET: wlindsey_at_ponvia.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Molina, Gerardo INET: Gerardo.Molina_at_schwab.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Michael P Sale INET: Michael.Sale_at_oracle.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Jun 28 2002 - 17:33:21 CDT