Materialized View errors when importing
We have created a full export (expdp) from a 11g Database in Linux.
When importing (impdp) into a 19c (19.19) database running in Solaris SPARC we are getting the following error for all the Materialized views.
ORA-31693: Table data object <OWNER>"."<TABLE_NAME_MV>" failed to load/unload and is being skipped due to error:
ORA-02354: error in exporting/importing data
ORA-12081: update operation not allowed on table "<OWNER>"."<TABLE_NAME_MV>"
How do we get this fixed?
Thanks in advance, Brad