I am having problem importing a table using query parameter, The table containes 1 million row , however with the date condition there are about 500,000 rows so I want to import only them. however using the below its importing all the data. why ? are there something wrong in quotes?
impdp system/pass dumpfile=TEST.dmp directory=EXPORT logfile=ilog.log tables=schema.TEST_MHDM
query='schema.TEST_MHDM:"WHERE dateadded>'31-dec-2014'"'
The linked question probles was due to a semi column which i dont have.