select 
    d.fd_uname,a.fd_date,b.count_num,max(c.fd_rdate),d.fd_uname
from 
    table1 a,
    (select count(*) as count_num,fd_pid from table2 group by fd_pid) b,
    table2 c,
    table3 d
where 
    d.fd_uid=a.fd_uid(+)
and d.fd_uid=b.fd_uid(+)
and d.fd_uid=c.fd_uid(+)
and b.fd_rid=c.fd_rid发了两次还是我没有回复?
没有数据测试,楼主自己调试一下。至于数据转移,要看你的数据量了。
比如你有N个G的数据,冷备就别exp/imp快