|
原帖由 Yong Huang 于 2009-2-24 05:05 发表 ![]()
You probably meant 'kcbfsp' I caunder kvittag column of x$kvit. The description is "Max percentage of LRU list foreground can scan for free". This entry does not exist in 8i database. On the 9i, 10g and 11g databases n access, its value is 40.
Yong Huang
SQL> select * from v$version where rownum<2;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
SQL> select kvittag,kvitval,kvitdsc from x$kvit;
KVITTAG KVITVAL
---------------------------------------------------------------- ----------
KVITDSC
----------------------------------------------------------------
ksbcpu 4
number of logical CPUs in the system used by Oracle
kcbldq 25
large dirty queue if kcbclw reaches this
kcbfsp 40
Max percentage of LRU list foreground can scan for free
kcbcln 2
Initial percentage of LRU list to keep clean
kcbnbf 750
number buffer objects
kcbwst 0
Flag that indicates recovery or db suspension
kcteln 0
Error Log Number for thread open |
|