I am trying to perform schemas refresh of my development database with my production database. However when I datapump my data using expdp and impdp I find that I am missing a lot of objects. This is my script to expdp and impdp in 10g R2:
In production, I have these counts for my state schemas objects:
OBJECT_TYPE COUNT(*)
------------------- ----------
INDEX 16
PROCEDURE 3
TABLE PARTITION 65
TABLE 129
VIEW 27
FUNCTION 1
MATERIALIZED VIEW 4
In development, my object count for this state schemas are:
OBJECT_TYPE COUNT(*)
------------------- ----------
INDEX 10
TABLE PARTITION 65
TABLE 129
Now I need to import these objects which includes views, function, materialized views, procedures, and index. Please advise how I can do that?
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Bookmarks