本文介绍了我想从11g DB表复制到12C DB表和12C DB表复制到11g DB表。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有两个不同的数据库(11g和12C)表。两个不同的表有相同的数据



几天后,11g数据库表添加了一些不同的数据,12C数据库表也添加了一些不同的数据。





但我需要从11g DB表复制到12C DB表和12C DB表到11g DB表。



这个问题的查询是什么。



我尝试了什么:



我对此问题一无所知,请帮助我。

I have two different databases (11g & 12C) tables. Two different tables have same data

After some days 11g DB table added some different data and 12C DB table also added some different data.


But i need to copy from 11g DB Table to 12C DB Table and 12C DB Table to 11g DB Table.

What the query for this issue.

What I have tried:

I Don't know any thing about this issue, Please help me.

推荐答案


这篇关于我想从11g DB表复制到12C DB表和12C DB表复制到11g DB表。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-31 00:51