Oracle 12.2 JDK / JRE Version
What version of Java will I get in the Oracle Home when I install RDBMS 12.2 on LINUX? I am trying to meet a requirement to have a currently supported version of Java, and currently I am using Oracle 11.2.0.4 which has Java 1.5.0_51 in the Oracle Home.
Run this command to determine the answer:
$ORACLE_HOME/jdk/jre/bin/java -version
Thanks.