The database buffer cache is part of SGA that holds a copies of data blocks that are read from data files.This cache is managed by LRU (Last recently used algoritm). The first time an Ora DB Server process needs for some portion of data it tries to find them in the Data buffer cashe. If data are there Ora Process reads blocks from memory.
Комментариев нет:
Отправить комментарий