문제

We're currently using ojdbc14.jar, should we be using ojdbc6.jar ?

Update: Oracle 10g being used

도움이 되었습니까?

해결책

If you're working with java6, you can (and should) use ojdbc6.jar if it is compatible with your database.


Resources :

다른 팁

Short answer - yes, you should.

Long answer - look at compatibility tables in Oracle JDBC FAQ:

For JDK 1.6 and Oracle 10g best option is o

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top