You do not need COPY command if you have link.

from db1:

create table_xyz as select **columns to be selected** from table_at_db2@dblink_db2 **your where criteria** ;

This should be enough.