GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  Basics
Go To First  |  Previous Question  |  Next Question 
 Basics  |  Question 22 of 49    Print  
what is synapshot?

  
Total Answers and Comments: 4 Last Update: June 17, 2009     Asked by: senthil 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 27, 2006 02:16:01   #1  
Anurag Puranik        

RE: what is synapshot?
Synapshot is the exact copy of a table & created through a trigger.
 
Is this answer useful? Yes | No
September 12, 2006 02:26:47   #2  
Tejaswini Mohanty        

RE: what is synapshot?

It's snapshot not synapshot..

A snapshot is a read-only copy of a master table located on a remote node. Snapshots can be queried but not updated; only the master table can be updated. Snapshots are periodically refreshed to reflect changes made to the master table.

Tejaswini....


 
Is this answer useful? Yes | No
December 04, 2006 08:07:18   #3  
rampratap409 Member Since: September 2006   Contribution: 111    

RE: what is synapshot?

A snapshot is a read-only copy of a master table / output of a query

based on multiple tables located on a remote location.Once these are read only so can not have DML statments. Yes they can be refeshed periodically based the condition defined while creating the snapshot. Advance version of snapshot is materialized views.


 
Is this answer useful? Yes | No
June 16, 2009 18:41:52   #4  
mmakoko Member Since: June 2009   Contribution: 2    

RE: what is synapshot?
Database snapshot is a read-only view of a database. It is taken from the source database and resides on the same server as the database. A snapshot uses a sparse file to store original pages from the source database. A sparse file is empty when a snapshot is taken. Whenever a page is changed in the source database the Database Engine copies the original page to the sparse file in the snapshot before updating the page in the source database. The same process is repeated whenever a page of the source database is changed. The snapshot is used to recover data by reapplying the pages from the snapshot to the source database. Database snapshot is not available if its source database is disconnected for any reason.
 
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