Oracle Memory Management Question:

What is Database Buffers?

Memory Management Interview Question
Memory Management Interview Question

Answer:

Database buffers are cache in the SGA used to hold the data blocks that are read from the data segments in the database such as tables, indexes and clusters DB_BLOCK_BUFFERS parameter in INIT.ORA decides the size.


Previous QuestionNext Question
What are the factors causing the reparsing of SQL statements in SGA?What is dictionary cache?