ORA-12083: must use DROP MATERIALIZED VIEW to drop "string"."string"
What triggered the Error:
An attempt was made to drop a materialized view using a command other than DROP MATERIALIZED VIEW.What should we do to fix it:
Use the DROP MATERIALIZED VIEW command.