SQL> copy from scott/tiger@lsj to scott/tiger@lsj create dept1 using select * from dept;只指定From Database SQL> copy from scott/tiger@lsj create dept2 using select * from dept;只指定To Database SQL> copy to scott/tiger@lsj create dept3 using select * from dept;