Quote Originally Posted by mohith2009 View Post
I have two tables say A in database X and A in database Y..I want to insert the records from table A in database Y into table A in X database.

i tried the minus option it gives unique constraint violated error...If i try append option in impdp still it gives same error..can any one help?
Chances are that table Y.A is a child table - is there a Referential Integrity constraint pointing to a parent table in Y database? e.g. FK?

If this is the case you have to insert the parent rows first.