Prepare for your Next Interview
This is a discussion on Materialised View?? within the Oracle forums, part of the Databases category; What is mean by Materialzed view...
|
|||
|
Re: Materialised View??
materialised view is also called the snapshot,schema,and also store in remoteside and also refresh time to time auto.we can call only query not any others.
|
|
|||
|
Re: Materialised View??
A view is stored as a query in data dictionary. Whenever we execute that view, it takes data from base table using that query in data dictionary.
A materialised view along with query, it also store the results of the query in the database. - A materialised view allow you to maintain copies of remote data on your local node. - Materialized views, which store data based on remote tables are also, know as snapshots. - After updation of base table materialized view data does not match with base table data. Data in materialized views must be refreshed to keep it synchronized with its base table. |
| The Following User Says Thank You to krishnaindia2007 For This Useful Post: | ||
|
|||
|
Materialized view is an object created by the developer or DBA for a report
or complex querry which fetches lots of data from multiple tables by joining them in a given querry. People may ask why don't use view rather Materialized view, view is data dictionary but where as MV is an object and is locally managed, so the data stored in MV is fast retrieval. But it wont automatically does not reflect the data whenever the data changed in database. DBA has to set the command to refresh MV on time to time basis. |
|
|||
|
Re: Materialised View??
>>what is dynamic cursor ?
A cursor whose contents can be changed dynamically at run time are called dynamic cursors. We use ref cursor datatype to create dynamic cursors. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Normal View, Materialised View and Bitmap Index | Geek_Guest | Oracle | 3 | 05-28-2008 12:59 AM |
| view | jayanth511 | SQL | 4 | 04-17-2008 05:45 PM |
| View | krishnaindia2007 | Oracle | 6 | 02-19-2008 01:49 PM |
| What will be there in Keyword view and Expert View? | suneetham | QTP | 1 | 02-07-2008 08:14 AM |
| How to view constraints? | Bhuvana07 | Oracle | 1 | 01-25-2007 07:27 AM |