in what way you fail?
1- is it two slow?
2- data fields are not compatible?
3- or only parts of the table are copied?
in 3rd case you may have forgotten to ask for rest of
result set in big returned list.
in 1'st case you must wait more.
in 2'nd case you have to recheck the compatibility
list in JDBC drivers.