I can think of a few options :
a) export from the source (using the target's table defn) and load into the target
b) define federation on the target to point to the source database and use Load from cursor.
c) Backup the source db and restore. Define target tables in it, 'load from cursor' the data to the target tables and drop the source tables.
d) ....
e) ....
Which one you adopt, depends on a number of factors - is the source heavily used, is the target currently in use, is it one-off or a regular one, is this incremental or full etc etc
Cheers
Sathyaram