Oracle 11gR1
V$BUFFER_POOL
displays information about all buffer pools available for the instance.
Column | Datatype | Description |
|
| Buffer pool identifier number |
|
| Name of the buffer pool: · · · Note: Currently, |
|
| Block size (in bytes) for buffers in this pool. Possible values: the standard block size, the power of 2 non-standard block sizes, |
|
| Current state of the resize operation:
|
|
| Present size of the sub-cache (in megabytes) |
|
| Current instantaneous number of buffers |
|
| If a resize is in progress (state is not |
|
| If a resize is in progress, records new target size in terms of buffers. Otherwise, the value in this column is the same as the current number of buffers. |
|
| Previous buffer pool size. If the buffer pool has never been resized, the previous size is zero. |
|
| Previous number of buffers in the buffer pool. Value is zero if the buffer pool has never been resized. |
|
| Obsolete column |
|
| Obsolete column |
|
| Obsolete column |
|
| Obsolete column |
|
| Obsolete column |
Note:
1.
select * from V$BUFFER_POOL;
ID | NAME | BLOCK_ SIZE | RESIZE_ STATE | CURRENT_ SIZE | BUFFERS | TARGET_ SIZE | TARGET_ BUFFERS | PREV_ SIZE | PREV_ BUFFERS | LO_ BNUM | HI_ BNUM | LO_ SETID | HI_ SETID | SET_ COUNT |
3 | DEFAULT | 16384 | STATIC | 11904 | 745983 | 11904 | 748464 | 11712 | 736392 | 0 | 0 | 17 | 24 | 8 |
No comments:
Post a Comment