but when i checked the same thing using the dbms_mview.explain_rewrite
the output i got is..
SQL> select message from rewrite_table order by sequence;
MESSAGE
--------------------------------------------------------------------------------
QSM-01150: query did not rewrite
QSM-01263: query rewrite not possible when query references a dictionary table o
r view
it is saying the query did not rewirte...
i am new to MV and the query rewrite....
why it is showing like this
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
oerr QSM 1263
01263, 00000, "query rewrite not possible when query references a dictionary table or view"
// *Cause: Query rewrite is not allowed if query references any dictionary
// tables/views.
// *Action: none
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
MESSAGE
--------------------------------------------------
QSM-01151: query was rewritten
QSM-01209: query rewritten with materialized view,
MV_BIGTAB, using text match algorithm
MESSAGE
--------------------------------------------------------------------------------
QSM-01151: query was rewritten
QSM-01209: query rewritten with materialized view, MV_BIGTAB, using text match a
lgorithm
Bookmarks