Import DATA ONLY without firering triggers
Hi , I'm on 10.2.0.4 on windows 2008. I did an Export (EXPDP) with data on ly of a USER , I want to import (IMPDP) the data back to this user with the TRUNCATE option.
Everything seems ok before I saw that the trigger on my tables are fired because import does INSERTS..
There are my parameters :
DUMPFILE="DESTRUCTION_DATA.dmp"
LOGFILE="imp_DESTRUCTION_DATA.log"
DIRECTORY=DATA_PUMP_DIR
CONTENT=DATA_ONLY
TABLE_EXISTS_ACTION=TRUNCATE
JOB_NAME='xxxxxx'
What is the best way to EXPORT and IMPORT only the data of a user without trigerring everything.
What I want to do is to refresh my test database with productiomn data. I don't want to DROP the user and recreate all his objects.
Edited by: Jpmill on 2010-11-09 12:01