Update
Claus Kjaergaard, March 31, 2016 - 7:27 pm UTC
Hi Connor,
Thanks for the answer.
I have an update for this issue. I realised that the problem was with a table having a column of type BLOB. Looking through the documentation I did not find any reason why it should not work, so I tried different approaches. I found that the database link I was using caused the problem, - it was pointing to the local database, so source and destination were the same. By taking away the database link, the copying worked. (Not via datapump but using "insert into ... select from ...").
Anyway, there still may be a bug there somewhere, but I now have a workaround.
Thanks again,
Claus
April 01, 2016 - 1:24 am UTC
Thanks for getting back to us. Glad you got it solved.