JVM uninstall / install
Hi,
I have got one requirement to uninstall Oracle JVM from all databases, first we wanted to do on one database. if worst case any issues and user complains, then I should be able to install it back again as earlier.
Any suggestions ? like pre checks, post checks etc...
we have multiple databases running on different versions 11.2.0.1, 11.2.0.4 and 12.1.0.2
very few databases has multi tenant enabled.
all java objects are under SYS schema so what I believe is when we uninstall JVM all the objects gets removed from SYS schema.
however, I do see some JAVA CLASS objects under MDSYS, ORDSYS schemas as well.. Are they impacted when I do uninstall JVM ?