Answered Questions

  • What do Database Buffers contain ?

    Database buffers store the most recently used blocks of database data. It can also contain modified data that has not yet been permanently written to disk.

    NAGARAJ OCP

    • Dec 27th, 2011

    Database Buffer cache has four states: Pinned: multiple sessions are kept from wirting to same block @ same time. Other session waits to access these blocks Clean : Now the session is unpinned ...

    saihaan

    • Jul 2nd, 2009

    Database buffers consists of the dirty blocks. When ever we are trying to update some table/etc. First it verifies whether the data exists in database buffer , If not it fetches the information from d...