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 |
difference between bind variable and variable
What is Index Cluster ?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
What is not equal to in oracle?
What are the different type of Segments ?
structural difference between bitmap and btree index ?
What is Hash Cluster ?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
how to unbreak sequence numbers during intereptions
What is background process in Oracle?
Does oracle partitioning improve performance?
What is a table index in oracle?