Oracle JavaVM mitigation patch 19721304 invalidating SYS objects when enabled
Hello,
Whenever I run exec dbms_java_dev.disable, it invalidates SYS objects in our database.
I can not recompile them, because the the mitigation patch is activated.
If I run exec dbms_java_dev.enable, I can compile the objects, but as soon as I do the disable, it invalidates them again.
My understand was that in cases where java objects need to be created, the solution is to enable, create, and then disable. However, I suspect that would be a problem with objects going invalid.
Has anybody else experienced this issue, and were you able to keep these objects valid after enabling the the mitigation patch?