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 is different bet native dynamic sql and Dbms_Sql?

4 Answers   Thermotech,


Display the order number and the number of months since the order was shipped for all orders that have been shipped in the last year (365 days). (Hint: Unshipped orders will have a null value).

1 Answers  


Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.

0 Answers  


What is a select query statement in oracle?

0 Answers  


Can I create users through internet explorer in oracle 10g?

0 Answers   MCN Solutions,






What is a Data Dictionary ?

5 Answers  


What happens if you set the sga too low in oracle?

0 Answers  


What is pragma restrict_reference in oracle 9i?When we use this?Give me one realtime scenario?

4 Answers   Microsoft, Wipro,


can u plz provide me oca sql dumps please i need them

0 Answers  


please explain.. DB architecture ...

0 Answers  


Explain the use of indexes option in imp command.

0 Answers  


What are privileges and grants?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • 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)