Oracle 视图 V$MEMORY_RESIZE_OPS 官方解释,作用,如何使用详细说明
本站中文解释
Oracle 视图 V$MEMORY_RESIZE_OPS 显示内存管理器正在执行的操作详细信息,包括组件的增大,缩小,新分配和释放。它显示有关变量的状态,如操作预期的执行时间和结果,COMPONENT_SIZE(组件大小),以及TARGET_SIZE(目标大小)等。
使用 V$MEMORY_RESIZE_OPS 视图可以方便地查看内存管理器正在执行的操作,以及处于何种状态,便于查看内存分配情况。例如,可以使用下面的查询查看内存管理器正在执行的操作:SELECT * FROM V$MEMORY_RESIZE_OPS;
官方英文解释
V$MEMORY_RESIZE_OPS
displays information about the last 800 completed memory resize operations (both automatic and manual). This does not include in-progress operations. All sizes are expressed in bytes.
Column | Datatype | Description |
---|---|---|
|
|
Component name |
|
|
Operation type:
|
|
|
Operation mode:
|
|
|
Name of the parameter for the resize operation |
|
|
Parameter value at the start of the operation |
|
|
Requested value of the parameter after the resize |
|
|
Real value of the parameter after the resize |
|
|
Completion status of the operation:
|
|
|
Start time of the operation |
|
|
End time of the operation |
|
|
The ID of the container to which the data pertains. Possible values include:
|