Not sure what you mean by platform Independence here but OCI driver is just a type two? JDBC driver that provide superior performance. You will have to install an oracle client into your system but this shouldn't be a big deal is it ?
We have developed some financial app two years ago and we settled on using that native driver after couple of performance tests ... as far as I can remember, it was also necessary if you have oracle stored procedure and packages that might need recompilations while the web app is running ... if you use the pure java connection pooling, the pooled connections are no longer valid and you will have to restart the server or figure out away to get rid of all connections in the pool. Regards, Youssef On Mon, Nov 24, 2008 at 6:30 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Youssef Mohammed [mailto:[EMAIL PROTECTED] > > Subject: Re: failure notice > > > > It is highly advisable to use the native OCI drivers > > I think you'll find tons of disagreement with that. Sticking with the pure > Java drivers is much less trouble and preserves platform independence. > > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL and is thus for use only by the intended recipient. If you received > this in error, please contact the sender and delete the e-mail and its > attachments from all computers. > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >