Oracle Error ORA-12083: must use DROP MATERIALIZED VIEW to drop “string”.”string”

Oracle Error Message

ORA-12083: must use DROP MATERIALIZED VIEW to drop “string”.”string”

Reason for the Error

An attempt was made to drop a materialized view using a command other than DROP MATERIALIZED VIEW.

Solution

Use the DROP MATERIALIZED VIEW command.