GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  Database Administration
Go To First  |  Previous Question  |  Next Question 
 Database Administration  |  Question 74 of 231    Print  
What process writes from data files to buffer cache?

  
Total Answers and Comments: 11 Last Update: August 11, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
  Sorting Options  
  Page 1 of 2   « First    1    2    >     Last »  
March 21, 2005 03:55:57   #1  
vinodkumar        

RE: What process writes from data files to buffer cache?
server process
 
Is this answer useful? Yes | No
May 07, 2005 12:22:11   #2  
Amit        

RE: What process writes from data files to buffer cache?
Server Process
 
Is this answer useful? Yes | No
August 04, 2005 09:02:20   #3  
Sushma        

RE: What process writes from data files to buffer cache?
DBWR
 
Is this answer useful? Yes | No
August 04, 2005 09:03:33   #4  
Sushma        

RE: What process writes from data files to buffer cache?
Yes it is server process not DBWR
 
Is this answer useful? Yes | No
February 16, 2006 13:44:47   #5  
guru        

RE: What process writes from data files to buffer cach...
i agree it is database writer..thanks for the reply
 
Is this answer useful? Yes | No
April 09, 2006 22:02:35   #6  
Nirmal        

RE: What process writes from data files to buffer cache
If the data is not contained in the data buffer cache it is the server process's responsibility to read the desired data block from a file on disk and place it in the data buffer cache.
 
Is this answer useful? Yes | No
November 09, 2006 01:23:03   #7  
Harsh        

RE: What process writes from data files to buffer cach...

Its server process not DBWR

DBWR writes from database buffer cache to datafiles.


 
Is this answer useful? Yes | No
December 27, 2006 17:03:04   #8  
ravi saluja        

RE: What process writes from data files to buffer cach...

please read the question carefully. Then Ans.

Is it server process or DBWR

If it is server process kindly explain how a server process writes from datafile to buffer cache.

Please read oracle architecture

I am sure it is DBWR not the server process.

Thanks


 
Is this answer useful? Yes | No
January 17, 2007 14:47:12   #9  
       

RE: What process writes from data files to buffer cach...

please dont give wrong answer

Server Processes

Oracle creates server processes to handle the requests of user processes connected to the instance. In some situations when the application and Oracle operate on the same machine it is possible to combine the user process and corresponding server process into a single process to reduce system overhead. However when the application and Oracle operate on different machines a user process always communicates with Oracle through a separate server process.

Server processes (or the server portion of combined user/server processes) created on behalf of each user's application can perform one or more of the following:

  • Parse and run SQL statements issued through the application

  • Read necessary data blocks from datafiles on disk into the shared database buffers of the SGA if the blocks are not already present in the SGA

  • Return results in such a way that the application can process the information


 
Is this answer useful? Yes | No
April 13, 2007 08:28:42   #10  
MUneef        

RE: What process writes from data files to buffer cach...
It's Server Process and not DBWR
 
Is this answer useful? Yes | No
  Page 1 of 2   « First    1    2    >     Last »  


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape