db_file_multiblock_read_count=0
540353Apr 6 2010 — edited Apr 7 2010Hi,
I am using oracle 11.1.0.6 in HP-UX. in that the db_file_multiblock_read_count was 128 then i changed to 0 by using
alter system set db_file_multiblock_read_count=0 scope=both; but if i checked using show parameter db_file_multiblock_read_count its showing as 128.
i need to set the db_file_multiblock_read_count parameter to 0 without restarting the DB. my db is in spfile.
Rgds