During a PSU check I saw a list of patches that are recommended. I saw a list that has JVM and the DB bundled. I wasn't sure what this was and which one I should apply. After some digging around I understood that I could check whether I had JVM installed on the database although now I understand that with EBS it will probably be used by the database. This quick and dirty SQL will give you a list of components loaded into the database. One of which will be JServer JAVA Virtual Machine Release XXXXXXX. If its not there you probably don't have it installed.
SQL> set pages 100
SQL> select * from all_registry_banners;
BANNER
--------------------------------------------------------------------------------
Oracle Database Catalog Views Release 11.2.0.4.0 - 64bit Production
Oracle Database Packages and Types Release 11.2.0.4.0 - Development
JServer JAVA Virtual Machine Release 11.2.0.4.0 - Development
Oracle XDK Release 11.2.0.4.0 - Development
Oracle Database Java Packages Release 11.2.0.4.0 - Development
Oracle Expression Filter Release 11.2.0.4.0 - Development
Oracle XML Database Release 11.2.0.4.0 - Development
Oracle Multimedia Release 11.2.0.4.0 - Development
Spatial Release 11.2.0.4.0 - Development
OLAP Analytic Workspace Release 11.2.0.4.0 - Development
Oracle OLAP API Release 11.2.0.4.0 - Development
OLAP Catalog Release 11.2.0.4.0 - Development
Oracle Data Mining Release 11.2.0.4.0 - Development
Oracle Text Release 11.2.0.4.0 - Development
Oracle Application Express Release 4.0.2.00.07 - Production
Oracle Enterprise Manager Release 11.2.0.4.0 - Development
References:
Comments
Post a Comment