ORA-12034 after impdp
I'm importing a database using impdp. After import is finished when trying to fast refresh the materialized view I'm getting ORA-12034. I guess the reason is because the rowids in the logs do not agree with the rowids of the table and the solution is to recreate the logs. Is there a way to import the materialized view without having to recreate the logs?
Thanks
1