Originally posted by ovidius As I know, in Oracle 9i you do NOT tune the latches.
In Oracle 7,8,8i this parameter has name db_block_lru_latches
In Oracle 9i --> _db_block_lru_latches
Default value of this parameter(s) is #CPU/2
Max value for db_block_lru_latches is:
Oracle 7 --> 2*#CPU
Oracle 8,8i --> 6*#CPU
I don't sure about 9i (_db_block_lru_latches) but probably max vallue more then
6*#CPU
--------------------------------------------------
Addition (indirect) method for setup # of lru latches in 9i (8i):
Originally posted by ovidius As I know, in Oracle 9i you do NOT tune the latches.
In Oracle 7,8,8i this parameter has name db_block_lru_latches
In Oracle 9i --> _db_block_lru_latches
Default value of this parameter(s) is #CPU/2
Max value for db_block_lru_latches is:
Oracle 7 --> 2*#CPU
Oracle 8,8i --> 6*#CPU
I don't sure about 9i (_db_block_lru_latches) but probably max vallue more then
6*#CPU
--------------------------------------------------
Addition (indirect) method for setup # of lru latches in 9i (8i):
Bookmarks