I need to export a table with data from a Production database to a development database. There is a db link between them.

prod ---> dev
Tablename= table1
db link on prod pointing to dev = dev.us.oracle.com

How do I do this?

Thanks.