impdp doesn't truncate a table even with TABLE_EXISTS_OPTION=TRUNCATE
A schema import with impdp 11.2.0.3.0 and parameters CONTENT=DATA_ONLY, TABLE_EXISTS_ACTION=TRUNCATE didn't truncate one table among many others which was processed right (truncated and rows inserted from dump).
In the imp logfile was no error message, but for the table there was "0 rows imported" reported.
That was right because the source table in the export dumpfile was actual empty!
I suppose that is not a bug, but expected behavior?!
That can lead to Problems e.g. with sequences however!
In the Oracle Database Utilities documentation I couldn't find any information to that.
Does anybody know a note about the fact that impdp with TABLE_EXISTS_ACTION=TRUNCATE doesn't truncate the table if the source is empty?