Hi,
I am being asked to "Refresh" the TEST database (target) from the PRODUCTION database (source). The developers only need specific schemas to be refreshed (ALPHA, BETA, and GAMMA), but I perform a routine full export (expdp) of my production database. The suggestion from the developers is that I import (impdp) using full=y, but to exclude several schemas (e.g. SYS, SYSTEM, etc.). I am not 100% certain, therefore my start of this discussion, but I would think that using impdp ... schema=ALPHA, BETA, GAMMA ... without using FULL=Y would accomplish the same thing. What do you guys think?
Thanks in advance and I hope that we can call learn from this discussion/experience.