标签: sql oracle plsql clob
我所知道的限制是
copy user/pwd@prod to user/pwd@test insert test_table (x,y)using select (x,y) from prod_table;
copy user/pwd@prod to user/pwd@test insert test_table (x)using select (x) from prod_table;