How to fix the Oracle error QSM-01001: query rewrite not enabled?
In this post, you’ll learn more about the Oracle ErrorQSM-01001: query rewrite not enabled with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
QSM-01001: query rewrite not enabled
Reason for the Error QSM-01001: query rewrite not enabled
When query rewrite is disabled, no query rewrite will take place.
How to fix the Error QSM-01001: query rewrite not enabled ?
You can fix this error in Oracle by following the below steps
Enable query rewrite with ALTER SESSION SET QUERY_REWRITE ENABLE command.
Leave Your Comment