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



what is Materialized view? What is a snapshot? what are the similarities and differences between Ma..

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

what is Materialized view? What is a snapshot? what are the similarities and differences between Ma..

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

Post New Answer

More Oracle General Interview Questions

What are the advantages of oracle?

1 Answers  


what is difference between where clause and having clause?

13 Answers  


How to divide query output into groups in oracle?

1 Answers  


How to load data through external tables?

1 Answers  


What is the difference between alert log file and trace file ?

1 Answers  


What is bulk copy or bcp in oracle?

1 Answers  


What are a cluster and non-cluster index?

1 Answers  


How to best split csv strings in oracle 9i?

1 Answers  


There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??

1 Answers  


Explain the relationship among Database, Tablespace and Data file?

4 Answers  


How data locks are respected in oracle?

1 Answers  


Can we create database in oracle using command line ?

1 Answers   MCN Solutions,


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)