What is Database Buffers ?

Answer Posted / ankur akash

'Database buffer cache' is a part of SGA [Shared Global
Area] architecture.

The default parameter is db_buffer_Cache
Starting from Oracle 10G DB, to determine database buffer
size, the parameter is, db_nk_buffer_Cache
where n=2,4,8,16,32 [8k is the default one].

Database buffer cache is a virtual passage where data is
inserted from 'Most recently used' and will move forward in
the queue towards the 'least recently used' end.

The buffers are named as empty, pinned and dirty.

Once the data gets committed 'DBWn' will write the data from
the database buffer cache to the file on disk.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an oracle database schema?

844


Can a View based on another View in Oracle?

826


What is an Oracle Data Dictionary?

835


What are the uses of Oracle Rollback Segment?

872


What is an Oracle Rollback Segment?

857


How to define Data Block size in Oracle?

864


Can a Tablespace hold objects from different Schemes in Oracle?

802


What are the consideration at tehe migration of Oracle 9i to 10G.

2726


What is an Oracle SYSTEM tablespace and when is it Created?

839


What is the function of Redo Log in Oracle?

853


What is the use of Oracle Control File?

803


What is an Oracle Data Block?

789


How to calculate the approximate size of the SGA based on the size of the block,shared_pool,redo_buffer_cache and db_buffer_cache?

2451


Teradata: How can we know the indexed column in a table?

1553


What is an Oracle Data Segment?

808