Oracle Error ORA-12084: must use ALTER MATERIALIZED VIEW to alter “string”.”string”

Oracle Error Message

ORA-12084: must use ALTER MATERIALIZED VIEW to alter “string”.”string”

Reason for the Error

An attempt was made to alter a materialized view using a command other than ALTER MATERIALIZED VIEW.

Solution

Use the ALTER MATERIALIZED VIEW command.