Oracle Error Message
ORA-26577: PRESERVE TABLE can not be used when dropping old style materialized view string.string
Reason for the Error
The materialized view consists of a view and a container table.
Solution
Drop the materialized view without PRESERVE TABLE option.