Question: What is a buffer pin, and
what does the buffer is pined count mean in an AWR
report? I have over 83,000 buffer is pinned count
per second and I don't know if I should be concerned.
Statistic
Total per Second
per Trans
-------------------------------- ------------------
-------------- -------------
buffer is not pinned count
63,687,417
17,589.5
249.8
buffer
is pinned count
300,751,787
83,063.1
1,179.8
Answer:
A buffer pin is like a latch (cache buffer chains), and the
buffer is pinned count defines a estimate of the efficiency
of rare re-visits to the same data buffer block. In plain English,
a session may "pin" a handle to a data block to re-visit the
data block at a later time without having to perform a second logical read.
Oracle does not always pin a buffer block, and these
types of non-latched reads are recorded as "consistent gets
- examination" and "buffer is not pinned count" in the AWR report. See my notes on
consistent gets.
Oracle has several hidden parameters that define the buffer
pin operations:
_buffer_handles_cached:
This defines the total number of concurrent pins allowed and
the default is 5.
_db_handles:
This
is he total number of "pins" that can be reserved by any
database session.
These are hidden and undocumented parameters and should only
be changed with the permission of MOSC.
|
|
|
Oracle Training from Don Burleson
The best on site
"Oracle
training classes" are just a phone call away! You can get personalized Oracle training by Donald Burleson, right at your shop!

|
|
|
|
|
Burleson is the American Team

Note:
This Oracle
documentation was created as a support and Oracle training reference for use by our
DBA performance tuning consulting professionals.
Feel free to ask questions on our
Oracle forum.
Verify
experience!
Anyone
considering using the services of an Oracle support expert should
independently investigate their credentials and experience, and not rely on
advertisements and self-proclaimed expertise. All legitimate Oracle experts
publish
their Oracle
qualifications.
Errata?
Oracle technology is changing and we
strive to update our BC Oracle support information. If you find an error
or have a suggestion for improving our content, we would appreciate your
feedback. Just
e-mail:
and include the URL for the page.
Copyright © 1996 - 2020
All rights reserved by
Burleson
Oracle ®
is the registered trademark of Oracle Corporation.
|
|