What "init.ora" parameters determine the number of bytes read at a time during a full table scan? Thanks
db_block_size - don't change, based on the block size you installed for the database db_file_multiblock_read_count - how many database blocks of db_block_size will be read in at one time
Jeff Hunter
Forum Rules