recreating materialized view after impdp ( datapump )
Hello,
working on completing the script that is cloning the database with datapump utiliy impdp using network_link ( database link ) running on target system to clone database from source system.
After reviewing the validity status of objects in dba_objects, still getting errors on materialized views.
Is there anywhere script that is generating
MatViews definitions from source database and then rerun on target database.
The step of generating sql definition file and run it on target database would be ran
- after impdp of schema users ( tables and data )
- after final full impdp ( where metadata is only imported: roles, grants, ... ).
Thanks in advance for the test example or link to test example on MVs definition?