How to fix the Oracle error QSM-01128: Multi MV rewrite is disabled?
In this post, you’ll learn more about the Oracle ErrorQSM-01128: Multi MV rewrite is disabled with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
QSM-01128: Multi MV rewrite is disabled
Reason for the Error QSM-01128: Multi MV rewrite is disabled
When multimv query rewrite is disabled, no multimv query rewrite will take place.
How to fix the Error QSM-01128: Multi MV rewrite is disabled ?
You can fix this error in Oracle by following the below steps
Enable multimv query rewrite with ALTER SESSION SET “_MULTIMV_QUERY_REWRITE_ENABLED” = true .
Leave Your Comment