InterviewSolution
Saved Bookmarks
| 1. |
What Are Database Buffers? |
|
Answer» It is the portion of the System GLOBAL AREA that holds copies of data blocks read from datafiles. All user PROCESSES are connected to the instance CONCURRENTLY and share access to the DATABASE buffer cache. It is the portion of the System Global Area that holds copies of data blocks read from datafiles. All user processes are connected to the instance concurrently and share access to the database buffer cache. |
|