Patch Reviews - DB (MOSC)

MOSC Banner

do i have to apply recent CPU if JAVA VM is not active or installed?

edited Aug 26, 2018 5:09AM in Patch Reviews - DB (MOSC) 1 commentAnswered

I run the below to check if needed:

select NAME,VERSION,DETECTED_USAGES,DESCRIPTION from dba_feature_usage_statistics where name like '%Java%';

SELECT version, status FROM dba_registry WHERE comp_id='JAVAVM';

when no rows and not being used should i assume i can just follow normal PSU cycle and not push CPU patch ahead?

SQL> select NAME,VERSION,DETECTED_USAGES,DESCRIPTION from dba_feature_usage_statistics where name like '%Java%';

NAME
--------------------------------------------------------------------------------
VERSION                                             DETECTED_USAGES
--------------------------------------------------- ---------------
DESCRIPTION
--------------------------------------------------------------------------------
Oracle Java Virtual Machine (user)
12.1.0.2.0                                                        0
OJVM has been used by at least one non-system user

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center