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 |
What are the execution control statements in oracle?
What are the uses of synonyms?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
Give the constructs of a package, function or a procedure.
How to use null as conditions in oracle?
How to drop a stored procedure in oracle?
i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.
What is not equal to in oracle?
What is proxy method?
What is a private synonym?
How would you begin to troubleshoot an ORA-3113 error?
what is query and types of query