Create Mview Statment Fails with Ora-30353: Expression Not Supported For Query Rewrite
(Doc ID 455936.1)
Last updated on NOVEMBER 07, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.1 to 10.2.0.3 [Release 10.2]Information in this document applies to any platform.
Symptoms
-- Problem Statement:
ERROR ORA-30353: EXPRESSION NOT SUPPORTED FOR QUERY REWRITE
- Steps To Reproduce:
Example:-
SQL>CREATE MATERIALIZED VIEW <mview_name>
TABLESPACE < tablespace_name>
BUILD IMMEDIATE
REFRESH START WITH to_date('29-05-2007 07:35', 'DD-MM-YYYY HH24:MI:SS')
NEXT sysdate + 1
FORCE
ENABLE QUERY REWRITE
AS SELECT * from <table_name>
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |