check for apply Oracle JVM or not in 11.2.0.4 database
Hi all:
I'm confused. According to [Doc ID 1929745.1], it is recommended to applying the latest OJVM PSU patch to ALL databases that have Oracle JavaVM present in the database. We run the command to check our database:
SQL>SELECT comp_id, comp_name, version, status FROM dba_registry WHERE comp_id='JAVAVM';
screen output is:
COMP_ID COMP_NAME Version STATUS
------------- --------------------- --------------------------- -----------------------------
JAVAVM JServer JAVA Virtual Machine 11.2.0.4.0 VALID
1. Is "Jserver JAVA Virtual Machine" the same as "OJVM"? Do we have Oracle JVM in our database?
2. Do we need to apply OJVM when apply Critical Patch Jan 2015 at our database version=11.2.0.4.0? it is combo patch p20132517_112040_aix64' that gives 19854503, 19877440 after unzip it, so should we apply both or can skip 19877440?