跨库查询、迁移数据表

Drop database link PARTY_LINK
-- Create database link 
create database link PARTY_LINK
  connect to user identified by pswd
  using 'test'

  

原文地址:https://www.cnblogs.com/bigdata-6/p/12792516.html