How Materialized Views are linked with Oracle DataWare
house?

Answer Posted / satya

Materialized views are schema objects that can be used to
summarize, precompute, replicate, and distribute data. E.g.
to construct a data warehouse.

A materialized view provides indirect access to table data
by storing the results of a query in a separate schema
object. Unlike an ordinary view, which does not take up any
storage space or contain any data.

The existence of a materialized view is transparent to SQL,
but when used for query rewrites will improve the
performance of SQL execution. An updatable materialized view
lets you insert, update, and delete.

You can define a materialized view on a base table,
partitioned table or view and you can define indexes on a
materialized view.

A materialized view can be stored in the same database as
its base table(s) or in a different database.
Materialized views stored in the same database as their base
tables can improve query performance through query rewrites.
Query rewrites are particularly useful in a data warehouse
environment.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the extension of file to save template?

579


Hi, i want to do certification in datawarehouse?? which certification is best in current trend?? pls mention the cost also if u can....

1888


What are various warehousing tools?

582


How to create context?

602


What are cluster analysis in data warehousing?

564






Explain dimension table ?

562


What is a staging area? Do we need it? What is the purpose of a staging area?

557


What a static and local variable?

597


Explain what are the various methods of getting incremental records or delta records from the source systems?

536


What is a data warehousing?

613


How to import vsam files from source to target. Do we need a special plugin?

513


What is metadata in context of a datawarehouse?

550


What are the different types of data warehouses?

576


How are the dimension tables designed?

567


What are the different types of schemas used in data warehousing?

518