does the query needs a hint to access a materialized view?



does the query needs a hint to access a materialized view?..

Answer / gautam choudhury

It's important to note that init.ora parameters
query_rewrite_integrity and query_rewrite_enabled are
required to use materialized views and function-based
indexes. if these two parameters are declared then hint is
not required to access a materialized view.

QUERY_REWRITE_INTEGRITY =ENFORCED
QUERY_REWRITE_ENABLED = TRUE

There are three acceptable values for
query_rewrite_integrity:

enforced (default) - Presents materialized view with fresh
data

trusted - Assumes that the materialized view is current

stale_tolerated - Presents materialized view with both
stale and fresh data

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle General Interview Questions

where we have to use ON clause and where we have to use USING clause in JOINS

2 Answers  


how the indexes are stored in the Oracle Database?

0 Answers  


Can multiple columns be used in group by in oracle?

0 Answers  


Explain the difference between a procedure and a function? What do you understand by those terms?

0 Answers  


what is the syntax of SELECT command?

6 Answers  






Explain the use of tables option in exp command.

0 Answers  


Whether any commands are used for months calculation? If so, what are they?

0 Answers  


What is the difference between formal parameters and actual parameters?

0 Answers  


Explain the types of exception?

0 Answers  


What is the usage of control file in oracle?

0 Answers  


hello friends Im doing my final year engineering in B.Tech.. one of uncle said he can provide job in his company if im good in database management. but i have only basic knowledge about database, so like to join database management course in good intuition. so friends kindly help me to get good intuition because its my future.

0 Answers  


From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.

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)