import (using impdp) specific table from full dump file
I have oracle database , I made full expdp from this database at 22-2-2014 which generates dump file called "fulldmp22-feb-14.dmp" for this day resident in directory called My_Backup
now at 5-3-2014 I created a new user called kamtst , I want to use the file "fulldmp22-feb-14.dmp" to import the data of specific table called cash_trans resident in user called kam06 into kamtst.
how can I do that using impdp
Thanks a lot
Fady.