ojdbc14.jar for Oracle 12c 支持吗?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/26737840/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 02:36:05  来源:igfitidea点击:

ojdbc14.jar for Oracle 12c supported?

javaoracleoracle12c

提问by Jothi

We have application developed in portlet Factory 5.1 which is using Oracle 9i. we are using ojdbc14.jar for that. we are upgrading the Oracle from 9i to 12c. is this ojdbc.jar supported for Oracle 12c as well? i believe it is compatible. Any Idea?

我们在使用 Oracle 9i 的 portlet Factory 5.1 中开发了应用程序。我们为此使用 ojdbc14.jar。我们正在将 Oracle 从 9i 升级到 12c。Oracle 12c 也支持这个 ojdbc.jar 吗?我相信它是兼容的。任何的想法?

回答by Santhosh

It is better to use the ojdbc7.jaras oracle suggest it in their supports list.

最好使用ojdbc7.jaroracle 在他们的支持列表中建议它。

Also the jar version corresponds to the jdbcversion that your j2ee comprises of . So i guess you wont be having any issues with the database upgrade.

此外,jar 版本对应于jdbc您的 j2ee 包含的版本。所以我想你不会有任何数据库升级的问题。

But remember you may get the support for only ojdbc7.jaron using 12c Release, it is better to upgrade it!

但请记住,您可能只会ojdbc7.jar在使用时获得支持12c Release,最好升级它!