Skip to Main Content

Java User Groups

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Upgrade or remove java components installed in $ORACLE_HOME

user3954650Mar 13 2018 — edited Mar 14 2018

Is it possible to upgrade or remove the java components installed in $ORACLE_HOME (j2ee, javavm, jdbc, jdev, jdk, jlib)? Our security department is pushing to have all occurrences of java either upgraded to java 8 or removed, if not in use. For this particular database, ojvm is not installed. The version installed with 11.2.0.4 is java 5.

./java -version

java version "1.5.0_51"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_51-b10)

Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_51-b10, mixed mode)

Comments

Post Details

Added on Mar 13 2018
2 comments
637 views