ORA-32336: cannot use USING NO INDEX to create materialized view "string
"."string"What triggered the Error:
The USING NO INDEX option was specified to create an updatable primary key based materialized view, an index-organized materialized view or an object-id materialized view.What should we do to fix it:
Do not use the USING NO INDEX option to create an updatable primary key based materialized view, an index-organized materialized view or an object-id materialized view.