如何在 Oracle 11g 11.2.0.1 中升级 java 版本
我的oracle数据库的java版本是1.5.0_10.我如何将其升级到 java 1.7.0_10
The java version of my oracle database is 1.5.0_10. How do I upgrade it to java 1.7.0_10
谢谢
推荐答案
这不可能;Oracle 提供特定版本的 Java 和特定版本的 DBMS,专门修改为在 DBMS内"运行.它只能由 Oracle 作为 DBMS 的新版本或补丁版本的一部分进行升级.
It's not possible; Oracle supplies a certain version of Java with a certain version of the DBMS, specially modified to run "within" the DBMS. It can only be upgraded by Oracle as part of a new version or a patch release of the DBMS.
例如参见此讨论:https://forums.oracle.com/论坛/thread.jspa?threadID=2300779
相关文章