Oracle 视图 DBA_HIST_SHARED_POOL_ADVICE 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图DBA_HIST_SHARED_POOL_ADVICE表示开启Automatic Workload Repository(AWR)报告时,检查共享池中的性能情况。AWR生成给定时间范围内的报告,包括建议共享池大小,老化和回收情况,缓存命中率和孤立元件的比率。
使用DBA_HIST_SHARED_POOL_ADVICE视图,可以审计调整共享池大小的建议,对每个提供的建议进行详细的审计,并仔细查看在实施前和实施后,共享池缓存命中率是否有所改善。
官方英文解释
DBA_HIST_SHARED_POOL_ADVICE
displays historical information about estimated parse time in the shared pool for different pool sizes.
This view contains snapshots of V$SHARED_POOL_ADVICE
.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Unique snapshot ID |
|
|
|
Database ID for the snapshot |
|
|
|
Instance number for the snapshot |
|
|
|
Shared pool size for the estimate (in megabytes) |
|
|
Size factor with respect to the current shared pool size |
|
|
|
Estimated memory in use by the library cache (in megabytes) |
|
|
|
Estimated number of library cache memory objects in the shared pool of the specified size |
|
|
|
Estimated elapsed parse time saved (in seconds), owing to library cache memory objects being found in a shared pool of the specified size. This is the time that would have been spent in reloading the required objects in the shared pool had they been aged out due to insufficient amount of available free memory. |
|
|
|
Estimated parse time saved factor with respect to the current shared pool size |
|
|
|
Estimated elapsed time (in seconds) for parsing in a shared pool of the specified size. |
|
|
|
Estimated load time factor with respect to the current shared pool size |
|
|
|
Estimated number of times a library cache memory object was found in a shared pool of the specified size |
|
|
|
The database ID of the PDB for the sampled session |
|
|
|
The ID of the container that
|
See Also:
“V$SHARED_POOL_ADVICE”