inport schema data pre processing
Friends,
we export a schema data an want to import a turning data for developers.
Do we need to run drop user with data as DROP USER sidney CASCADE?
Do we recreate sidney user and grant privilege before import?
import as
impdp sidney/tiger@db11g schemas=SCOTT directory=TEST_DIR dumpfile=SCOTT.dmp logfile=impdpSCOTT.log
Can we just append new data and objects during import processing?
Thanks for help in advance!!
newdba