Will there be any impact on existing Oracle Database if we upgrade the server JDK/JRE versions in Linux?
1 Answer 1
Oracle Database ships with its own JDK, it does not use the JDK you install on Linux.
So you can upgrade that without any impact.
answered Dec 10, 2017 at 9:24
lang-sql