====== Oracle - SQL - Table - Copy table from foreign host to here ====== COPY FROM user@tnsname CREATE tablename USING SELECT * FROM tablename;