Skip to Main Content

Java User Groups

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
277 views