Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Which JDBC driver should I use to connect Oracle 10G from Weblogic 10.3. I am presently using Weblogic's oracle driver in development . Can I use it in production environment ?

share|improve this question

2 Answers

Use the Oracle Thin Driver if possible.

share|improve this answer

The thin / type IV drivers using Oracle's DB drivers over the WebLogic-Oracle ones. It's best practice to link to your ojdbc6.jar in your CLASSPATH and ensuring it's the latest and greatest.

All of these drivers are battle-tested in production environments.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.