Which process writes data from data files to database buffer cache?

Showing Answers 1 - 75 of 120 Answers

Kaarthi

  • Mar 24th, 2005
 

DBWn is writing the dirty buffers from db cache to data files.

Reynold

  • Apr 21st, 2005
 

DBWn Process

  Was this answer useful?  Yes

Amit

  • May 7th, 2005
 

Server process read data from datafile and write it to db cache.

anita

  • Sep 18th, 2007
 

The Background process DBWR rights data from datafile to DB cache.

  Was this answer useful?  Yes

Mukesh Kumar

  • Oct 3rd, 2007
 

Server process writes the data block it read from the database to the buffer. DBWR process writes data from buffer to database.

ianilreddy

  • Aug 7th, 2010
 

Whenever user request is made, server processes first search in database buffer cahce. If it is not found then it will read from datafiles and place a copy in db buffer cache.

SATHISH

  • Oct 10th, 2011
 

Server Process

  Was this answer useful?  Yes

himanshu

  • Oct 11th, 2011
 

A background process called as : DBWn.

  Was this answer useful?  Yes

sri

  • Jan 27th, 2012
 

Server process

  Was this answer useful?  Yes

vinay

  • Feb 13th, 2012
 

Server process writes data from data files to database buffer cache.

  Was this answer useful?  Yes

rohan makode

  • Feb 25th, 2012
 

Server process

  Was this answer useful?  Yes

subhasish swarnakar

  • Mar 1st, 2012
 

its DBWR process

  Was this answer useful?  Yes

Shivasharan

  • Mar 8th, 2012
 

Database writer writes data from Buffer to Disk But Server process loads data from Disk to Buffer

  Was this answer useful?  Yes

rkishore

  • Nov 30th, 2012
 

Server process

  Was this answer useful?  Yes

mahesh

  • Jul 4th, 2013
 

data files to database buffer cache..........retrieving process::serverproces do

  Was this answer useful?  Yes

Deepak Thakre

  • Sep 16th, 2013
 

Server process brings the blocks from datafile to sga

  Was this answer useful?  Yes

dhananjaya reddy.v

  • Oct 17th, 2013
 

DBWR(Data base writer)

  Was this answer useful?  Yes

Rakesh

  • May 23rd, 2014
 

DBWR (Database Writer) write least used data blocks to Datafile when a checkpoint occurs

  Was this answer useful?  Yes

mahesh

  • Jun 6th, 2014
 

data files to buffer cache server process writes

  Was this answer useful?  Yes

mahesh

  • Jun 19th, 2014
 

buffer cache ..........datafiles :dbwr
data files ...............buffer cache :server process

  Was this answer useful?  Yes

syed fahad

  • Sep 13th, 2014
 

dbwr is a process which writes the data from data buffer cache to the datafile

  Was this answer useful?  Yes

Rengaraj

  • Sep 18th, 2014
 

User Process will writes data from data files to database buffer cache

  Was this answer useful?  Yes

Anonymous

  • Oct 9th, 2014
 

It is the server process which will do this job.

  Was this answer useful?  Yes

sushil subugade

  • Jan 17th, 2015
 

server process

  Was this answer useful?  Yes

RahulBabu

  • Jan 21st, 2015
 

DBWR

  Was this answer useful?  Yes

sunny

  • Jan 29th, 2015
 

dbwr

  Was this answer useful?  Yes

raja

  • Jan 30th, 2015
 

server process

  Was this answer useful?  Yes

mani

  • Jan 30th, 2015
 

Server Processes was responsible for this task

  Was this answer useful?  Yes

Debasish nayak

  • Feb 2nd, 2015
 

DBW0 background process will write the data of database buffer cache to datafiles.

  Was this answer useful?  Yes

Himanshu Hans

  • Feb 3rd, 2015
 

DBWn writes the data to datafiles. It cannot reads the data from datafiles.

Server process will read the data from datafiles and copies into database buffer cache

  Was this answer useful?  Yes

liyubo403

  • Jun 30th, 2015
 

Some answer here is wrong. The question is "Datafile" --> "Buffer", not another way around. So, the correct answer should be Server Process. Server process is not on background, they run all the time and actively check the buffer data, if cannot find due to user request, it will read data from datafiles into buffer.

  Was this answer useful?  Yes

A user request for new data (If its not exists in data base buffer cache), Automatically Server process reads the data from data file on disk into data base buffer cache.

  Was this answer useful?  Yes

ahmed

  • Jul 10th, 2015
 

Server Process

  Was this answer useful?  Yes

vishwa

  • Oct 8th, 2015
 

DBWR process writes data from data files to buffer cache

  Was this answer useful?  Yes

pradeep

  • Oct 8th, 2015
 

Server process not a DBWn because here pick the data from database to buffer not buffer cache to datafile. Dbwn use to write from buffer cache to datafile

  Was this answer useful?  Yes

azmatullahmca@gmail.com

  • Oct 27th, 2015
 

Serverprocess

  Was this answer useful?  Yes

harshith

  • Feb 2nd, 2016
 

DBWn (database writer) is a background process, it writes the data to data files.

  Was this answer useful?  Yes

bharath

  • Feb 1st, 2017
 

Server Process

  Was this answer useful?  Yes

Rammy

  • Jul 13th, 2017
 

Exactly server process invoke and write data from datafiles to database buffercache..

  Was this answer useful?  Yes

rakesh

  • Aug 4th, 2017
 

Server Process

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions