List of Java Objects Introduced by INITJVM.SQL in Version 12.1
(Doc ID 1602650.1)
Last updated on APRIL 27, 2023
Applies to:
Oracle Database Exadata Express Cloud Service - Version N/A and laterOracle Database Cloud Service - Version N/A and later
Oracle Database - Enterprise Edition - Version 12.1.0.1 to 12.1.0.1 [Release 12.1]
Oracle Database Cloud Schema Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Information in this document applies to any platform.
Purpose
List of the java objects introduced by the 12.1 version of the INITJVM.SQL script. This would be considered the list of core jvm java objects owned by SYS.
Scope
This list can be used in the event that a problem occurs with a java class or set of java classes to determine whether the classes are part of the core JVM or from another source. In addition this information can be used to determine the most appropriate method of replacing the classes.
The core JVM in 12.1 should consist of approximately 29211 java objects but this value may differ slightly on different platforms and versions. The objects consist of 4 different object types as detailed below:
COUNT(*) OBJECT_TYPE
---------- -----------------------
317 JAVA DATA
921 JAVA RESOURCE
27971 JAVA CLASS
2 JAVA SOURCE
In order to determine which object_type a particular object is the following select statement can be used:
OBJECT_TYPE
-------------------
JAVA CLASS
Details
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Purpose |
Scope |
Details |
References |