What is Database Buffers ?

Answers were Sorted based on User's Feedback



What is Database Buffers ?..

Answer / pravin kadam

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.

Is This Answer Correct ?    10 Yes 0 No

What is Database Buffers ?..

Answer / 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

What is Database Buffers ?..

Answer / s.rahman beevi

it is the part of sga and then it stores copis of data
blocks that have been retrrieved from the datafiles

Is This Answer Correct ?    5 Yes 0 No

What is Database Buffers ?..

Answer / ravi dutta., oracle dba

Database buffer is part of SGA, Which it is contain oracle
blocks copied from datafile and modification carried in this
area. In oracle 9i BUFFER CACHE is divided into three parts
buffer_cache, buffer_keep_cache,buffer_recycle_cahce.

THANKS

Is This Answer Correct ?    7 Yes 4 No

Post New Answer

More Oracle Architecture Interview Questions

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

0 Answers  


What is a Parallel Server option in ORACLE?

1 Answers  


When Does DBWR write to the database?

6 Answers  


What is a Rollback segment entry ?

3 Answers   TCS,


• What is oracle Architecture?

3 Answers  






When does LGWR write to the database?

3 Answers  


THE MAIN CONCEPT OF PROGRAMMIN TYPE?

1 Answers  


What is meant by redo log buffer ?

3 Answers  


What is the function of ARCH?

3 Answers  


What is Database Buffers ?

4 Answers  


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?

0 Answers  


Diference between Oracle 9i and 10G.

2 Answers   Baidu,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)