Doing a Java/javac -version reports different than a SELECT dbms_java.get_jdk_version JDK_Version
When I run a java / javac version it reports 1.8.0.445… but when I do a
SELECT dbms_java.get_jdk_version JDK_Version FROM dual;
it reports 1.8.0_441
I only have one java installed on the system in the $ORACLE_HOME/jdk
I have run datapatch… and there are no errors.
What am i doing wrong?
I installed the JDK from patch (https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=195747193372753&id=2584628.1&_afrWindowMode=0&_adf.ctrl-state=jx78xa97n_106)
I also downloaded JRE JDK and moved the file into the JDK folder… I also made sure to:
chmod -R 755 $ORACLE_HOME/jdk
I am really confused how that is possible to get different versions….