You want a generic procedure that will copy a table from one database to another as I understand it. Look into EXECUTE IMMEDIATE, CREATE TABLE AS SELECT, and DATABASE LINKS.
e.g.
create database link
create table y as select * from y@dblink
|
Results 1 to 7 of 7
Threaded View
|
Click Here to Expand Forum to Full Width |