5.362 DBA_HIST_JAVA_POOL_ADVICE
DBA_HIST_JAVA_POOL_ADVICE
displays historical information about estimated parse time in the Java pool for different pool sizes.
This view contains snapshots of V$JAVA_POOL_ADVICE
.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Unique snapshot ID |
|
|
|
Database ID for the snapshot |
|
|
|
Instance number for the snapshot |
|
|
|
Java pool size for the estimate (in megabytes) |
|
|
|
Size factor with respect to the current Java pool size |
|
|
|
Estimated memory in use by the library cache (in megabytes) |
|
|
|
Estimated number of library cache memory objects in the Java pool of the specified size |
|
|
|
Estimated elapsed parse time saved (in seconds), owing to library cache memory objects being found in a Java pool of the specified size. This is the time that would have been spent in reloading the required objects in the Java pool had they been aged out due to insufficient amount of available free memory. |
|
|
|
Estimated parse time saved factor with respect to the current Java pool size |
|
|
|
Estimated elapsed time (in seconds) for parsing in a Java pool of the specified size. |
|
|
|
Estimated load time factor with respect to the current Java pool size |
|
|
|
Estimated number of times a library cache memory object was found in a Java pool of the specified size |
|
|
|
The database ID of the PDB for the sampled session |
|
|
|
T.he ID of the container that
|
See Also: