Oracle Error Message
ORA-23406: insufficient privileges on user “string”
Reason for the Error
The caller is not the owner of the materialized view and does not have ALTER ANY MATERIALIZED VIEW privileges.
Solution
Perform the operation as the owner of the materialized view or as a user with ALTER ANY MATERIALIZED VIEW privileges.