does the query needs a hint to access a materialized view?
Answer Posted / 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 View All Answers
Why do we use coalesce function in oracle?
How to start a new transaction in oracle?
Why packages are used in oracle?
What is the difference between a user and a schema in oracle?
How to convert a string to a date in oracle database?
What is Virtual Private Database in Oracle?
How many categories of data types?
What is oracle instant client?
Where is the export dump file located?
Explain the use of log option in exp command.
What is a nested table?
how to clone 9i Database on to 10g Database.
What is an oracle?
Difference between oracle's plus (+) notation and ansi join notation?
What is the difference between alert log file and tarce file ?