GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle
Go To First  |  Previous Question  |  Next Question 
 Oracle  |  Question 6 of 81    Print  
what is materialised view?

  
Total Answers and Comments: 8 Last Update: May 19, 2008     Asked by: rekha 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 22, 2005 06:28:35   #1  
Nitin Deshmukh        

RE: what is materialised view?
Materialised view is the view that is physically present in the databse.
 
Is this answer useful? Yes | No
January 20, 2006 09:57:54   #2  
soji        

RE: what is materialised view?
The materialized view is a table whose contents are periodically refreshed using a query against a remote table.
 
Is this answer useful? Yes | No
February 05, 2006 05:20:36   #3  
samba        

RE: what is materialised view?
it stores the out put of the query . here no data consistence .
 
Is this answer useful? Yes | No
March 28, 2006 22:55:11   #4  
Deep Chandra Pandey        

RE: what is materialised view?

Since when we are woring with various databases running in different system So sometime we may needed to fetch some records from the remote location so it may quit expensive in terms of resourse of fetching data directly from remote location.To to minimize to response time and to increse the throughput we may create the copy to that on local database by using data from remote database.This duplicate copy is Known as materialised view which may be refreshed as per as requirment as option avilable with oracle such as fast complete and refresh.


 
Is this answer useful? Yes | No
January 26, 2007 12:07:35   #5  
Renu        

RE: what is materialised view?
Materialized View stores both - definition of the view and rows resulted from execution of the viewMain disadvantage of materialized view is that its contents get outdated when underlying base table is modified .U can refresh Materialized View using DBMS_MVIEW.REFRESH
 
Is this answer useful? Yes | No
June 29, 2007 07:44:09   #6  
nambiaruran        

RE: what is materialised view?
Materialised view contain data of last refesh database but incase of view it stores only complex sql statement. Whenever your refresh the database the data will update on the materialised view so its very quick to retrieve data.
 
Is this answer useful? Yes | No
November 12, 2007 00:34:29   #7  
msabuu Member Since: November 2007   Contribution: 4    

RE: what is materialised view?
Materilised views are object that are redused set of information sorting aggregatting from the base table it's called materilised view.
 
Is this answer useful? Yes | No
May 19, 2008 03:49:02   #8  
subodhrnc Member Since: May 2008   Contribution: 1    

RE: what is materialised view?
A materialized view (MV) is similar to a view but the data is actually stored on disk (view that materializes). Materialized views are often used for summary and pre-joined tables or just to make a snapshot of a table available on a remote system. A MV must be refreshed when the data in the underlying tables is changed.
 
Is this answer useful? Yes | No


 
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