what is Materialized view? What is a snapshot? what are the
similarities and differences between Materialized views and
snapshots?
Answers were Sorted based on User's Feedback
Answer / mkumar.it
Snapshots and Materialized view are used interchangibly as
both are almost same. However, materialized view is having
additional feature of query rewrite which is not in snapsot.
In this feature, suppose you made any materialized view
using some aggrigate function and you query base table from
sql using same aggrigate funtion, the query will execute on
the materialized view instead of querying base table
provided you have query rewrite priviledge.
Is This Answer Correct ? | 14 Yes | 2 No |
Answer / its me...
A materialized view is a database object that contains the
results of a query. The FROM clause of the query can name
tables, views, and other materialized views. Collectively
these objects are called master tables .
materialized views allow you to maintain copies of remote
data on your local node.
You can select data from a materialized view as you would
from a table or view.
Is This Answer Correct ? | 5 Yes | 1 No |
What is bulk copy or bcp in oracle?
How do I find the database name in oracle?
if you ctreate table identity
hai, I am searching job on Oracle10g and PL/sql,Unix... can any one send me resume format. an suggest me how to prepare.. ann books..
What are cursor?where are they used?
which is best institue to learn oracle 11i in ameerpet or maithrivanam or sr nagar please help
How to call a stored function in oracle?
How to create a table index?
how to hide the stored procedure inside a package
how to get the no employee in each department including the dept which has 0 employee
Draw E-R diagram for many to many relationship ?
Explain an index segment?